01JH9BFRM6E2RGEKNV5FB203A2: 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",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JH9BG9P09KBYNJ5EEXA9AJC2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-11T00:17:21.829Zjob assigned to worker 01JH9BGKW97V80V169P0D1AZMP [factory aws, i-0fa9fa12cb1d175e2] (queued for 53 s)
 
22025-01-11T00:17:29.510Zstarting task 0: "setup"
32025-01-11T00:17:29.522Z++ uname -s
42025-01-11T00:17:29.524Z+ kern=SunOS
52025-01-11T00:17:29.525Z+ case "$kern" in
62025-01-11T00:17:29.525Z+ groupadd -g 12345 build
72025-01-11T00:17:29.527Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-11T00:17:31.535Z+ zfs create -o mountpoint=/work rpool/work
92025-01-11T00:17:31.637Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-11T00:17:31.640Z+ home_fs=zfs
112025-01-11T00:17:31.640Z+ [[ zfs == autofs ]]
122025-01-11T00:17:31.640Z+ mkdir -p /home/build
132025-01-11T00:17:31.642Z+ chown build:build /home/build /work
142025-01-11T00:17:33.644Z+ chmod 0700 /home/build /work
152025-01-11T00:17:33.647Zprocess exited: duration 4136 ms, exit code 0
 
162025-01-11T00:17:33.652Zstarting task 1: "rust-toolchain"
172025-01-11T00:17:33.658Z+ printf ' * toolchain channel = "%s"
182025-01-11T00:17:33.658Z * toolchain channel = "1.81.0"
192025-01-11T00:17:33.658Z' 1.81.0
202025-01-11T00:17:33.658Z+ printf ' * toolchain profile = "%s"
212025-01-11T00:17:33.658Z' default
222025-01-11T00:17:33.658Z * toolchain profile = "default"
232025-01-11T00:17:33.660Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-11T00:17:33.660Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-11T00:17:33.779Zinfo: downloading installer
262025-01-11T00:17:34.906Zinfo: profile set to 'default'
272025-01-11T00:17:34.908Zinfo: default host triple is x86_64-unknown-illumos
282025-01-11T00:17:34.908Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-11T00:17:35.059Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-11T00:17:35.059Zinfo: downloading component 'cargo'
312025-01-11T00:17:35.883Zinfo: downloading component 'clippy'
322025-01-11T00:17:36.246Zinfo: downloading component 'rust-docs'
332025-01-11T00:17:37.312Zinfo: downloading component 'rust-std'
342025-01-11T00:17:39.075Zinfo: downloading component 'rustc'
352025-01-11T00:17:45.445Zinfo: downloading component 'rustfmt'
362025-01-11T00:17:45.685Zinfo: installing component 'cargo'
372025-01-11T00:17:46.534Zinfo: installing component 'clippy'
382025-01-11T00:17:46.920Zinfo: installing component 'rust-docs'
392025-01-11T00:17:48.576Zinfo: installing component 'rust-std'
402025-01-11T00:17:50.408Zinfo: installing component 'rustc'
412025-01-11T00:17:56.460Zinfo: installing component 'rustfmt'
422025-01-11T00:17:56.796Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-11T00:17:56.796Z
442025-01-11T00:17:57.166Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-11T00:17:57.166Z
462025-01-11T00:17:57.168Z
472025-01-11T00:17:57.168ZRust is installed now. Great!
482025-01-11T00:17:57.168Z
492025-01-11T00:17:57.168ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-11T00:17:57.168Zenvironment variable. This has not been done automatically.
512025-01-11T00:17:57.168Z
522025-01-11T00:17:57.168ZTo configure your current shell, you need to source
532025-01-11T00:17:57.168Zthe corresponding env file under $HOME/.cargo.
542025-01-11T00:17:57.168Z
552025-01-11T00:17:57.168ZThis is usually done by running one of the following (note the leading DOT):
562025-01-11T00:17:57.168Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-11T00:17:57.168Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-11T00:17:57.248Z+ rustc --version
592025-01-11T00:17:57.317Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-11T00:17:57.322Zprocess exited: duration 23667 ms, exit code 0
 
612025-01-11T00:17:57.327Zstarting task 2: "authentication"
622025-01-11T00:17:57.348Zprocess exited: duration 21 ms, exit code 0
 
632025-01-11T00:17:57.353Zstarting task 3: "clone repository"
642025-01-11T00:17:57.358Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-11T00:17:57.361Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-11T00:17:57.397ZCloning into '/work/oxidecomputer/omicron'...
672025-01-11T00:18:04.269Z+ cd /work/oxidecomputer/omicron
682025-01-11T00:18:04.269Z+ git fetch origin 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9
692025-01-11T00:18:04.551ZFrom https://github.com/oxidecomputer/omicron
702025-01-11T00:18:04.551Z * branch 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 -> FETCH_HEAD
712025-01-11T00:18:04.565Z+ [[ -n '' ]]
722025-01-11T00:18:04.565Z+ git reset --hard 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9
732025-01-11T00:18:04.745ZHEAD is now at 57f1d9ddb update description
742025-01-11T00:18:04.748Zprocess exited: duration 7392 ms, exit code 0
 
752025-01-11T00:18:04.753Zstarting task 4: "build"
762025-01-11T00:18:04.762Z+ source ./env.sh
772025-01-11T00:18:04.762Z++ OLD_SHELL_OPTS=ehxB
782025-01-11T00:18:04.762Z++ set -o xtrace
792025-01-11T00:18:04.765Z++++ dirname ./env.sh
802025-01-11T00:18:04.768Z+++ readlink -f .
812025-01-11T00:18:04.771Z++ OMICRON_WS=/work/oxidecomputer/omicron
822025-01-11T00:18:04.771Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
832025-01-11T00:18:04.771Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
842025-01-11T00:18:04.773Z++ 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
852025-01-11T00:18:04.773Z++ 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
862025-01-11T00:18:04.773Z++ 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
872025-01-11T00:18:04.773Z++ 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
882025-01-11T00:18:04.773Z++ 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
892025-01-11T00:18:04.773Z++ 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
902025-01-11T00:18:04.773Z++ case $OLD_SHELL_OPTS in
912025-01-11T00:18:04.773Z++ unset OLD_SHELL_OPTS OMICRON_WS
922025-01-11T00:18:04.773Z+ source .github/buildomat/ci-env.sh
932025-01-11T00:18:04.773Z++ export CARGO_TERM_COLOR=always
942025-01-11T00:18:04.773Z++ CARGO_TERM_COLOR=always
952025-01-11T00:18:04.774Z+ target_os=illumos
962025-01-11T00:18:04.774Z+ NEXTEST_VERSION=0.9.86
972025-01-11T00:18:04.774Z+ cargo --version
982025-01-11T00:18:04.832Zcargo 1.81.0 (2dbb1af80 2024-08-20)
992025-01-11T00:18:04.836Z+ rustc --version
1002025-01-11T00:18:04.900Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1012025-01-11T00:18:04.905Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1022025-01-11T00:18:04.908Z+ gunzip
1032025-01-11T00:18:04.908Z+ tar -xvf - -C /home/build/.cargo/bin
1042025-01-11T00:18:06.049Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1052025-01-11T00:18:06.051Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1062025-01-11T00:18:06.051Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1072025-01-11T00:18:06.051Ztests will store ephemeral output in /var/tmp/omicron_tmp
1082025-01-11T00:18:06.051Z+ mkdir /var/tmp/omicron_tmp
1092025-01-11T00:18:06.053Z+ OUTPUT_DIR=/work
1102025-01-11T00:18:06.053Z+ echo 'tests will store non-ephemeral output in /work'
1112025-01-11T00:18:06.053Ztests will store non-ephemeral output in /work
1122025-01-11T00:18:06.053Z+ mkdir -p /work
1132025-01-11T00:18:06.053Z+ banner prerequisites
1142025-01-11T00:18:06.056Z
1152025-01-11T00:18:06.056Z ##### ##### ###### ##### ###### #### # # # #### #
1162025-01-11T00:18:06.056Z # # # # # # # # # # # # # # #
1172025-01-11T00:18:06.056Z # # # # ##### # # ##### # # # # # #### #
1182025-01-11T00:18:06.056Z ##### ##### # ##### # # # # # # # # #
1192025-01-11T00:18:06.056Z # # # # # # # # # # # # # # #
1202025-01-11T00:18:06.056Z # # # ###### # # ###### ### # #### # #### #
1212025-01-11T00:18:06.056Z
1222025-01-11T00:18:06.058Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232025-01-11T00:18:07.687Zpkg list: illegal option -- F
1242025-01-11T00:18:07.687ZUsage:
1252025-01-11T00:18:07.689Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1262025-01-11T00:18:07.689Z [pkg_fmri_pattern ...]
1272025-01-11T00:18:08.617Zpkg list: illegal option -- F
1282025-01-11T00:18:08.617ZUsage:
1292025-01-11T00:18:08.620Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1302025-01-11T00:18:08.620Z [pkg_fmri_pattern ...]
1312025-01-11T00:18:15.844Z Startup: Refreshing catalog 'helios-dev' ... Done
1322025-01-11T00:18:20.020Z Startup: Caching catalogs ... Done
1332025-01-11T00:18:31.715ZPlanning: Solver setup ... Done (10.855s)
1342025-01-11T00:18:31.858ZPlanning: Running solver ... Done (0.143s)
1352025-01-11T00:18:31.975ZPlanning: Finding local manifests ... Done (0.006s)
1362025-01-11T00:18:31.988ZPlanning: Fetching manifests: 0/7 0% complete
1372025-01-11T00:18:32.230ZPlanning: Fetching manifests: 7/7 100% complete
1382025-01-11T00:18:32.342ZPlanning: Package planning ... Done (0.114s)
1392025-01-11T00:18:32.401ZPlanning: Merging actions ... Done (0.057s)
1402025-01-11T00:18:32.610ZPlanning: Checking for conflicting actions ... Done (0.210s)
1412025-01-11T00:18:34.657ZPlanning: Consolidating action changes ... Done (2.046s)
1422025-01-11T00:18:35.100ZPlanning: Evaluating mediators ... Done (0.442s)
1432025-01-11T00:18:35.186ZPlanning: Planning completed in 15.07 seconds
1442025-01-11T00:18:35.203Z Packages to install: 4
1452025-01-11T00:18:35.203Z Packages to update: 3
1462025-01-11T00:18:35.203Z Mediators to change: 2
1472025-01-11T00:18:35.207Z Services to change: 1
1482025-01-11T00:18:35.207Z Estimated space available: 155.62 GB
1492025-01-11T00:18:35.207ZEstimated space to be consumed: 1.64 GB
1502025-01-11T00:18:35.207Z Create boot environment: No
1512025-01-11T00:18:35.207ZCreate backup boot environment: Yes
1522025-01-11T00:18:35.207Z Rebuild boot archive: No
1532025-01-11T00:18:35.207Z
1542025-01-11T00:18:35.207ZChanged mediators:
1552025-01-11T00:18:35.208Z mediator clang:
1562025-01-11T00:18:35.208Z version: None -> 15 (system default)
1572025-01-11T00:18:35.208Z
1582025-01-11T00:18:35.208Z mediator llvm:
1592025-01-11T00:18:35.208Z version: 14 (system default) -> 15 (system default)
1602025-01-11T00:18:35.208Z
1612025-01-11T00:18:35.208ZChanged packages:
1622025-01-11T00:18:35.208Zhelios-dev
1632025-01-11T00:18:35.208Z developer/build-essential
1642025-01-11T00:18:35.208Z None -> 11-2.0
1652025-01-11T00:18:35.208Z library/libxmlsec1
1662025-01-11T00:18:35.208Z None -> 1.2.35-2.0
1672025-01-11T00:18:35.208Z ooce/developer/clang-15
1682025-01-11T00:18:35.208Z None -> 15.0.7-2.0
1692025-01-11T00:18:35.208Z ooce/developer/llvm-15
1702025-01-11T00:18:35.208Z None -> 15.0.7-2.0
1712025-01-11T00:18:35.208Z package/pkg
1722025-01-11T00:18:35.208Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1732025-01-11T00:18:35.208Z system/library/g++-runtime
1742025-01-11T00:18:35.208Z 13-2.0 -> 14-2.0
1752025-01-11T00:18:35.208Z system/library/gcc-runtime
1762025-01-11T00:18:35.208Z 13-2.0 -> 14-2.0
1772025-01-11T00:18:35.208Z
1782025-01-11T00:18:35.208ZServices:
1792025-01-11T00:18:35.208Z restart_fmri:
1802025-01-11T00:18:35.208Z svc:/system/update-man-index:default
1812025-01-11T00:18:35.208Z
1822025-01-11T00:18:35.208ZEditable files to change:
1832025-01-11T00:18:35.208Z Update:
1842025-01-11T00:18:35.208Z usr/share/lib/pkg/web/config.shtml
1852025-01-11T00:18:35.286Z
1862025-01-11T00:18:35.286ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1872025-01-11T00:18:40.290ZDownload: 1189/4301 items 63.4/225.4MB 28% complete (13.0M/s)
1882025-01-11T00:18:45.299ZDownload: 1378/4301 items 117.0/225.4MB 51% complete (12.1M/s)
1892025-01-11T00:18:50.388ZDownload: 2221/4301 items 119.2/225.4MB 52% complete (5.9M/s)
1902025-01-11T00:18:55.395ZDownload: 2728/4301 items 120.8/225.4MB 53% complete (397k/s)
1912025-01-11T00:19:00.582ZDownload: 3237/4301 items 202.2/225.4MB 89% complete (8.3M/s)
1922025-01-11T00:19:17.011ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
1932025-01-11T00:19:23.363ZDownload: 3279/4301 items 209.1/225.4MB 92% complete (2.4M/s)
1942025-01-11T00:19:42.564ZDownload: 3282/4301 items 210.6/225.4MB 93% complete
1952025-01-11T00:19:47.763ZDownload: 3285/4301 items 210.9/225.4MB 93% complete (11.0M/s)
1962025-01-11T00:19:52.772ZDownload: 3401/4301 items 213.1/225.4MB 94% complete (351k/s)
1972025-01-11T00:19:57.778ZDownload: 3681/4301 items 216.6/225.4MB 96% complete (585k/s)
1982025-01-11T00:20:02.980ZDownload: 3928/4301 items 217.9/225.4MB 96% complete (502k/s)
1992025-01-11T00:20:08.090ZDownload: 4141/4301 items 220.0/225.4MB 97% complete (323k/s)
2002025-01-11T00:20:14.125ZDownload: 4202/4301 items 220.5/225.4MB 97% complete (356k/s)
2012025-01-11T00:20:26.924ZDownload: 4208/4301 items 220.6/225.4MB 97% complete
2022025-01-11T00:20:34.360ZDownload: 4292/4301 items 224.6/225.4MB 99% complete (1.9M/s)
2032025-01-11T00:20:40.765ZDownload: 4295/4301 items 225.0/225.4MB 99% complete (1.3M/s)
2042025-01-11T00:20:40.781ZDownload: Completed 225.42 MB in 125.49 seconds (1.8M/s)
2052025-01-11T00:20:42.889Z Actions: 1/5122 actions (Removing old actions)
2062025-01-11T00:20:42.910Z Actions: 194/5122 actions (Installing new actions)
2072025-01-11T00:20:47.696Z Actions: 4267/5122 actions (Updating modified actions)
2082025-01-11T00:20:48.056Z Actions: Completed 5122 actions in 5.17 seconds.
2092025-01-11T00:20:48.485Z Done (0.419s)
2102025-01-11T00:20:48.487Z Done (0.001s)
2112025-01-11T00:20:49.073Z Done (0.585s)
2122025-01-11T00:20:53.751Z Done (4.440s)
2132025-01-11T00:20:53.844Z Done (0.018s)
2142025-01-11T00:20:53.846Z Done (0.000s)
2152025-01-11T00:20:54.032Z Done (0.000s)
2162025-01-11T00:20:54.784ZPlanning: Evaluating mediator changes ... Done
2172025-01-11T00:20:54.943ZPlanning: Checking for conflicting actions ... Done
2182025-01-11T00:20:54.945ZPlanning: Consolidating action changes ... Done
2192025-01-11T00:20:55.226ZPlanning: Evaluating mediators ... Done
2202025-01-11T00:20:55.228ZPlanning: Planning completed in 0.45 seconds
2212025-01-11T00:20:55.266Z Mediators to change: 2
2222025-01-11T00:20:55.266Z Create boot environment: No
2232025-01-11T00:20:55.266ZCreate backup boot environment: No
2242025-01-11T00:20:55.346Z Done
2252025-01-11T00:20:55.346Z Done
2262025-01-11T00:20:55.738Z Done
2272025-01-11T00:20:59.702Z Done
2282025-01-11T00:20:59.795Z Done
2292025-01-11T00:20:59.797Z Done
2302025-01-11T00:20:59.936Z Done
2312025-01-11T00:21:00.618ZPlanning: Evaluating mediator changes ... Done
2322025-01-11T00:21:00.620ZPlanning: Merging actions ... Done
2332025-01-11T00:21:00.822ZPlanning: Checking for conflicting actions ... Done
2342025-01-11T00:21:00.825ZPlanning: Consolidating action changes ... Done
2352025-01-11T00:21:01.117ZPlanning: Evaluating mediators ... Done
2362025-01-11T00:21:01.181ZPlanning: Planning completed in 0.84 seconds
2372025-01-11T00:21:01.224Z Packages to change: 1
2382025-01-11T00:21:01.224Z Mediators to change: 1
2392025-01-11T00:21:01.224Z Services to change: 1
2402025-01-11T00:21:01.226Z Create boot environment: No
2412025-01-11T00:21:01.226ZCreate backup boot environment: Yes
2422025-01-11T00:21:03.517Z Actions: 1/6 actions (Updating modified actions)
2432025-01-11T00:21:03.520Z Actions: Completed 6 actions in 0.00 seconds.
2442025-01-11T00:21:03.522Z Done
2452025-01-11T00:21:03.522Z Done
2462025-01-11T00:21:03.640Z Done
2472025-01-11T00:21:07.739Z Done
2482025-01-11T00:21:07.836Z Done
2492025-01-11T00:21:07.839Z Done
2502025-01-11T00:21:07.965Z Done
2512025-01-11T00:21:08.448ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2522025-01-11T00:21:08.448Zclang system 15 system
2532025-01-11T00:21:08.448Zcsh system system illumos
2542025-01-11T00:21:08.448Zctags system system illumos
2552025-01-11T00:21:08.448Zgcc vendor 12 vendor
2562025-01-11T00:21:08.448Zgcc system 10 system
2572025-01-11T00:21:08.448Zgcc system 7 system
2582025-01-11T00:21:08.449Zgo system 1.20 system
2592025-01-11T00:21:08.449Zgo system 1.19 system
2602025-01-11T00:21:08.449Zllvm system 15 system
2612025-01-11T00:21:08.449Zllvm system 14 system
2622025-01-11T00:21:08.449Zmariadb system 10.6 system
2632025-01-11T00:21:08.449Zmta vendor vendor dma
2642025-01-11T00:21:08.449Zopenjdk system 17 system
2652025-01-11T00:21:08.449Zopenjdk system 11 system
2662025-01-11T00:21:08.449Zopenjdk system 1.8 system
2672025-01-11T00:21:08.449Zopenssl vendor 3 vendor
2682025-01-11T00:21:08.449Zperl system 5.36 system
2692025-01-11T00:21:08.449Zpostgresql system 15 system
2702025-01-11T00:21:08.449Zpostgresql system 13 system
2712025-01-11T00:21:08.449Zpython vendor 3 vendor
2722025-01-11T00:21:08.449Zpython system 2 system
2732025-01-11T00:21:08.449Zpython3 system 3.11 system
2742025-01-11T00:21:08.449Zruby system 3.0 system
2752025-01-11T00:21:08.449Zwords vendor vendor american-english
2762025-01-11T00:21:08.449Zwords system system australian-english
2772025-01-11T00:21:08.449Zwords system system british-english
2782025-01-11T00:21:08.449Zwords system system canadian-english
2792025-01-11T00:21:08.450Zwords system system french
2802025-01-11T00:21:08.450Zwords system system italian
2812025-01-11T00:21:08.450Zwords system system ngerman
2822025-01-11T00:21:08.450Zwords system system ogerman
2832025-01-11T00:21:08.450Zwords system system spanish
2842025-01-11T00:21:08.823ZPUBLISHER TYPE STATUS P LOCATION
2852025-01-11T00:21:08.823Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2862025-01-11T00:21:11.740ZFMRI IFO
2872025-01-11T00:21:11.740Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2882025-01-11T00:21:11.740Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2892025-01-11T00:21:11.741Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2902025-01-11T00:21:11.741Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2912025-01-11T00:21:11.741Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2922025-01-11T00:21:11.741Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2932025-01-11T00:21:11.741Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2942025-01-11T00:21:11.741Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2952025-01-11T00:21:11.741Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2962025-01-11T00:21:11.741Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2972025-01-11T00:21:11.741Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2982025-01-11T00:21:11.741Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2992025-01-11T00:21:11.741Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3002025-01-11T00:21:11.741Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3012025-01-11T00:21:11.741Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3022025-01-11T00:21:12.583Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3032025-01-11T00:21:12.913Z Updating crates.io index
3042025-01-11T00:21:12.916Z Updating git repository `https://github.com/oxidecomputer/diffus`
3052025-01-11T00:21:13.295Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-01-11T00:21:13.832Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3072025-01-11T00:21:14.100Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082025-01-11T00:21:14.382Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3092025-01-11T00:21:14.629Z Updating git repository `https://github.com/oxidecomputer/propolis`
3102025-01-11T00:21:15.621Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112025-01-11T00:21:17.320Z Updating git repository `https://github.com/oxidecomputer/opte`
3122025-01-11T00:21:18.600Z Updating git repository `https://github.com/oxidecomputer/falcon`
3132025-01-11T00:21:19.392Z Updating git repository `https://github.com/oxidecomputer/clickward`
3142025-01-11T00:21:19.683Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3152025-01-11T00:21:20.056Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3162025-01-11T00:21:20.700Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3172025-01-11T00:21:20.981Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3182025-01-11T00:21:21.392Z Updating git repository `https://github.com/oxidecomputer/tofino`
3192025-01-11T00:21:21.687Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3202025-01-11T00:21:21.945Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3212025-01-11T00:21:22.195Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3222025-01-11T00:21:22.490Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3232025-01-11T00:21:22.825Z Updating git repository `https://github.com/oxidecomputer/ispf`
3242025-01-11T00:21:23.310Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3252025-01-11T00:21:23.617Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3262025-01-11T00:21:24.239Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3272025-01-11T00:21:24.514Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3282025-01-11T00:21:25.307Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292025-01-11T00:21:25.524Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3302025-01-11T00:21:25.822Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3312025-01-11T00:21:26.087Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3322025-01-11T00:21:26.320Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3332025-01-11T00:21:27.830Z Downloading crates ...
3342025-01-11T00:21:27.957Z Downloaded block-buffer v0.10.4
3352025-01-11T00:21:27.960Z Downloaded equivalent v1.0.1
3362025-01-11T00:21:27.963Z Downloaded errno v0.3.9
3372025-01-11T00:21:27.964Z Downloaded byteorder v1.5.0
3382025-01-11T00:21:27.973Z Downloaded dtrace-parser v0.2.0
3392025-01-11T00:21:27.978Z Downloaded anyhow v1.0.93
3402025-01-11T00:21:27.981Z Downloaded digest v0.10.7
3412025-01-11T00:21:27.981Z Downloaded fastrand v2.1.1
3422025-01-11T00:21:27.981Z Downloaded cargo_metadata v0.18.1
3432025-01-11T00:21:27.986Z Downloaded anstyle-query v1.1.1
3442025-01-11T00:21:27.986Z Downloaded anstyle v1.0.10
3452025-01-11T00:21:27.990Z Downloaded dof v0.3.0
3462025-01-11T00:21:27.990Z Downloaded colorchoice v1.0.2
3472025-01-11T00:21:27.990Z Downloaded camino v1.1.9
3482025-01-11T00:21:27.994Z Downloaded clap_lex v0.7.2
3492025-01-11T00:21:27.995Z Downloaded anstream v0.6.15
3502025-01-11T00:21:28.004Z Downloaded cpufeatures v0.2.14
3512025-01-11T00:21:28.004Z Downloaded anstyle-parse v0.2.5
3522025-01-11T00:21:28.004Z Downloaded clap_derive v4.5.18
3532025-01-11T00:21:28.013Z Downloaded clap v4.5.21
3542025-01-11T00:21:28.022Z Downloaded cfg-if v1.0.0
3552025-01-11T00:21:28.022Z Downloaded clap_builder v4.5.21
3562025-01-11T00:21:28.025Z Downloaded terminal_size v0.4.0
3572025-01-11T00:21:28.025Z Downloaded thread-id v4.2.2
3582025-01-11T00:21:28.025Z Downloaded toml_datetime v0.6.8
3592025-01-11T00:21:28.026Z Downloaded thiserror-impl v1.0.69
3602025-01-11T00:21:28.026Z Downloaded strsim v0.11.1
3612025-01-11T00:21:28.026Z Downloaded pest_generator v2.7.14
3622025-01-11T00:21:28.028Z Downloaded tabled_derive v0.7.0
3632025-01-11T00:21:28.028Z Downloaded serde_tokenstream v0.2.2
3642025-01-11T00:21:28.031Z Downloaded crypto-common v0.1.6
3652025-01-11T00:21:28.038Z Downloaded usdt-macro v0.5.0
3662025-01-11T00:21:28.043Z Downloaded swrite v0.1.0
3672025-01-11T00:21:28.046Z Downloaded pretty-hex v0.4.1
3682025-01-11T00:21:28.046Z Downloaded scroll_derive v0.12.0
3692025-01-11T00:21:28.053Z Downloaded proc-macro-error-attr v1.0.4
3702025-01-11T00:21:28.057Z Downloaded thiserror v1.0.69
3712025-01-11T00:21:28.061Z Downloaded usdt-attr-macro v0.5.0
3722025-01-11T00:21:28.066Z Downloaded serde_spanned v0.6.8
3732025-01-11T00:21:28.079Z Downloaded plain v0.2.3
3742025-01-11T00:21:28.081Z Downloaded fnv v1.0.7
3752025-01-11T00:21:28.086Z Downloaded unicode-linebreak v0.1.5
3762025-01-11T00:21:28.088Z Downloaded macaddr v1.0.1
3772025-01-11T00:21:28.089Z Downloaded smawk v0.3.2
3782025-01-11T00:21:28.092Z Downloaded usdt v0.5.0
3792025-01-11T00:21:28.092Z Downloaded heck v0.4.1
3802025-01-11T00:21:28.096Z Downloaded toml v0.8.19
3812025-01-11T00:21:28.100Z Downloaded pest_derive v2.7.14
3822025-01-11T00:21:28.107Z Downloaded itoa v1.0.11
3832025-01-11T00:21:28.107Z Downloaded is_terminal_polyfill v1.70.1
3842025-01-11T00:21:28.112Z Downloaded fs-err v2.11.0
3852025-01-11T00:21:28.112Z Downloaded sha2 v0.10.8
3862025-01-11T00:21:28.112Z Downloaded generic-array v0.14.7
3872025-01-11T00:21:28.112Z Downloaded bytecount v0.6.8
3882025-01-11T00:21:28.116Z Downloaded quote v1.0.38
3892025-01-11T00:21:28.121Z Downloaded version_check v0.9.5
3902025-01-11T00:21:28.121Z Downloaded utf8parse v0.2.2
3912025-01-11T00:21:28.121Z Downloaded autocfg v1.4.0
3922025-01-11T00:21:28.126Z Downloaded proc-macro-error v1.0.4
3932025-01-11T00:21:28.126Z Downloaded tempfile v3.13.0
3942025-01-11T00:21:28.128Z Downloaded scroll v0.12.0
3952025-01-11T00:21:28.128Z Downloaded cargo_toml v0.20.5
3962025-01-11T00:21:28.128Z Downloaded memmap v0.7.0
3972025-01-11T00:21:28.131Z Downloaded semver v1.0.24
3982025-01-11T00:21:28.133Z Downloaded once_cell v1.20.2
3992025-01-11T00:21:28.136Z Downloaded camino-tempfile v1.1.1
4002025-01-11T00:21:28.139Z Downloaded heck v0.5.0
4012025-01-11T00:21:28.142Z Downloaded cargo-platform v0.1.8
4022025-01-11T00:21:28.142Z Downloaded usdt-impl v0.5.0
4032025-01-11T00:21:28.144Z Downloaded pest_meta v2.7.14
4042025-01-11T00:21:28.149Z Downloaded ryu v1.0.18
4052025-01-11T00:21:28.152Z Downloaded proc-macro2 v1.0.92
4062025-01-11T00:21:28.155Z Downloaded unicode-ident v1.0.14
4072025-01-11T00:21:28.157Z Downloaded typenum v1.17.0
4082025-01-11T00:21:28.163Z Downloaded log v0.4.22
4092025-01-11T00:21:28.172Z Downloaded zerocopy-derive v0.7.35
4102025-01-11T00:21:28.176Z Downloaded textwrap v0.16.1
4112025-01-11T00:21:28.179Z Downloaded ucd-trie v0.1.7
4122025-01-11T00:21:28.181Z Downloaded bitflags v2.6.0
4132025-01-11T00:21:28.185Z Downloaded serde_derive v1.0.217
4142025-01-11T00:21:28.188Z Downloaded papergrid v0.11.0
4152025-01-11T00:21:28.191Z Downloaded serde v1.0.217
4162025-01-11T00:21:28.218Z Downloaded indexmap v2.7.0
4172025-01-11T00:21:28.222Z Downloaded toml_edit v0.22.22
4182025-01-11T00:21:28.243Z Downloaded memchr v2.7.4
4192025-01-11T00:21:28.258Z Downloaded pest v2.7.14
4202025-01-11T00:21:28.266Z Downloaded serde_json v1.0.135
4212025-01-11T00:21:28.276Z Downloaded zerocopy v0.7.35
4222025-01-11T00:21:28.291Z Downloaded goblin v0.8.2
4232025-01-11T00:21:28.296Z Downloaded tabled v0.15.0
4242025-01-11T00:21:28.311Z Downloaded winnow v0.6.20
4252025-01-11T00:21:28.323Z Downloaded hashbrown v0.15.1
4262025-01-11T00:21:28.336Z Downloaded syn v1.0.109
4272025-01-11T00:21:28.345Z Downloaded unicode-width v0.1.14
4282025-01-11T00:21:28.352Z Downloaded syn v2.0.96
4292025-01-11T00:21:28.363Z Downloaded rustix v0.38.37
4302025-01-11T00:21:28.405Z Downloaded libc v0.2.162
4312025-01-11T00:21:28.717Z Compiling proc-macro2 v1.0.92
4322025-01-11T00:21:28.717Z Compiling unicode-ident v1.0.14
4332025-01-11T00:21:28.720Z Compiling serde v1.0.217
4342025-01-11T00:21:28.720Z Compiling version_check v0.9.5
4352025-01-11T00:21:28.720Z Compiling thiserror v1.0.69
4362025-01-11T00:21:28.720Z Compiling memchr v2.7.4
4372025-01-11T00:21:28.720Z Compiling libc v0.2.162
4382025-01-11T00:21:28.720Z Compiling itoa v1.0.11
4392025-01-11T00:21:28.989Z Compiling ryu v1.0.18
4402025-01-11T00:21:29.124Z Compiling ucd-trie v0.1.7
4412025-01-11T00:21:29.367Z Compiling once_cell v1.20.2
4422025-01-11T00:21:29.697Z Compiling byteorder v1.5.0
4432025-01-11T00:21:29.818Z Compiling serde_json v1.0.135
4442025-01-11T00:21:29.821Z Compiling rustix v0.38.37
4452025-01-11T00:21:30.195Z Compiling bitflags v2.6.0
4462025-01-11T00:21:30.223Z Compiling proc-macro-error-attr v1.0.4
4472025-01-11T00:21:30.541Z Compiling usdt-impl v0.5.0
4482025-01-11T00:21:30.567Z Compiling syn v1.0.109
4492025-01-11T00:21:30.640Z Compiling quote v1.0.38
4502025-01-11T00:21:30.769Z Compiling proc-macro-error v1.0.4
4512025-01-11T00:21:30.799Z Compiling camino v1.1.9
4522025-01-11T00:21:31.011Z Compiling errno v0.3.9
4532025-01-11T00:21:31.073Z Compiling syn v2.0.96
4542025-01-11T00:21:31.272Z Compiling equivalent v1.0.1
4552025-01-11T00:21:31.379Z Compiling hashbrown v0.15.1
4562025-01-11T00:21:31.382Z Compiling log v0.4.22
4572025-01-11T00:21:31.431Z Compiling utf8parse v0.2.2
4582025-01-11T00:21:31.456Z Compiling thread-id v4.2.2
4592025-01-11T00:21:31.539Z Compiling plain v0.2.3
4602025-01-11T00:21:31.608Z Compiling anstyle-parse v0.2.5
4612025-01-11T00:21:31.892Z Compiling colorchoice v1.0.2
4622025-01-11T00:21:31.968Z Compiling anstyle v1.0.10
4632025-01-11T00:21:32.064Z Compiling pretty-hex v0.4.1
4642025-01-11T00:21:32.147Z Compiling autocfg v1.4.0
4652025-01-11T00:21:32.298Z Compiling unicode-width v0.1.14
4662025-01-11T00:21:32.444Z Compiling anstyle-query v1.1.1
4672025-01-11T00:21:32.471Z Compiling winnow v0.6.20
4682025-01-11T00:21:32.606Z Compiling indexmap v2.7.0
4692025-01-11T00:21:32.692Z Compiling is_terminal_polyfill v1.70.1
4702025-01-11T00:21:32.832Z Compiling semver v1.0.24
4712025-01-11T00:21:32.859Z Compiling anstream v0.6.15
4722025-01-11T00:21:33.512Z Compiling fs-err v2.11.0
4732025-01-11T00:21:33.569Z Compiling terminal_size v0.4.0
4742025-01-11T00:21:33.849Z Compiling bytecount v0.6.8
4752025-01-11T00:21:33.953Z Compiling fnv v1.0.7
4762025-01-11T00:21:33.956Z Compiling anyhow v1.0.93
4772025-01-11T00:21:34.099Z Compiling fastrand v2.1.1
4782025-01-11T00:21:34.128Z Compiling heck v0.4.1
4792025-01-11T00:21:34.384Z Compiling clap_lex v0.7.2
4802025-01-11T00:21:34.606Z Compiling cfg-if v1.0.0
4812025-01-11T00:21:34.671Z Compiling heck v0.5.0
4822025-01-11T00:21:34.696Z Compiling strsim v0.11.1
4832025-01-11T00:21:34.923Z Compiling tempfile v3.13.0
4842025-01-11T00:21:35.112Z Compiling clap_builder v4.5.21
4852025-01-11T00:21:35.220Z Compiling papergrid v0.11.0
4862025-01-11T00:21:35.633Z Compiling memmap v0.7.0
4872025-01-11T00:21:35.678Z Compiling smawk v0.3.2
4882025-01-11T00:21:35.824Z Compiling unicode-linebreak v0.1.5
4892025-01-11T00:21:36.348Z Compiling textwrap v0.16.1
4902025-01-11T00:21:36.537Z Compiling swrite v0.1.0
4912025-01-11T00:21:37.573Z Compiling tabled_derive v0.7.0
4922025-01-11T00:21:39.282Z Compiling tabled v0.15.0
4932025-01-11T00:21:40.545Z Compiling serde_derive v1.0.217
4942025-01-11T00:21:40.545Z Compiling thiserror-impl v1.0.69
4952025-01-11T00:21:40.548Z Compiling zerocopy-derive v0.7.35
4962025-01-11T00:21:40.548Z Compiling scroll_derive v0.12.0
4972025-01-11T00:21:40.837Z Compiling clap_derive v4.5.18
4982025-01-11T00:21:42.108Z Compiling scroll v0.12.0
4992025-01-11T00:21:42.585Z Compiling zerocopy v0.7.35
5002025-01-11T00:21:42.692Z Compiling goblin v0.8.2
5012025-01-11T00:21:43.525Z Compiling pest v2.7.14
5022025-01-11T00:21:44.996Z Compiling clap v4.5.21
5032025-01-11T00:21:45.826Z Compiling pest_meta v2.7.14
5042025-01-11T00:21:46.737Z Compiling pest_generator v2.7.14
5052025-01-11T00:21:48.759Z Compiling pest_derive v2.7.14
5062025-01-11T00:21:49.484Z Compiling dtrace-parser v0.2.0
5072025-01-11T00:21:51.439Z Compiling serde_tokenstream v0.2.2
5082025-01-11T00:21:51.536Z Compiling serde_spanned v0.6.8
5092025-01-11T00:21:51.536Z Compiling toml_datetime v0.6.8
5102025-01-11T00:21:51.736Z Compiling cargo-platform v0.1.8
5112025-01-11T00:21:51.889Z Compiling toml_edit v0.22.22
5122025-01-11T00:21:52.070Z Compiling macaddr v1.0.1
5132025-01-11T00:21:52.351Z Compiling camino-tempfile v1.1.1
5142025-01-11T00:21:53.075Z Compiling dof v0.3.0
5152025-01-11T00:21:53.145Z Compiling cargo_metadata v0.18.1
5162025-01-11T00:21:54.895Z Compiling usdt-attr-macro v0.5.0
5172025-01-11T00:21:54.900Z Compiling usdt-macro v0.5.0
5182025-01-11T00:21:54.920Z Compiling toml v0.8.19
5192025-01-11T00:21:55.838Z Compiling cargo_toml v0.20.5
5202025-01-11T00:21:56.323Z Compiling usdt v0.5.0
5212025-01-11T00:21:59.573Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5222025-01-11T00:22:03.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.68s
5232025-01-11T00:22:04.285Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5242025-01-11T00:22:04.861Z Downloading crates ...
5252025-01-11T00:22:04.976Z Downloaded async-stream v0.3.6
5262025-01-11T00:22:04.987Z Downloaded cfg_aliases v0.2.1
5272025-01-11T00:22:04.998Z Downloaded atomicwrites v0.4.4
5282025-01-11T00:22:05.004Z Downloaded arrayvec v0.7.6
5292025-01-11T00:22:05.004Z Downloaded crunchy v0.2.2
5302025-01-11T00:22:05.004Z Downloaded async-stream-impl v0.3.6
5312025-01-11T00:22:05.004Z Downloaded arc-swap v1.7.1
5322025-01-11T00:22:05.006Z Downloaded cfg_aliases v0.1.1
5332025-01-11T00:22:05.024Z Downloaded ascii-canvas v3.0.0
5342025-01-11T00:22:05.026Z Downloaded bcrypt-pbkdf v0.10.0
5352025-01-11T00:22:05.031Z Downloaded atomic-waker v1.1.2
5362025-01-11T00:22:05.033Z Downloaded cstr-argument v0.1.2
5372025-01-11T00:22:05.035Z Downloaded crucible-workspace-hack v0.1.0
5382025-01-11T00:22:05.036Z Downloaded ciborium-io v0.2.2
5392025-01-11T00:22:05.036Z Downloaded arrayref v0.3.9
5402025-01-11T00:22:05.039Z Downloaded headers-core v0.3.0
5412025-01-11T00:22:05.042Z Downloaded atty v0.2.14
5422025-01-11T00:22:05.042Z Downloaded blowfish v0.9.1
5432025-01-11T00:22:05.046Z Downloaded assert_matches v1.5.0
5442025-01-11T00:22:05.049Z Downloaded cbc v0.1.2
5452025-01-11T00:22:05.049Z Downloaded cobs v0.2.3
5462025-01-11T00:22:05.052Z Downloaded array-init v0.0.4
5472025-01-11T00:22:05.052Z Downloaded ctr v0.9.2
5482025-01-11T00:22:05.054Z Downloaded bit-vec v0.6.3
5492025-01-11T00:22:05.057Z Downloaded crc-catalog v2.4.0
5502025-01-11T00:22:05.057Z Downloaded cexpr v0.6.0
5512025-01-11T00:22:05.059Z Downloaded castaway v0.2.3
5522025-01-11T00:22:05.059Z Downloaded bitfield v0.14.0
5532025-01-11T00:22:05.062Z Downloaded crossbeam-deque v0.8.5
5542025-01-11T00:22:05.064Z Downloaded ciborium-ll v0.2.2
5552025-01-11T00:22:05.064Z Downloaded base16ct v0.2.0
5562025-01-11T00:22:05.067Z Downloaded bb8 v0.8.5
5572025-01-11T00:22:05.067Z Downloaded aead v0.5.2
5582025-01-11T00:22:05.070Z Downloaded const_format_proc_macros v0.2.33
5592025-01-11T00:22:05.072Z Downloaded cmake v0.1.51
5602025-01-11T00:22:05.072Z Downloaded async-recursion v1.1.1
5612025-01-11T00:22:05.077Z Downloaded curve25519-dalek-derive v0.1.1
5622025-01-11T00:22:05.080Z Downloaded convert_case v0.4.0
5632025-01-11T00:22:05.081Z Downloaded bitflags v1.3.2
5642025-01-11T00:22:05.084Z Downloaded async-bb8-diesel v0.2.1
5652025-01-11T00:22:05.084Z Downloaded bitfield-struct v0.6.2
5662025-01-11T00:22:05.086Z Downloaded bit-set v0.5.3
5672025-01-11T00:22:05.087Z Downloaded addr2line v0.24.2
5682025-01-11T00:22:05.091Z Downloaded buf-list v1.0.3
5692025-01-11T00:22:05.094Z Downloaded colored v2.1.0
5702025-01-11T00:22:05.097Z Downloaded cassowary v0.3.0
5712025-01-11T00:22:05.097Z Downloaded progenitor-client v0.8.0
5722025-01-11T00:22:05.103Z Downloaded async-trait v0.1.83
5732025-01-11T00:22:05.107Z Downloaded chrono-tz-build v0.4.0
5742025-01-11T00:22:05.111Z Downloaded argon2 v0.5.3
5752025-01-11T00:22:05.113Z Downloaded constant_time_eq v0.3.1
5762025-01-11T00:22:05.113Z Downloaded bzip2 v0.4.4
5772025-01-11T00:22:05.118Z Downloaded rustc_version v0.4.1
5782025-01-11T00:22:05.120Z Downloaded serde-big-array v0.5.1
5792025-01-11T00:22:05.125Z Downloaded block-padding v0.3.3
5802025-01-11T00:22:05.125Z Downloaded base64ct v1.6.0
5812025-01-11T00:22:05.127Z Downloaded crc32fast v1.4.2
5822025-01-11T00:22:05.130Z Downloaded crc-any v2.5.0
5832025-01-11T00:22:05.133Z Downloaded ciborium v0.2.2
5842025-01-11T00:22:05.136Z Downloaded cipher v0.4.4
5852025-01-11T00:22:05.139Z Downloaded backoff v0.4.0
5862025-01-11T00:22:05.143Z Downloaded console v0.15.8
5872025-01-11T00:22:05.146Z Downloaded bcs v0.1.6
5882025-01-11T00:22:05.148Z Downloaded sync_wrapper v1.0.1
5892025-01-11T00:22:05.151Z Downloaded progenitor-macro v0.9.1
5902025-01-11T00:22:05.151Z Downloaded cancel-safe-futures v0.1.5
5912025-01-11T00:22:05.155Z Downloaded blake2 v0.10.6
5922025-01-11T00:22:05.160Z Downloaded http v1.2.0
5932025-01-11T00:22:05.165Z Downloaded httpdate v1.0.3
5942025-01-11T00:22:05.167Z Downloaded http-body-util v0.1.2
5952025-01-11T00:22:05.170Z Downloaded ref-cast-impl v1.0.23
5962025-01-11T00:22:05.172Z Downloaded rustfmt-wrapper v0.2.1
5972025-01-11T00:22:05.172Z Downloaded adler2 v2.0.0
5982025-01-11T00:22:05.174Z Downloaded rand_chacha v0.3.1
5992025-01-11T00:22:05.181Z Downloaded hubpack v0.1.2
6002025-01-11T00:22:05.181Z Downloaded crossbeam-utils v0.8.20
6012025-01-11T00:22:05.184Z Downloaded httparse v1.9.5
6022025-01-11T00:22:05.184Z Downloaded http-range v0.1.5
6032025-01-11T00:22:05.187Z Downloaded serde_urlencoded v0.7.1
6042025-01-11T00:22:05.187Z Downloaded hickory-server v0.24.1
6052025-01-11T00:22:05.196Z Downloaded unicode-xid v0.2.6
6062025-01-11T00:22:05.199Z Downloaded spki v0.7.3
6072025-01-11T00:22:05.199Z Downloaded signal-hook-registry v1.4.2
6082025-01-11T00:22:05.199Z Downloaded psl-types v2.0.11
6092025-01-11T00:22:05.202Z Downloaded thread_local v1.1.8
6102025-01-11T00:22:05.202Z Downloaded is_ci v1.2.0
6112025-01-11T00:22:05.202Z Downloaded slog-scope v4.4.0
6122025-01-11T00:22:05.205Z Downloaded chacha20 v0.9.1
6132025-01-11T00:22:05.207Z Downloaded signal-hook-mio v0.2.4
6142025-01-11T00:22:05.211Z Downloaded maplit v1.0.2
6152025-01-11T00:22:05.211Z Downloaded lazy_static v1.5.0
6162025-01-11T00:22:05.224Z Downloaded match_cfg v0.1.0
6172025-01-11T00:22:05.225Z Downloaded matches v0.1.10
6182025-01-11T00:22:05.225Z Downloaded compact_str v0.8.0
6192025-01-11T00:22:05.235Z Downloaded memoffset v0.9.1
6202025-01-11T00:22:05.235Z Downloaded md-5 v0.10.6
6212025-01-11T00:22:05.235Z Downloaded http-body v1.0.1
6222025-01-11T00:22:05.235Z Downloaded libsw v3.3.1
6232025-01-11T00:22:05.235Z Downloaded lazycell v1.3.0
6242025-01-11T00:22:05.235Z Downloaded linear-map v1.2.0
6252025-01-11T00:22:05.247Z Downloaded thiserror-impl-no-std v2.0.2
6262025-01-11T00:22:05.247Z Downloaded scrypt v0.11.0
6272025-01-11T00:22:05.247Z Downloaded scheduled-thread-pool v0.2.7
6282025-01-11T00:22:05.247Z Downloaded chacha20poly1305 v0.10.1
6292025-01-11T00:22:05.248Z Downloaded dsl_auto_type v0.1.2
6302025-01-11T00:22:05.248Z Downloaded mirai-annotations v1.12.0
6312025-01-11T00:22:05.248Z Downloaded waitgroup v0.1.2
6322025-01-11T00:22:05.253Z Downloaded hubpack_derive v0.1.1
6332025-01-11T00:22:05.253Z Downloaded icu_provider_macros v1.5.0
6342025-01-11T00:22:05.253Z Downloaded difflib v0.4.0
6352025-01-11T00:22:05.253Z Downloaded ident_case v1.0.1
6362025-01-11T00:22:05.253Z Downloaded thiserror-no-std v2.0.2
6372025-01-11T00:22:05.253Z Downloaded libefi-sys v0.1.0
6382025-01-11T00:22:05.253Z Downloaded lalrpop-util v0.19.12
6392025-01-11T00:22:05.253Z Downloaded xz2 v0.1.7
6402025-01-11T00:22:05.256Z Downloaded maybe-uninit v2.0.0
6412025-01-11T00:22:05.256Z Downloaded hyper-tls v0.6.0
6422025-01-11T00:22:05.256Z Downloaded mockall v0.13.0
6432025-01-11T00:22:05.256Z Downloaded jobserver v0.1.32
6442025-01-11T00:22:05.265Z Downloaded number_prefix v0.4.0
6452025-01-11T00:22:05.265Z Downloaded lru-cache v0.1.2
6462025-01-11T00:22:05.266Z Downloaded lru v0.12.5
6472025-01-11T00:22:05.266Z Downloaded internet-checksum v0.2.1
6482025-01-11T00:22:05.266Z Downloaded spin v0.9.8
6492025-01-11T00:22:05.269Z Downloaded zerofrom-derive v0.1.4
6502025-01-11T00:22:05.269Z Downloaded tokio-tungstenite v0.24.0
6512025-01-11T00:22:05.269Z Downloaded term v0.7.0
6522025-01-11T00:22:05.272Z Downloaded humantime v2.1.0
6532025-01-11T00:22:05.275Z Downloaded bytes v1.9.0
6542025-01-11T00:22:05.279Z Downloaded mime v0.3.17
6552025-01-11T00:22:05.282Z Downloaded bumpalo v3.16.0
6562025-01-11T00:22:05.284Z Downloaded indoc v1.0.9
6572025-01-11T00:22:05.287Z Downloaded managed v0.8.0
6582025-01-11T00:22:05.290Z Downloaded tokio-tungstenite v0.23.1
6592025-01-11T00:22:05.292Z Downloaded tokio-tungstenite v0.21.0
6602025-01-11T00:22:05.295Z Downloaded lockfree-object-pool v0.1.6
6612025-01-11T00:22:05.297Z Downloaded ipnet v2.10.1
6622025-01-11T00:22:05.300Z Downloaded inout v0.1.3
6632025-01-11T00:22:05.300Z Downloaded packed_struct_codegen v0.10.1
6642025-01-11T00:22:05.302Z Downloaded openssl-probe v0.1.5
6652025-01-11T00:22:05.305Z Downloaded phf_shared v0.10.0
6662025-01-11T00:22:05.305Z Downloaded newline-converter v0.3.0
6672025-01-11T00:22:05.305Z Downloaded new_debug_unreachable v1.0.6
6682025-01-11T00:22:05.307Z Downloaded foreign-types-shared v0.1.1
6692025-01-11T00:22:05.307Z Downloaded base64 v0.22.1
6702025-01-11T00:22:05.311Z Downloaded env_filter v0.1.2
6712025-01-11T00:22:05.313Z Downloaded hickory-client v0.24.1
6722025-01-11T00:22:05.316Z Downloaded foreign-types v0.5.0
6732025-01-11T00:22:05.318Z Downloaded filetime v0.2.25
6742025-01-11T00:22:05.320Z Downloaded typify v0.2.0
6752025-01-11T00:22:05.323Z Downloaded glob v0.3.1
6762025-01-11T00:22:05.325Z Downloaded socket2 v0.5.7
6772025-01-11T00:22:05.327Z Downloaded hyper-rustls v0.27.3
6782025-01-11T00:22:05.330Z Downloaded iana-time-zone v0.1.61
6792025-01-11T00:22:05.333Z Downloaded icu_locid_transform v1.5.0
6802025-01-11T00:22:05.336Z Downloaded memmap2 v0.9.5
6812025-01-11T00:22:05.339Z Downloaded toolchain_find v0.4.0
6822025-01-11T00:22:05.343Z Downloaded float-ord v0.3.2
6832025-01-11T00:22:05.344Z Downloaded litemap v0.7.3
6842025-01-11T00:22:05.347Z Downloaded try-lock v0.2.5
6852025-01-11T00:22:05.348Z Downloaded termtree v0.4.1
6862025-01-11T00:22:05.348Z Downloaded stable_deref_trait v1.2.0
6872025-01-11T00:22:05.352Z Downloaded unarray v0.1.4
6882025-01-11T00:22:05.352Z Downloaded icu_normalizer_data v1.5.0
6892025-01-11T00:22:05.355Z Downloaded phf_generator v0.11.2
6902025-01-11T00:22:05.355Z Downloaded phf_codegen v0.11.2
6912025-01-11T00:22:05.365Z Downloaded downcast v0.11.0
6922025-01-11T00:22:05.368Z Downloaded hash32 v0.3.1
6932025-01-11T00:22:05.368Z Downloaded num_threads v0.1.7
6942025-01-11T00:22:05.368Z Downloaded num v0.4.3
6952025-01-11T00:22:05.371Z Downloaded zerovec-derive v0.10.3
6962025-01-11T00:22:05.373Z Downloaded num-conv v0.1.0
6972025-01-11T00:22:05.373Z Downloaded siphasher v0.3.11
6982025-01-11T00:22:05.376Z Downloaded rustc-hash v2.0.0
6992025-01-11T00:22:05.376Z Downloaded rustc-hash v1.1.0
7002025-01-11T00:22:05.378Z Downloaded resolv-conf v0.7.0
7012025-01-11T00:22:05.381Z Downloaded static_assertions v1.1.0
7022025-01-11T00:22:05.383Z Downloaded derive_builder_core v0.20.2
7032025-01-11T00:22:05.383Z Downloaded snafu v0.8.5
7042025-01-11T00:22:05.390Z Downloaded rand v0.8.5
7052025-01-11T00:22:05.395Z Downloaded pretty-hex v0.2.1
7062025-01-11T00:22:05.397Z Downloaded icu_properties v1.5.1
7072025-01-11T00:22:05.400Z Downloaded termios v0.3.3
7082025-01-11T00:22:05.400Z Downloaded string_cache v0.8.7
7092025-01-11T00:22:05.402Z Downloaded unicode-truncate v1.1.0
7102025-01-11T00:22:05.405Z Downloaded dropshot_endpoint v0.13.0
7112025-01-11T00:22:05.408Z Downloaded diff v0.1.13
7122025-01-11T00:22:05.411Z Downloaded fallible-streaming-iterator v0.1.9
7132025-01-11T00:22:05.414Z Downloaded debug-ignore v1.0.5
7142025-01-11T00:22:05.416Z Downloaded data-encoding v2.6.0
7152025-01-11T00:22:05.417Z Downloaded peg-runtime v0.8.3
7162025-01-11T00:22:05.421Z Downloaded zone v0.3.0
7172025-01-11T00:22:05.421Z Downloaded zip v0.6.6
7182025-01-11T00:22:05.423Z Downloaded fallible-iterator v0.2.0
7192025-01-11T00:22:05.425Z Downloaded olpc-cjson v0.1.4
7202025-01-11T00:22:05.425Z Downloaded hash32 v0.2.1
7212025-01-11T00:22:05.427Z Downloaded serde_with_macros v3.11.0
7222025-01-11T00:22:05.432Z Downloaded fd-lock v4.0.2
7232025-01-11T00:22:05.437Z Downloaded smf v0.2.3
7242025-01-11T00:22:05.437Z Downloaded icu_normalizer v1.5.0
7252025-01-11T00:22:05.441Z Downloaded indicatif v0.17.9
7262025-01-11T00:22:05.445Z Downloaded thiserror v2.0.11
7272025-01-11T00:22:05.451Z Downloaded darling_macro v0.20.10
7282025-01-11T00:22:05.456Z Downloaded parking_lot v0.11.2
7292025-01-11T00:22:05.457Z Downloaded aes v0.8.4
7302025-01-11T00:22:05.459Z Downloaded packed_struct v0.10.1
7312025-01-11T00:22:05.459Z Downloaded parking_lot v0.12.3
7322025-01-11T00:22:05.461Z Downloaded predicates-tree v1.0.11
7332025-01-11T00:22:05.464Z Downloaded tower-service v0.3.3
7342025-01-11T00:22:05.464Z Downloaded uzers v0.12.1
7352025-01-11T00:22:05.466Z Downloaded tui-tree-widget v0.22.0
7362025-01-11T00:22:05.468Z Downloaded slog-dtrace v0.3.0
7372025-01-11T00:22:05.471Z Downloaded slog-bunyan v2.5.0
7382025-01-11T00:22:05.471Z Downloaded sha1 v0.10.6
7392025-01-11T00:22:05.475Z Downloaded rusty-fork v0.3.0
7402025-01-11T00:22:05.475Z Downloaded newtype_derive v0.1.6
7412025-01-11T00:22:05.477Z Downloaded stringprep v0.1.5
7422025-01-11T00:22:05.479Z Downloaded serde-hex v0.1.0
7432025-01-11T00:22:05.479Z Downloaded rfc6979 v0.4.0
7442025-01-11T00:22:05.482Z Downloaded icu_collections v1.5.0
7452025-01-11T00:22:05.487Z Downloaded structmeta-derive v0.3.0
7462025-01-11T00:22:05.490Z Downloaded test-strategy v0.3.1
7472025-01-11T00:22:05.493Z Downloaded hyper-util v0.1.10
7482025-01-11T00:22:05.498Z Downloaded tinystr v0.7.6
7492025-01-11T00:22:05.501Z Downloaded tiny-keccak v2.0.2
7502025-01-11T00:22:05.503Z Downloaded writeable v0.5.5
7512025-01-11T00:22:05.505Z Downloaded topological-sort v0.2.2
7522025-01-11T00:22:05.509Z Downloaded password-hash v0.5.0
7532025-01-11T00:22:05.512Z Downloaded openssl-sys v0.9.103
7542025-01-11T00:22:05.515Z Downloaded deranged v0.3.11
7552025-01-11T00:22:05.517Z Downloaded futures-executor v0.3.31
7562025-01-11T00:22:05.520Z Downloaded dhcproto-macros v0.1.0
7572025-01-11T00:22:05.520Z Downloaded write16 v1.0.0
7582025-01-11T00:22:05.520Z Downloaded strum v0.26.3
7592025-01-11T00:22:05.525Z Downloaded rustversion v1.0.17
7602025-01-11T00:22:05.525Z Downloaded yoke-derive v0.7.4
7612025-01-11T00:22:05.527Z Downloaded embedded-io v0.6.1
7622025-01-11T00:22:05.527Z Downloaded multimap v0.10.0
7632025-01-11T00:22:05.530Z Downloaded embedded-io v0.4.0
7642025-01-11T00:22:05.530Z Downloaded proc-macro-crate v1.3.1
7652025-01-11T00:22:05.533Z Downloaded libxml v0.3.3
7662025-01-11T00:22:05.540Z Downloaded pkg-config v0.3.31
7672025-01-11T00:22:05.546Z Downloaded r2d2 v0.8.10
7682025-01-11T00:22:05.546Z Downloaded minimal-lexical v0.2.1
7692025-01-11T00:22:05.550Z Downloaded ref-cast v1.0.23
7702025-01-11T00:22:05.550Z Downloaded tracing-attributes v0.1.27
7712025-01-11T00:22:05.554Z Downloaded itertools v0.10.5
7722025-01-11T00:22:05.558Z Downloaded serde_path_to_error v0.1.16
7732025-01-11T00:22:05.562Z Downloaded yasna v0.5.2
7742025-01-11T00:22:05.565Z Downloaded wait-timeout v0.2.0
7752025-01-11T00:22:05.565Z Downloaded untrusted v0.7.1
7762025-01-11T00:22:05.568Z Downloaded subtle v2.6.1
7772025-01-11T00:22:05.568Z Downloaded schemars_derive v0.8.21
7782025-01-11T00:22:06.573Z Downloaded progenitor-client v0.9.1
7792025-01-11T00:22:06.576Z Downloaded take_mut v0.2.2
7802025-01-11T00:22:06.576Z Downloaded scopeguard v1.2.0
7812025-01-11T00:22:06.576Z Downloaded signal-hook-tokio v0.3.1
7822025-01-11T00:22:06.576Z Downloaded hashlink v0.9.1
7832025-01-11T00:22:06.576Z Downloaded float-cmp v0.9.0
7842025-01-11T00:22:06.576Z Downloaded futures-sink v0.3.31
7852025-01-11T00:22:06.576Z Downloaded pkcs8 v0.10.2
7862025-01-11T00:22:06.576Z Downloaded precomputed-hash v0.1.1
7872025-01-11T00:22:06.576Z Downloaded futures-channel v0.3.31
7882025-01-11T00:22:06.576Z Downloaded structmeta-derive v0.2.0
7892025-01-11T00:22:06.576Z Downloaded structmeta v0.3.0
7902025-01-11T00:22:06.576Z Downloaded structmeta v0.2.0
7912025-01-11T00:22:06.576Z Downloaded strip-ansi-escapes v0.2.0
7922025-01-11T00:22:06.576Z Downloaded quinn v0.11.5
7932025-01-11T00:22:06.576Z Downloaded zip v2.1.3
7942025-01-11T00:22:06.576Z Downloaded half v2.4.1
7952025-01-11T00:22:06.577Z Downloaded foreign-types v0.3.2
7962025-01-11T00:22:06.577Z Downloaded derive_builder_macro v0.20.2
7972025-01-11T00:22:06.577Z Downloaded zone_cfg_derive v0.3.0
7982025-01-11T00:22:06.577Z Downloaded zone_cfg_derive v0.1.2
7992025-01-11T00:22:06.577Z Downloaded owo-colors v4.1.0
8002025-01-11T00:22:06.577Z Downloaded progenitor-macro v0.8.0
8012025-01-11T00:22:06.577Z Downloaded parse-display v0.10.0
8022025-01-11T00:22:06.577Z Downloaded num-bigint v0.4.6
8032025-01-11T00:22:06.577Z Downloaded hashbrown v0.13.2
8042025-01-11T00:22:06.577Z Downloaded termcolor v1.4.1
8052025-01-11T00:22:06.577Z Downloaded tabwriter v1.4.0
8062025-01-11T00:22:06.577Z Downloaded signature v2.2.0
8072025-01-11T00:22:06.577Z Downloaded path-slash v0.1.5
8082025-01-11T00:22:06.577Z Downloaded getrandom v0.2.15
8092025-01-11T00:22:06.577Z Downloaded ppv-lite86 v0.2.20
8102025-01-11T00:22:06.577Z Downloaded serde_derive_internals v0.29.1
8112025-01-11T00:22:06.578Z Downloaded zopfli v0.8.1
8122025-01-11T00:22:06.578Z Downloaded toml_edit v0.19.15
8132025-01-11T00:22:06.578Z Downloaded fragile v2.0.0
8142025-01-11T00:22:06.578Z Downloaded foldhash v0.1.3
8152025-01-11T00:22:06.578Z Downloaded zone v0.1.8
8162025-01-11T00:22:06.578Z Downloaded shell-words v1.1.0
8172025-01-11T00:22:06.578Z Downloaded predicates v3.1.2
8182025-01-11T00:22:06.578Z Downloaded group v0.13.0
8192025-01-11T00:22:06.578Z Downloaded subprocess v0.2.9
8202025-01-11T00:22:06.578Z Downloaded strum_macros v0.25.3
8212025-01-11T00:22:06.578Z Downloaded pbkdf2 v0.12.2
8222025-01-11T00:22:06.578Z Downloaded num_enum_derive v0.5.11
8232025-01-11T00:22:06.578Z Downloaded zerocopy v0.6.6
8242025-01-11T00:22:06.579Z Downloaded steno v0.4.1
8252025-01-11T00:22:06.579Z Downloaded serde_plain v1.0.2
8262025-01-11T00:22:06.579Z Downloaded salsa20 v0.10.2
8272025-01-11T00:22:06.579Z Downloaded pkcs5 v0.7.1
8282025-01-11T00:22:06.579Z Downloaded blake3 v1.5.4
8292025-01-11T00:22:06.579Z Downloaded endian-type v0.1.2
8302025-01-11T00:22:06.579Z Downloaded predicates-core v1.0.8
8312025-01-11T00:22:06.579Z Downloaded normalize-line-endings v0.3.0
8322025-01-11T00:22:06.579Z Downloaded paste v1.0.15
8332025-01-11T00:22:06.579Z Downloaded pin-project-internal v1.1.6
8342025-01-11T00:22:06.579Z Downloaded parking_lot_core v0.9.10
8352025-01-11T00:22:06.579Z Downloaded unicase v2.7.0
8362025-01-11T00:22:06.579Z Downloaded typify-macro v0.3.0
8372025-01-11T00:22:06.579Z Downloaded smallvec v0.6.14
8382025-01-11T00:22:06.579Z Downloaded typify-macro v0.2.0
8392025-01-11T00:22:06.579Z Downloaded derive_builder v0.20.2
8402025-01-11T00:22:06.579Z Downloaded expectorate v1.1.0
8412025-01-11T00:22:06.579Z Downloaded sqlparser_derive v0.2.2
8422025-01-11T00:22:06.579Z Downloaded funty v2.0.0
8432025-01-11T00:22:06.579Z Downloaded dunce v1.0.5
8442025-01-11T00:22:06.579Z Downloaded progenitor-impl v0.8.0
8452025-01-11T00:22:06.579Z Downloaded tls_codec_derive v0.4.1
8462025-01-11T00:22:06.579Z Downloaded password-hash v0.4.2
8472025-01-11T00:22:06.579Z Downloaded value-bag v1.9.0
8482025-01-11T00:22:06.579Z Downloaded typify v0.3.0
8492025-01-11T00:22:06.579Z Downloaded num-bigint-dig v0.8.4
8502025-01-11T00:22:06.579Z Downloaded time v0.3.36
8512025-01-11T00:22:06.579Z Downloaded tinyvec_macros v0.1.1
8522025-01-11T00:22:06.579Z Downloaded num-integer v0.1.46
8532025-01-11T00:22:06.579Z Downloaded fxhash v0.2.1
8542025-01-11T00:22:06.579Z Downloaded num_enum v0.5.11
8552025-01-11T00:22:06.579Z Downloaded quick-error v1.2.3
8562025-01-11T00:22:06.579Z Downloaded num-derive v0.4.2
8572025-01-11T00:22:06.579Z Downloaded quinn-udp v0.5.5
8582025-01-11T00:22:06.579Z Downloaded signal-hook v0.3.17
8592025-01-11T00:22:06.579Z Downloaded sqlformat v0.2.6
8602025-01-11T00:22:06.579Z Downloaded smallvec v1.13.2
8612025-01-11T00:22:06.579Z Downloaded openssl-macros v0.1.1
8622025-01-11T00:22:06.579Z Downloaded heck v0.3.3
8632025-01-11T00:22:06.580Z Downloaded multer v3.1.0
8642025-01-11T00:22:06.580Z Downloaded futures-task v0.3.31
8652025-01-11T00:22:06.580Z Downloaded polyval v0.6.2
8662025-01-11T00:22:06.580Z Downloaded zeroize_derive v1.4.2
8672025-01-11T00:22:06.580Z Downloaded zeroize v1.8.1
8682025-01-11T00:22:06.580Z Downloaded omicron-zone-package v0.12.0
8692025-01-11T00:22:06.580Z Downloaded tracing v0.1.40
8702025-01-11T00:22:06.580Z Downloaded ron v0.7.1
8712025-01-11T00:22:06.580Z Downloaded slog-stdlog v4.1.1
8722025-01-11T00:22:06.580Z Downloaded tar v0.4.42
8732025-01-11T00:22:06.581Z Downloaded russh-cryptovec v0.7.3
8742025-01-11T00:22:06.581Z Downloaded oso-derive v0.27.3
8752025-01-11T00:22:06.581Z Downloaded idna v1.0.3
8762025-01-11T00:22:06.581Z Downloaded flagset v0.4.6
8772025-01-11T00:22:06.581Z Downloaded pin-project-lite v0.2.14
8782025-01-11T00:22:06.581Z Downloaded same-file v1.0.6
8792025-01-11T00:22:06.585Z Downloaded peg v0.8.4
8802025-01-11T00:22:06.585Z Downloaded gethostname v0.5.0
8812025-01-11T00:22:06.585Z Downloaded des v0.8.1
8822025-01-11T00:22:06.585Z Downloaded want v0.3.1
8832025-01-11T00:22:06.585Z Downloaded vte_generate_state_changes v0.1.2
8842025-01-11T00:22:06.585Z Downloaded vergen v8.3.2
8852025-01-11T00:22:06.585Z Downloaded heapless v0.7.17
8862025-01-11T00:22:06.585Z Downloaded poly1305 v0.8.0
8872025-01-11T00:22:06.585Z Downloaded time-macros v0.2.18
8882025-01-11T00:22:06.585Z Downloaded headers v0.4.0
8892025-01-11T00:22:06.585Z Downloaded ghash v0.5.1
8902025-01-11T00:22:06.585Z Downloaded futures-macro v0.3.31
8912025-01-11T00:22:06.585Z Downloaded futures-io v0.3.31
8922025-01-11T00:22:06.585Z Downloaded bitvec v1.0.1
8932025-01-11T00:22:06.585Z Downloaded diesel_table_macro_syntax v0.2.0
8942025-01-11T00:22:06.585Z Downloaded time-core v0.1.2
8952025-01-11T00:22:06.585Z Downloaded sync-ptr v0.1.1
8962025-01-11T00:22:06.585Z Downloaded opaque-debug v0.3.1
8972025-01-11T00:22:06.585Z Downloaded pin-utils v0.1.0
8982025-01-11T00:22:06.585Z Downloaded universal-hash v0.5.1
8992025-01-11T00:22:06.585Z Downloaded tokio-macros v2.4.0
9002025-01-11T00:22:06.585Z Downloaded displaydoc v0.2.5
9012025-01-11T00:22:06.586Z Downloaded rustls-pemfile v1.0.4
9022025-01-11T00:22:06.586Z Downloaded tokio-native-tls v0.3.1
9032025-01-11T00:22:06.586Z Downloaded serde_repr v0.1.19
9042025-01-11T00:22:06.586Z Downloaded ssh-cipher v0.2.0
9052025-01-11T00:22:06.586Z Downloaded parse-size v1.1.0
9062025-01-11T00:22:06.586Z Downloaded hex v0.4.3
9072025-01-11T00:22:06.586Z Downloaded rtoolbox v0.0.2
9082025-01-11T00:22:06.586Z Downloaded whoami v1.5.2
9092025-01-11T00:22:06.586Z Downloaded untrusted v0.9.0
9102025-01-11T00:22:06.587Z Downloaded postcard v1.0.10
9112025-01-11T00:22:06.587Z Downloaded tough v0.19.0
9122025-01-11T00:22:06.587Z Downloaded tinyvec v1.8.0
9132025-01-11T00:22:06.587Z Downloaded rpassword v7.3.1
9142025-01-11T00:22:06.587Z Downloaded tokio-util v0.7.12
9152025-01-11T00:22:06.587Z Downloaded rand_xorshift v0.3.0
9162025-01-11T00:22:06.587Z Downloaded rand_seeder v0.3.0
9172025-01-11T00:22:06.587Z Downloaded rand_core v0.6.4
9182025-01-11T00:22:06.587Z Downloaded globset v0.4.15
9192025-01-11T00:22:06.587Z Downloaded parse-display-derive v0.10.0
9202025-01-11T00:22:06.587Z Downloaded num-iter v0.1.45
9212025-01-11T00:22:06.587Z Downloaded flume v0.11.1
9222025-01-11T00:22:06.587Z Downloaded dropshot_endpoint v0.12.0
9232025-01-11T00:22:06.587Z Downloaded synstructure v0.13.1
9242025-01-11T00:22:06.587Z Downloaded unicode-properties v0.1.3
9252025-01-11T00:22:06.587Z Downloaded slog-term v2.9.1
9262025-01-11T00:22:06.587Z Downloaded dirs-sys-next v0.1.2
9272025-01-11T00:22:06.587Z Downloaded parse-zoneinfo v0.3.1
9282025-01-11T00:22:06.587Z Downloaded hashbrown v0.12.3
9292025-01-11T00:22:06.587Z Downloaded display-error-chain v0.2.2
9302025-01-11T00:22:06.587Z Downloaded dirs-next v2.0.0
9312025-01-11T00:22:06.587Z Downloaded rustls-pemfile v2.2.0
9322025-01-11T00:22:06.587Z Downloaded flate2 v1.0.34
9332025-01-11T00:22:06.587Z Downloaded russh-keys v0.45.0
9342025-01-11T00:22:06.587Z Downloaded p521 v0.13.3
9352025-01-11T00:22:06.587Z Downloaded serde_with v3.11.0
9362025-01-11T00:22:06.587Z Downloaded ron v0.8.1
9372025-01-11T00:22:06.587Z Downloaded tls_codec v0.4.1
9382025-01-11T00:22:06.587Z Downloaded num-rational v0.4.2
9392025-01-11T00:22:06.587Z Downloaded typed-path v0.9.3
9402025-01-11T00:22:06.587Z Downloaded oso v0.27.3
9412025-01-11T00:22:06.587Z Downloaded postgres-protocol v0.6.7
9422025-01-11T00:22:06.587Z Downloaded unicode-bidi v0.3.17
9432025-01-11T00:22:06.587Z Downloaded rustls-pki-types v1.10.0
9442025-01-11T00:22:06.587Z Downloaded dhcproto v0.12.0
9452025-01-11T00:22:06.587Z Downloaded tungstenite v0.21.0
9462025-01-11T00:22:06.587Z Downloaded vte v0.11.1
9472025-01-11T00:22:06.587Z Downloaded reedline v0.35.0
9482025-01-11T00:22:06.587Z Downloaded qorb v0.2.1
9492025-01-11T00:22:06.588Z Downloaded rsa v0.9.6
9502025-01-11T00:22:06.588Z Downloaded tokio-postgres v0.7.12
9512025-01-11T00:22:06.588Z Downloaded zerocopy-derive v0.8.10
9522025-01-11T00:22:06.588Z Downloaded zerovec v0.10.4
9532025-01-11T00:22:06.588Z Downloaded nom v7.1.3
9542025-01-11T00:22:06.589Z Downloaded rustls v0.21.12
9552025-01-11T00:22:06.589Z Downloaded petname v2.0.2
9562025-01-11T00:22:06.589Z Downloaded unicode-width v0.2.0
9572025-01-11T00:22:06.589Z Downloaded icu_properties_data v1.5.0
9582025-01-11T00:22:06.589Z Downloaded unicode_categories v0.1.1
9592025-01-11T00:22:06.589Z Downloaded idna v0.2.3
9602025-01-11T00:22:06.589Z Downloaded rustls-webpki v0.101.7
9612025-01-11T00:22:06.589Z Downloaded unicode-segmentation v1.12.0
9622025-01-11T00:22:06.589Z Downloaded rustls-webpki v0.102.8
9632025-01-11T00:22:06.589Z Downloaded regress v0.10.1
9642025-01-11T00:22:06.589Z Downloaded rustyline v14.0.0
9652025-01-11T00:22:06.589Z Downloaded portable-atomic v1.9.0
9662025-01-11T00:22:06.589Z Downloaded idna v0.4.0
9672025-01-11T00:22:06.589Z Downloaded p384 v0.13.0
9682025-01-11T00:22:06.589Z Downloaded object v0.30.4
9692025-01-11T00:22:06.589Z Downloaded chrono-tz v0.10.0
9702025-01-11T00:22:06.589Z Downloaded idna v0.3.0
9712025-01-11T00:22:06.589Z Downloaded diesel v2.2.6
9722025-01-11T00:22:06.589Z Downloaded winnow v0.5.40
9732025-01-11T00:22:06.589Z Downloaded regex v1.11.1
9742025-01-11T00:22:06.589Z Downloaded futures-util v0.3.31
9752025-01-11T00:22:06.590Z Downloaded nix v0.27.1
9762025-01-11T00:22:06.590Z Downloaded openssl v0.10.66
9772025-01-11T00:22:06.590Z Downloaded radix_trie v0.2.1
9782025-01-11T00:22:06.590Z Downloaded gimli v0.31.1
9792025-01-11T00:22:06.594Z Downloaded nix v0.28.0
9802025-01-11T00:22:06.594Z Downloaded polar-core v0.27.3
9812025-01-11T00:22:06.594Z Downloaded rustls v0.23.19
9822025-01-11T00:22:06.594Z Downloaded dropshot v0.13.0
9832025-01-11T00:22:06.594Z Downloaded object v0.36.5
9842025-01-11T00:22:06.594Z Downloaded rustls v0.22.4
9852025-01-11T00:22:06.594Z Downloaded webpki-roots v0.26.6
9862025-01-11T00:22:06.594Z Downloaded smoltcp v0.9.1
9872025-01-11T00:22:06.594Z Downloaded regex-syntax v0.8.5
9882025-01-11T00:22:06.594Z Downloaded openapiv3 v2.0.0
9892025-01-11T00:22:06.594Z Downloaded trust-dns-proto v0.22.0
9902025-01-11T00:22:06.594Z Downloaded nix v0.29.0
9912025-01-11T00:22:06.594Z Downloaded smoltcp v0.11.0
9922025-01-11T00:22:06.594Z Downloaded regress v0.9.1
9932025-01-11T00:22:06.594Z Downloaded ratatui v0.28.1
9942025-01-11T00:22:06.594Z Downloaded regex-syntax v0.6.29
9952025-01-11T00:22:06.594Z Downloaded bzip2-sys v0.1.11+1.0.8
9962025-01-11T00:22:06.594Z Downloaded dropshot v0.12.0
9972025-01-11T00:22:06.594Z Downloaded zerocopy-derive v0.6.6
9982025-01-11T00:22:06.594Z Downloaded typify-impl v0.2.0
9992025-01-11T00:22:06.594Z Downloaded hickory-proto v0.24.1
10002025-01-11T00:22:06.594Z Downloaded typify-impl v0.3.0
10012025-01-11T00:22:06.594Z Downloaded sled v0.34.7
10022025-01-11T00:22:06.594Z Downloaded petgraph v0.6.5
10032025-01-11T00:22:06.594Z Downloaded vcpkg v0.2.15
10042025-01-11T00:22:06.613Z Downloaded salty v0.3.0
10052025-01-11T00:22:06.620Z Downloaded regex-automata v0.4.8
10062025-01-11T00:22:06.637Z Downloaded csv v1.3.0
10072025-01-11T00:22:06.657Z Downloaded rayon v1.10.0
10082025-01-11T00:22:06.666Z Downloaded sha3 v0.10.8
10092025-01-11T00:22:06.673Z Downloaded sqlparser v0.45.0
10102025-01-11T00:22:06.676Z Downloaded zerocopy v0.8.10
10112025-01-11T00:22:06.702Z Downloaded bstr v1.10.0
10122025-01-11T00:22:06.710Z Downloaded lzma-sys v0.1.20
10132025-01-11T00:22:06.738Z Downloaded tokio v1.40.0
10142025-01-11T00:22:06.775Z Downloaded libz-sys v1.1.20
10152025-01-11T00:22:06.796Z Downloaded idna v0.5.0
10162025-01-11T00:22:06.803Z Downloaded git2 v0.19.0
10172025-01-11T00:22:06.812Z Downloaded curve25519-dalek v4.1.3
10182025-01-11T00:22:06.830Z Downloaded schemars v0.8.21
10192025-01-11T00:22:06.842Z Downloaded samael v0.0.17
10202025-01-11T00:22:06.847Z Downloaded quinn-proto v0.11.8
10212025-01-11T00:22:06.847Z Downloaded url v2.5.3
10222025-01-11T00:22:06.850Z Downloaded tungstenite v0.24.0
10232025-01-11T00:22:06.850Z Downloaded rayon-core v1.12.1
10242025-01-11T00:22:06.854Z Downloaded reqwest v0.12.9
10252025-01-11T00:22:06.862Z Downloaded quick-xml v0.33.0
10262025-01-11T00:22:06.869Z Downloaded h2 v0.4.6
10272025-01-11T00:22:06.872Z Downloaded tungstenite v0.23.0
10282025-01-11T00:22:06.876Z Downloaded heapless v0.8.0
10292025-01-11T00:22:06.880Z Downloaded hashbrown v0.14.5
10302025-01-11T00:22:06.885Z Downloaded lalrpop v0.19.12
10312025-01-11T00:22:06.897Z Downloaded ecdsa v0.16.9
10322025-01-11T00:22:06.900Z Downloaded fs_extra v1.3.0
10332025-01-11T00:22:06.900Z Downloaded bindgen v0.69.5
10342025-01-11T00:22:06.907Z Downloaded publicsuffix v2.2.3
10352025-01-11T00:22:06.911Z Downloaded sigpipe v0.1.3
10362025-01-11T00:22:06.911Z Downloaded nu-ansi-term v0.50.1
10372025-01-11T00:22:06.914Z Downloaded derive_more v0.99.18
10382025-01-11T00:22:06.917Z Downloaded proptest v1.5.0
10392025-01-11T00:22:06.925Z Downloaded which v4.4.2
10402025-01-11T00:22:06.931Z Downloaded fixedbitset v0.4.2
10412025-01-11T00:22:06.931Z Downloaded ff v0.13.0
10422025-01-11T00:22:06.934Z Downloaded twox-hash v1.6.3
10432025-01-11T00:22:06.934Z Downloaded slab v0.4.9
10442025-01-11T00:22:06.934Z Downloaded slog-async v2.8.0
10452025-01-11T00:22:06.941Z Downloaded chrono v0.4.38
10462025-01-11T00:22:06.947Z Downloaded ed25519-dalek v2.1.1
10472025-01-11T00:22:06.947Z Downloaded ssh-key v0.6.6
10482025-01-11T00:22:06.950Z Downloaded unsafe-libyaml v0.2.11
10492025-01-11T00:22:06.953Z Downloaded elliptic-curve v0.13.8
10502025-01-11T00:22:06.959Z Downloaded darling_core v0.20.10
10512025-01-11T00:22:06.968Z Downloaded tracing-core v0.1.32
10522025-01-11T00:22:06.968Z Downloaded enum-as-inner v0.5.1
10532025-01-11T00:22:06.970Z Downloaded encoding_rs v0.8.34
10542025-01-11T00:22:06.986Z Downloaded ed25519 v2.2.3
10552025-01-11T00:22:06.988Z Downloaded dyn-clone v1.0.17
10562025-01-11T00:22:06.991Z Downloaded aws-lc-rs v1.10.0
10572025-01-11T00:22:06.999Z Downloaded aho-corasick v1.1.3
10582025-01-11T00:22:07.004Z Downloaded num-traits v0.2.19
10592025-01-11T00:22:07.007Z Downloaded diesel_derives v2.2.3
10602025-01-11T00:22:07.010Z Downloaded x509-cert v0.2.5
10612025-01-11T00:22:07.018Z Downloaded hyper v1.5.0
10622025-01-11T00:22:07.023Z Downloaded unicode-normalization v0.1.24
10632025-01-11T00:22:07.027Z Downloaded rusqlite v0.32.1
10642025-01-11T00:22:07.033Z Downloaded p256 v0.13.2
10652025-01-11T00:22:07.037Z Downloaded shlex v1.3.0
10662025-01-11T00:22:07.039Z Downloaded aes-gcm v0.10.3
10672025-01-11T00:22:07.042Z Downloaded toml v0.7.8
10682025-01-11T00:22:07.045Z Downloaded pkcs1 v0.7.5
10692025-01-11T00:22:07.054Z Downloaded futures v0.3.31
10702025-01-11T00:22:07.054Z Downloaded sct v0.7.1
10712025-01-11T00:22:07.058Z Downloaded mio v1.0.2
10722025-01-11T00:22:07.063Z Downloaded nodrop v0.1.14
10732025-01-11T00:22:07.063Z Downloaded powerfmt v0.2.0
10742025-01-11T00:22:07.065Z Downloaded prettyplease v0.2.25
10752025-01-11T00:22:07.065Z Downloaded semver v0.1.20
10762025-01-11T00:22:07.065Z Downloaded itertools v0.12.1
10772025-01-11T00:22:07.072Z Downloaded derive-where v1.2.7
10782025-01-11T00:22:07.075Z Downloaded libgit2-sys v0.17.0+1.8.1
10792025-01-11T00:22:07.133Z Downloaded ssh-encoding v0.2.0
10802025-01-11T00:22:07.135Z Downloaded parking_lot_core v0.8.6
10812025-01-11T00:22:07.138Z Downloaded diesel-dtrace v0.4.2
10822025-01-11T00:22:07.138Z Downloaded strum_macros v0.24.3
10832025-01-11T00:22:07.145Z Downloaded futures-core v0.3.31
10842025-01-11T00:22:07.145Z Downloaded postgres-types v0.2.8
10852025-01-11T00:22:07.148Z Downloaded pin-project v1.1.6
10862025-01-11T00:22:07.155Z Downloaded peg-macros v0.8.4
10872025-01-11T00:22:07.160Z Downloaded der_derive v0.7.3
10882025-01-11T00:22:07.160Z Downloaded yoke v0.7.4
10892025-01-11T00:22:07.172Z Downloaded russh v0.45.0
10902025-01-11T00:22:07.175Z Downloaded rcgen v0.12.1
10912025-01-11T00:22:07.175Z Downloaded radium v0.7.0
10922025-01-11T00:22:07.175Z Downloaded tokio-rustls v0.25.0
10932025-01-11T00:22:07.175Z Downloaded tokio-rustls v0.24.1
10942025-01-11T00:22:07.175Z Downloaded serde_yaml v0.9.34+deprecated
10952025-01-11T00:22:07.175Z Downloaded nibble_vec v0.1.0
10962025-01-11T00:22:07.178Z Downloaded newtype-uuid v1.1.3
10972025-01-11T00:22:07.178Z Downloaded nanorand v0.7.0
10982025-01-11T00:22:07.181Z Downloaded num-complex v0.4.6
10992025-01-11T00:22:07.182Z Downloaded fatfs v0.3.6
11002025-01-11T00:22:07.184Z Downloaded der v0.7.9
11012025-01-11T00:22:07.195Z Downloaded rustc-demangle v0.1.24
11022025-01-11T00:22:07.195Z Downloaded tap v1.0.1
11032025-01-11T00:22:07.199Z Downloaded supports-color v3.0.1
11042025-01-11T00:22:07.199Z Downloaded libm v0.2.8
11052025-01-11T00:22:07.199Z Downloaded itertools v0.13.0
11062025-01-11T00:22:07.206Z Downloaded crossterm v0.28.1
11072025-01-11T00:22:07.224Z Downloaded slog-envlogger v2.2.0
11082025-01-11T00:22:07.228Z Downloaded similar v2.6.0
11092025-01-11T00:22:07.228Z Downloaded fallible-iterator v0.3.0
11102025-01-11T00:22:07.228Z Downloaded env_logger v0.11.5
11112025-01-11T00:22:07.228Z Downloaded env_logger v0.10.2
11122025-01-11T00:22:07.228Z Downloaded defmt v0.3.8
11132025-01-11T00:22:07.228Z Downloaded progenitor v0.9.1
11142025-01-11T00:22:07.230Z Downloaded progenitor v0.8.0
11152025-01-11T00:22:07.230Z Downloaded primeorder v0.13.6
11162025-01-11T00:22:07.233Z Downloaded phf_shared v0.11.2
11172025-01-11T00:22:07.233Z Downloaded progenitor-impl v0.9.1
11182025-01-11T00:22:07.235Z Downloaded either v1.13.0
11192025-01-11T00:22:07.236Z Downloaded defmt-parser v0.3.4
11202025-01-11T00:22:07.238Z Downloaded defmt-macros v0.3.9
11212025-01-11T00:22:07.239Z Downloaded wyz v0.5.1
11222025-01-11T00:22:07.241Z Downloaded utf8_iter v1.0.4
11232025-01-11T00:22:07.243Z Downloaded utf16_iter v1.0.5
11242025-01-11T00:22:07.243Z Downloaded utf-8 v0.7.6
11252025-01-11T00:22:07.243Z Downloaded rustc_version v0.1.7
11262025-01-11T00:22:07.246Z Downloaded pem-rfc7468 v0.7.0
11272025-01-11T00:22:07.246Z Downloaded crossbeam-channel v0.5.13
11282025-01-11T00:22:07.251Z Downloaded walkdir v2.5.0
11292025-01-11T00:22:07.254Z Downloaded thiserror-impl v2.0.11
11302025-01-11T00:22:07.254Z Downloaded icu_provider v1.5.0
11312025-01-11T00:22:07.262Z Downloaded native-tls v0.2.12
11322025-01-11T00:22:07.266Z Downloaded backtrace v0.3.74
11332025-01-11T00:22:07.266Z Downloaded miniz_oxide v0.8.0
11342025-01-11T00:22:07.266Z Downloaded indexmap v1.9.3
11352025-01-11T00:22:07.269Z Downloaded icu_locid v1.5.0
11362025-01-11T00:22:07.272Z Downloaded simd-adler32 v0.3.7
11372025-01-11T00:22:07.276Z Downloaded secrecy v0.8.0
11382025-01-11T00:22:07.276Z Downloaded sec1 v0.7.3
11392025-01-11T00:22:07.276Z Downloaded uuid v1.11.0
11402025-01-11T00:22:07.280Z Downloaded zerofrom v0.1.4
11412025-01-11T00:22:07.283Z Downloaded phf v0.11.2
11422025-01-11T00:22:07.283Z Downloaded vsss-rs v3.3.4
11432025-01-11T00:22:07.283Z Downloaded percent-encoding v2.3.1
11442025-01-11T00:22:07.285Z Downloaded pem v3.0.4
11452025-01-11T00:22:07.286Z Downloaded pbkdf2 v0.11.0
11462025-01-11T00:22:07.288Z Downloaded ena v0.14.3
11472025-01-11T00:22:07.288Z Downloaded hickory-resolver v0.24.1
11482025-01-11T00:22:07.292Z Downloaded form_urlencoded v1.2.1
11492025-01-11T00:22:07.295Z Downloaded foreign-types-shared v0.3.1
11502025-01-11T00:22:07.295Z Downloaded foreign-types-macros v0.2.3
11512025-01-11T00:22:07.295Z Downloaded tokio-stream v0.1.16
11522025-01-11T00:22:07.299Z Downloaded mockall_derive v0.13.0
11532025-01-11T00:22:07.301Z Downloaded mime_guess v2.0.5
11542025-01-11T00:22:07.304Z Downloaded libloading v0.8.5
11552025-01-11T00:22:07.306Z Downloaded tokio-rustls v0.26.0
11562025-01-11T00:22:07.308Z Downloaded enum-as-inner v0.6.1
11572025-01-11T00:22:07.308Z Downloaded xattr v1.3.1
11582025-01-11T00:22:07.311Z Downloaded idna_adapter v1.2.0
11592025-01-11T00:22:07.311Z Downloaded hyper-staticfile v0.10.1
11602025-01-11T00:22:07.314Z Downloaded instability v0.3.2
11612025-01-11T00:22:07.316Z Downloaded indent_write v2.2.0
11622025-01-11T00:22:07.316Z Downloaded impl-trait-for-tuples v0.2.2
11632025-01-11T00:22:07.321Z Downloaded base64 v0.21.7
11642025-01-11T00:22:07.325Z Downloaded base64 v0.13.1
11652025-01-11T00:22:07.328Z Downloaded strum_macros v0.26.4
11662025-01-11T00:22:07.328Z Downloaded slog-json v2.6.1
11672025-01-11T00:22:07.331Z Downloaded icu_locid_transform_data v1.5.0
11682025-01-11T00:22:07.331Z Downloaded crypto-bigint v0.5.5
11692025-01-11T00:22:07.338Z Downloaded const_format v0.2.33
11702025-01-11T00:22:07.342Z Downloaded lock_api v0.4.12
11712025-01-11T00:22:07.350Z Downloaded kstat-rs v0.2.4
11722025-01-11T00:22:07.350Z Downloaded hex-literal v0.4.1
11732025-01-11T00:22:07.350Z Downloaded snafu-derive v0.8.5
11742025-01-11T00:22:07.358Z Downloaded slog v2.7.0
11752025-01-11T00:22:07.358Z Downloaded md5 v0.7.0
11762025-01-11T00:22:07.358Z Downloaded keccak v0.1.5
11772025-01-11T00:22:07.358Z Downloaded cc v1.1.30
11782025-01-11T00:22:07.367Z Downloaded allocator-api2 v0.2.18
11792025-01-11T00:22:07.367Z Downloaded linked-hash-map v0.5.6
11802025-01-11T00:22:07.367Z Downloaded is-terminal v0.4.13
11812025-01-11T00:22:07.367Z Downloaded hmac v0.12.1
11822025-01-11T00:22:07.367Z Downloaded highway v1.2.0
11832025-01-11T00:22:07.367Z Downloaded ipnetwork v0.20.0
11842025-01-11T00:22:07.367Z Downloaded instant v0.1.13
11852025-01-11T00:22:07.369Z Downloaded cookie_store v0.21.0
11862025-01-11T00:22:07.370Z Downloaded const-oid v0.9.6
11872025-01-11T00:22:07.370Z Downloaded csv-core v0.1.11
11882025-01-11T00:22:07.372Z Downloaded cookie v0.18.1
11892025-01-11T00:22:07.372Z Downloaded darling v0.20.10
11902025-01-11T00:22:07.379Z Downloaded ahash v0.8.11
11912025-01-11T00:22:07.379Z Downloaded crossbeam-epoch v0.9.18
11922025-01-11T00:22:07.383Z Downloaded clang-sys v1.8.1
11932025-01-11T00:22:07.386Z Downloaded home v0.5.9
11942025-01-11T00:22:07.386Z Downloaded hkdf v0.12.4
11952025-01-11T00:22:07.391Z Downloaded hostname v0.4.0
11962025-01-11T00:22:07.391Z Downloaded hostname v0.3.1
11972025-01-11T00:22:07.394Z Downloaded crc v3.2.1
11982025-01-11T00:22:07.421Z Downloaded ring v0.17.8
11992025-01-11T00:22:07.539Z Downloaded libsqlite3-sys v0.30.1
12002025-01-11T00:22:07.768Z Downloaded aws-lc-sys v0.22.0
12012025-01-11T00:22:08.136Z Compiling serde v1.0.217
12022025-01-11T00:22:08.139Z Compiling lock_api v0.4.12
12032025-01-11T00:22:08.139Z Compiling scopeguard v1.2.0
12042025-01-11T00:22:08.139Z Compiling value-bag v1.9.0
12052025-01-11T00:22:08.139Z Compiling typenum v1.17.0
12062025-01-11T00:22:08.139Z Compiling generic-array v0.14.7
12072025-01-11T00:22:08.369Z Compiling syn v2.0.96
12082025-01-11T00:22:08.372Z Compiling getrandom v0.2.15
12092025-01-11T00:22:08.498Z Compiling shlex v1.3.0
12102025-01-11T00:22:08.645Z Compiling rand_core v0.6.4
12112025-01-11T00:22:08.886Z Compiling log v0.4.22
12122025-01-11T00:22:08.907Z Compiling subtle v2.6.1
12132025-01-11T00:22:08.943Z Compiling jobserver v0.1.32
12142025-01-11T00:22:09.028Z Compiling const-oid v0.9.6
12152025-01-11T00:22:09.232Z Compiling smallvec v1.13.2
12162025-01-11T00:22:09.302Z Compiling spin v0.9.8
12172025-01-11T00:22:09.355Z Compiling pin-project-lite v0.2.14
12182025-01-11T00:22:09.498Z Compiling cc v1.1.30
12192025-01-11T00:22:09.675Z Compiling rustix v0.38.37
12202025-01-11T00:22:09.724Z Compiling parking_lot_core v0.9.10
12212025-01-11T00:22:09.854Z Compiling futures-core v0.3.31
12222025-01-11T00:22:09.990Z Compiling signal-hook-registry v1.4.2
12232025-01-11T00:22:10.145Z Compiling mio v1.0.2
12242025-01-11T00:22:10.707Z Compiling parking_lot v0.12.3
12252025-01-11T00:22:10.906Z Compiling aho-corasick v1.1.3
12262025-01-11T00:22:10.936Z Compiling regex-syntax v0.8.5
12272025-01-11T00:22:11.120Z Compiling cpufeatures v0.2.14
12282025-01-11T00:22:11.228Z Compiling lazy_static v1.5.0
12292025-01-11T00:22:11.250Z Compiling glob v0.3.1
12302025-01-11T00:22:11.357Z Compiling stable_deref_trait v1.2.0
12312025-01-11T00:22:11.431Z Compiling either v1.13.0
12322025-01-11T00:22:11.506Z Compiling futures-sink v0.3.31
12332025-01-11T00:22:11.671Z Compiling socket2 v0.5.7
12342025-01-11T00:22:11.716Z Compiling slab v0.4.9
12352025-01-11T00:22:11.888Z Compiling prettyplease v0.2.25
12362025-01-11T00:22:12.182Z Compiling minimal-lexical v0.2.1
12372025-01-11T00:22:12.264Z Compiling serde_json v1.0.135
12382025-01-11T00:22:12.700Z Compiling clang-sys v1.8.1
12392025-01-11T00:22:12.711Z Compiling nom v7.1.3
12402025-01-11T00:22:12.727Z Compiling libloading v0.8.5
12412025-01-11T00:22:13.065Z Compiling bindgen v0.69.5
12422025-01-11T00:22:13.101Z Compiling home v0.5.9
12432025-01-11T00:22:13.342Z Compiling itertools v0.10.5
12442025-01-11T00:22:13.903Z Compiling futures-channel v0.3.31
12452025-01-11T00:22:14.074Z Compiling futures-task v0.3.31
12462025-01-11T00:22:14.330Z Compiling allocator-api2 v0.2.18
12472025-01-11T00:22:14.391Z Compiling lazycell v1.3.0
12482025-01-11T00:22:14.571Z Compiling rustc-hash v1.1.0
12492025-01-11T00:22:14.728Z Compiling regex-automata v0.4.8
12502025-01-11T00:22:15.252Z Compiling futures-io v0.3.31
12512025-01-11T00:22:15.538Z Compiling foldhash v0.1.3
12522025-01-11T00:22:15.878Z Compiling pin-utils v0.1.0
12532025-01-11T00:22:15.987Z Compiling libm v0.2.8
12542025-01-11T00:22:16.318Z Compiling cexpr v0.6.0
12552025-01-11T00:22:16.328Z Compiling synstructure v0.13.1
12562025-01-11T00:22:16.824Z Compiling hashbrown v0.15.1
12572025-01-11T00:22:18.179Z Compiling cmake v0.1.51
12582025-01-11T00:22:18.200Z Compiling num-traits v0.2.19
12592025-01-11T00:22:18.206Z Compiling tinyvec_macros v0.1.1
12602025-01-11T00:22:18.276Z Compiling fs_extra v1.3.0
12612025-01-11T00:22:18.326Z Compiling pkg-config v0.3.31
12622025-01-11T00:22:18.515Z Compiling dunce v1.0.5
12632025-01-11T00:22:18.912Z Compiling tinyvec v1.8.0
12642025-01-11T00:22:19.265Z Compiling ring v0.17.8
12652025-01-11T00:22:22.769Z Compiling writeable v0.5.5
12662025-01-11T00:22:22.787Z Compiling unicode-bidi v0.3.17
12672025-01-11T00:22:22.787Z Compiling unicode-normalization v0.1.24
12682025-01-11T00:22:22.787Z Compiling paste v1.0.15
12692025-01-11T00:22:22.787Z Compiling base64ct v1.6.0
12702025-01-11T00:22:22.787Z Compiling regex v1.11.1
12712025-01-11T00:22:22.787Z Compiling litemap v0.7.3
12722025-01-11T00:22:22.787Z Compiling pem-rfc7468 v0.7.0
12732025-01-11T00:22:22.787Z Compiling aws-lc-rs v1.10.0
12742025-01-11T00:22:22.787Z Compiling httparse v1.9.5
12752025-01-11T00:22:22.787Z Compiling flagset v0.4.6
12762025-01-11T00:22:22.787Z Compiling tracing-core v0.1.32
12772025-01-11T00:22:22.787Z Compiling percent-encoding v2.3.1
12782025-01-11T00:22:22.787Z Compiling rustls-pki-types v1.10.0
12792025-01-11T00:22:22.996Z Compiling icu_locid_transform_data v1.5.0
12802025-01-11T00:22:23.085Z Compiling crossbeam-utils v0.8.20
12812025-01-11T00:22:23.730Z Compiling powerfmt v0.2.0
12822025-01-11T00:22:23.757Z Compiling icu_properties_data v1.5.0
12832025-01-11T00:22:23.823Z Compiling serde_derive v1.0.217
12842025-01-11T00:22:23.952Z Compiling zeroize_derive v1.4.2
12852025-01-11T00:22:24.045Z Compiling zerocopy-derive v0.7.35
12862025-01-11T00:22:24.115Z Compiling tokio-macros v2.4.0
12872025-01-11T00:22:24.287Z Compiling zerofrom-derive v0.1.4
12882025-01-11T00:22:25.646Z Compiling zeroize v1.8.1
12892025-01-11T00:22:25.741Z Compiling thiserror-impl v1.0.69
12902025-01-11T00:22:25.795Z Compiling yoke-derive v0.7.4
12912025-01-11T00:22:26.430Z Compiling zerocopy v0.7.35
12922025-01-11T00:22:27.537Z Compiling crypto-common v0.1.6
12932025-01-11T00:22:27.567Z Compiling block-buffer v0.10.4
12942025-01-11T00:22:27.786Z Compiling futures-macro v0.3.31
12952025-01-11T00:22:27.855Z Compiling digest v0.10.7
12962025-01-11T00:22:28.179Z Compiling zerovec-derive v0.10.3
12972025-01-11T00:22:28.413Z Compiling hmac v0.12.1
12982025-01-11T00:22:28.574Z Compiling block-padding v0.3.3
12992025-01-11T00:22:28.661Z Compiling zerofrom v0.1.4
13002025-01-11T00:22:28.681Z Compiling displaydoc v0.2.5
13012025-01-11T00:22:28.836Z Compiling inout v0.1.3
13022025-01-11T00:22:28.902Z Compiling sha2 v0.10.8
13032025-01-11T00:22:29.103Z Compiling yoke v0.7.4
13042025-01-11T00:22:29.144Z Compiling cipher v0.4.4
13052025-01-11T00:22:29.264Z Compiling thiserror v1.0.69
13062025-01-11T00:22:29.415Z Compiling ppv-lite86 v0.2.20
13072025-01-11T00:22:29.489Z Compiling der_derive v0.7.3
13082025-01-11T00:22:29.690Z Compiling icu_provider_macros v1.5.0
13092025-01-11T00:22:29.933Z Compiling futures-util v0.3.31
13102025-01-11T00:22:30.337Z Compiling rand_chacha v0.3.1
13112025-01-11T00:22:30.468Z Compiling tracing-attributes v0.1.27
13122025-01-11T00:22:30.922Z Compiling rand v0.8.5
13132025-01-11T00:22:30.942Z Compiling zerovec v0.10.4
13142025-01-11T00:22:32.111Z Compiling der v0.7.9
13152025-01-11T00:22:32.657Z Compiling salsa20 v0.10.2
13162025-01-11T00:22:32.849Z Compiling pest v2.7.14
13172025-01-11T00:22:32.913Z Compiling tinystr v0.7.6
13182025-01-11T00:22:33.254Z Compiling icu_collections v1.5.0
13192025-01-11T00:22:33.383Z Compiling icu_locid v1.5.0
13202025-01-11T00:22:33.417Z Compiling pbkdf2 v0.12.2
13212025-01-11T00:22:33.620Z Compiling mirai-annotations v1.12.0
13222025-01-11T00:22:33.835Z Compiling vcpkg v0.2.15
13232025-01-11T00:22:34.505Z Compiling tracing v0.1.40
13242025-01-11T00:22:34.857Z Compiling icu_provider v1.5.0
13252025-01-11T00:22:35.072Z Compiling spki v0.7.3
13262025-01-11T00:22:35.491Z Compiling time-core v0.1.2
13272025-01-11T00:22:35.616Z Compiling icu_locid_transform v1.5.0
13282025-01-11T00:22:35.684Z Compiling num-conv v0.1.0
13292025-01-11T00:22:36.001Z Compiling untrusted v0.7.1
13302025-01-11T00:22:36.026Z Compiling untrusted v0.9.0
13312025-01-11T00:22:36.026Z Compiling time-macros v0.2.18
13322025-01-11T00:22:36.099Z Compiling openssl-sys v0.9.103
13332025-01-11T00:22:36.121Z Compiling pest_meta v2.7.14
13342025-01-11T00:22:36.212Z Compiling scrypt v0.11.0
13352025-01-11T00:22:36.504Z Compiling cbc v0.1.2
13362025-01-11T00:22:36.769Z Compiling aes v0.8.4
13372025-01-11T00:22:36.804Z Compiling deranged v0.3.11
13382025-01-11T00:22:37.269Z Compiling icu_properties v1.5.1
13392025-01-11T00:22:38.564Z Compiling scroll_derive v0.12.0
13402025-01-11T00:22:38.909Z Compiling bitflags v2.6.0
13412025-01-11T00:22:39.271Z Compiling bytes v1.9.0
13422025-01-11T00:22:39.859Z Compiling indexmap v2.7.0
13432025-01-11T00:22:40.144Z Compiling semver v1.0.24
13442025-01-11T00:22:40.365Z Compiling tokio v1.40.0
13452025-01-11T00:22:40.704Z Compiling http v1.2.0
13462025-01-11T00:22:40.953Z Compiling rustc_version v0.4.1
13472025-01-11T00:22:41.470Z Compiling write16 v1.0.0
13482025-01-11T00:22:41.613Z Compiling icu_normalizer_data v1.5.0
13492025-01-11T00:22:41.729Z Compiling utf16_iter v1.0.5
13502025-01-11T00:22:41.767Z Compiling utf8_iter v1.0.4
13512025-01-11T00:22:41.960Z Compiling atomic-waker v1.1.2
13522025-01-11T00:22:42.039Z Compiling num_threads v0.1.7
13532025-01-11T00:22:42.159Z Compiling time v0.3.36
13542025-01-11T00:22:42.179Z Compiling icu_normalizer v1.5.0
13552025-01-11T00:22:42.534Z Compiling http-body v1.0.1
13562025-01-11T00:22:42.809Z Compiling scroll v0.12.0
13572025-01-11T00:22:42.827Z Compiling pkcs5 v0.7.1
13582025-01-11T00:22:42.958Z Compiling pest_generator v2.7.14
13592025-01-11T00:22:43.431Z Compiling form_urlencoded v1.2.1
13602025-01-11T00:22:43.449Z Compiling try-lock v0.2.5
13612025-01-11T00:22:43.616Z Compiling which v4.4.2
13622025-01-11T00:22:43.756Z Compiling slog v2.7.0
13632025-01-11T00:22:44.282Z Compiling goblin v0.8.2
13642025-01-11T00:22:44.376Z Compiling want v0.3.1
13652025-01-11T00:22:44.424Z Compiling pkcs8 v0.10.2
13662025-01-11T00:22:44.690Z Compiling idna_adapter v1.2.0
13672025-01-11T00:22:44.933Z Compiling uuid v1.11.0
13682025-01-11T00:22:45.063Z Compiling httpdate v1.0.3
13692025-01-11T00:22:45.094Z Compiling pest_derive v2.7.14
13702025-01-11T00:22:45.161Z Compiling iana-time-zone v0.1.61
13712025-01-11T00:22:45.561Z Compiling chrono v0.4.38
13722025-01-11T00:22:45.662Z Compiling idna v1.0.3
13732025-01-11T00:22:45.936Z Compiling dtrace-parser v0.2.0
13742025-01-11T00:22:47.401Z Compiling serde_tokenstream v0.2.2
13752025-01-11T00:22:47.643Z Compiling serde_spanned v0.6.8
13762025-01-11T00:22:47.824Z Compiling toml_datetime v0.6.8
13772025-01-11T00:22:47.896Z Compiling adler2 v2.0.0
13782025-01-11T00:22:48.090Z Compiling openssl v0.10.66
13792025-01-11T00:22:48.148Z Compiling foreign-types-shared v0.1.1
13802025-01-11T00:22:48.258Z Compiling base64 v0.22.1
13812025-01-11T00:22:48.279Z Compiling tower-service v0.3.3
13822025-01-11T00:22:48.413Z Compiling rustversion v1.0.17
13832025-01-11T00:22:48.435Z Compiling match_cfg v0.1.0
13842025-01-11T00:22:48.546Z Compiling hostname v0.3.1
13852025-01-11T00:22:48.595Z Compiling foreign-types v0.3.2
13862025-01-11T00:22:48.705Z Compiling miniz_oxide v0.8.0
13872025-01-11T00:22:48.817Z Compiling url v2.5.3
13882025-01-11T00:22:49.241Z Compiling tokio-util v0.7.12
13892025-01-11T00:22:49.588Z Compiling async-trait v0.1.83
13902025-01-11T00:22:50.301Z Compiling h2 v0.4.6
13912025-01-11T00:22:50.581Z Compiling dof v0.3.0
13922025-01-11T00:22:50.721Z Compiling openssl-macros v0.1.1
13932025-01-11T00:22:50.947Z Compiling serde_derive_internals v0.29.1
13942025-01-11T00:22:51.518Z Compiling usdt-impl v0.5.0
13952025-01-11T00:22:52.417Z Compiling dirs-sys-next v0.1.2
13962025-01-11T00:22:52.981Z Compiling native-tls v0.2.12
13972025-01-11T00:22:53.184Z Compiling siphasher v0.3.11
13982025-01-11T00:22:53.204Z Compiling rustls v0.23.19
13992025-01-11T00:22:53.331Z Compiling rustls v0.22.4
14002025-01-11T00:22:53.494Z Compiling schemars v0.8.21
14012025-01-11T00:22:53.605Z Compiling syn v1.0.109
14022025-01-11T00:22:53.626Z Compiling data-encoding v2.6.0
14032025-01-11T00:22:53.793Z Compiling schemars_derive v0.8.21
14042025-01-11T00:22:53.962Z Compiling dirs-next v2.0.0
14052025-01-11T00:22:55.255Z Compiling http-body-util v0.1.2
14062025-01-11T00:22:55.845Z Compiling crossbeam-epoch v0.9.18
14072025-01-11T00:22:55.869Z Compiling heapless v0.7.17
14082025-01-11T00:22:56.113Z Compiling signature v2.2.0
14092025-01-11T00:22:56.325Z Compiling sha1 v0.10.6
14102025-01-11T00:22:56.439Z Compiling bzip2-sys v0.1.11+1.0.8
14112025-01-11T00:22:56.649Z Compiling thread_local v1.1.8
14122025-01-11T00:22:56.808Z Compiling encoding_rs v0.8.34
14132025-01-11T00:22:56.935Z Compiling cookie v0.18.1
14142025-01-11T00:22:56.983Z Compiling multer v3.1.0
14152025-01-11T00:22:57.229Z Compiling openssl-probe v0.1.5
14162025-01-11T00:22:57.232Z Compiling slog-async v2.8.0
14172025-01-11T00:22:57.292Z Compiling mime v0.3.17
14182025-01-11T00:22:57.480Z Compiling dyn-clone v1.0.17
14192025-01-11T00:22:57.589Z Compiling ipnet v2.10.1
14202025-01-11T00:22:57.714Z Compiling signal-hook v0.3.17
14212025-01-11T00:22:57.795Z Compiling unicode-properties v0.1.3
14222025-01-11T00:22:57.928Z Compiling hyper v1.5.0
14232025-01-11T00:22:57.996Z Compiling gimli v0.31.1
14242025-01-11T00:22:58.260Z Compiling rayon-core v1.12.1
14252025-01-11T00:22:58.590Z Compiling stringprep v0.1.5
14262025-01-11T00:22:59.016Z Compiling toml_edit v0.22.22
14272025-01-11T00:23:01.666Z Compiling hyper-util v0.1.10
14282025-01-11T00:23:02.676Z Compiling addr2line v0.24.2
14292025-01-11T00:23:03.332Z Compiling crossbeam-deque v0.8.5
14302025-01-11T00:23:03.418Z Compiling usdt-attr-macro v0.5.0
14312025-01-11T00:23:03.449Z Compiling usdt-macro v0.5.0
14322025-01-11T00:23:03.988Z Compiling term v0.7.0
14332025-01-11T00:23:04.137Z Compiling slog-json v2.6.1
14342025-01-11T00:23:04.537Z Compiling serde_urlencoded v0.7.1
14352025-01-11T00:23:04.959Z Compiling crossbeam-channel v0.5.13
14362025-01-11T00:23:05.012Z Compiling curve25519-dalek v4.1.3
14372025-01-11T00:23:05.105Z Compiling enum-as-inner v0.6.1
14382025-01-11T00:23:05.159Z Compiling futures-executor v0.3.31
14392025-01-11T00:23:05.577Z Compiling md-5 v0.10.6
14402025-01-11T00:23:05.672Z Compiling async-stream-impl v0.3.6
14412025-01-11T00:23:05.775Z Compiling rustls-pemfile v2.2.0
14422025-01-11T00:23:05.847Z Compiling num-integer v0.1.46
14432025-01-11T00:23:06.125Z Compiling idna v0.4.0
14442025-01-11T00:23:06.148Z Compiling idna v0.3.0
14452025-01-11T00:23:06.248Z Compiling hash32 v0.2.1
14462025-01-11T00:23:06.661Z Compiling ff v0.13.0
14472025-01-11T00:23:06.713Z Compiling is-terminal v0.4.13
14482025-01-11T00:23:06.859Z Compiling dropshot v0.12.0
14492025-01-11T00:23:06.914Z Compiling object v0.36.5
14502025-01-11T00:23:07.103Z Compiling anyhow v1.0.93
14512025-01-11T00:23:07.176Z Compiling take_mut v0.2.2
14522025-01-11T00:23:07.356Z Compiling psl-types v2.0.11
14532025-01-11T00:23:07.563Z Compiling quick-error v1.2.3
14542025-01-11T00:23:07.721Z Compiling portable-atomic v1.9.0
14552025-01-11T00:23:07.782Z Compiling linked-hash-map v0.5.6
14562025-01-11T00:23:07.856Z Compiling rustc-demangle v0.1.24
14572025-01-11T00:23:07.859Z Compiling smoltcp v0.9.1
14582025-01-11T00:23:07.930Z Compiling fallible-iterator v0.2.0
14592025-01-11T00:23:08.184Z Compiling num-bigint-dig v0.8.4
14602025-01-11T00:23:08.500Z Compiling base16ct v0.2.0
14612025-01-11T00:23:08.724Z Compiling utf-8 v0.7.6
14622025-01-11T00:23:08.784Z Compiling sec1 v0.7.3
14632025-01-11T00:23:08.853Z Compiling postgres-protocol v0.6.7
14642025-01-11T00:23:08.924Z Compiling tungstenite v0.24.0
14652025-01-11T00:23:09.014Z Compiling lru-cache v0.1.2
14662025-01-11T00:23:09.222Z Compiling resolv-conf v0.7.0
14672025-01-11T00:23:09.347Z Compiling publicsuffix v2.2.3
14682025-01-11T00:23:09.697Z Compiling async-stream v0.3.6
14692025-01-11T00:23:10.032Z Compiling hickory-proto v0.24.1
14702025-01-11T00:23:10.068Z Compiling group v0.13.0
14712025-01-11T00:23:10.302Z Compiling slog-term v2.9.1
14722025-01-11T00:23:10.411Z Compiling usdt v0.5.0
14732025-01-11T00:23:10.949Z Compiling num-iter v0.1.45
14742025-01-11T00:23:11.299Z Compiling futures v0.3.31
14752025-01-11T00:23:11.367Z Compiling slog-bunyan v2.5.0
14762025-01-11T00:23:11.957Z Compiling toml v0.8.19
14772025-01-11T00:23:12.832Z Compiling tokio-native-tls v0.3.1
14782025-01-11T00:23:13.156Z Compiling camino v1.1.9
14792025-01-11T00:23:13.525Z Compiling phf_shared v0.11.2
14802025-01-11T00:23:13.892Z Compiling dropshot_endpoint v0.12.0
14812025-01-11T00:23:13.940Z Compiling terminal_size v0.4.0
14822025-01-11T00:23:13.959Z Compiling waitgroup v0.1.2
14832025-01-11T00:23:14.170Z Compiling openapiv3 v2.0.0
14842025-01-11T00:23:14.200Z Compiling serde_path_to_error v0.1.16
14852025-01-11T00:23:14.221Z Compiling hkdf v0.12.4
14862025-01-11T00:23:14.490Z Compiling crypto-bigint v0.5.5
14872025-01-11T00:23:15.130Z Compiling backtrace v0.3.74
14882025-01-11T00:23:15.357Z Compiling zerocopy-derive v0.6.6
14892025-01-11T00:23:17.709Z Compiling curve25519-dalek-derive v0.1.1
14902025-01-11T00:23:18.800Z Compiling webpki-roots v0.26.6
14912025-01-11T00:23:18.809Z Compiling hubpack_derive v0.1.1
14922025-01-11T00:23:18.866Z Compiling idna v0.5.0
14932025-01-11T00:23:19.039Z Compiling hostname v0.4.0
14942025-01-11T00:23:19.108Z Compiling ahash v0.8.11
14952025-01-11T00:23:19.298Z Compiling crc32fast v1.4.2
14962025-01-11T00:23:19.395Z Compiling fs-err v2.11.0
14972025-01-11T00:23:19.453Z Compiling newtype-uuid v1.1.3
14982025-01-11T00:23:19.663Z Compiling bitflags v1.3.2
14992025-01-11T00:23:19.700Z Compiling winnow v0.5.40
15002025-01-11T00:23:19.719Z Compiling debug-ignore v1.0.5
15012025-01-11T00:23:19.741Z Compiling managed v0.8.0
15022025-01-11T00:23:19.770Z Compiling cookie_store v0.21.0
15032025-01-11T00:23:19.874Z Compiling strum_macros v0.25.3
15042025-01-11T00:23:20.643Z Compiling clap_builder v4.5.21
15052025-01-11T00:23:21.228Z Compiling hubpack v0.1.2
15062025-01-11T00:23:21.289Z Compiling flate2 v1.0.34
15072025-01-11T00:23:21.477Z Compiling console v0.15.8
15082025-01-11T00:23:22.329Z Compiling elliptic-curve v0.13.8
15092025-01-11T00:23:22.403Z Compiling zerocopy v0.6.6
15102025-01-11T00:23:23.243Z Compiling hickory-resolver v0.24.1
15112025-01-11T00:23:23.345Z Compiling toml_edit v0.19.15
15122025-01-11T00:23:23.755Z Compiling phf v0.11.2
15132025-01-11T00:23:24.086Z Compiling signal-hook-mio v0.2.4
15142025-01-11T00:23:24.265Z Compiling hyper-tls v0.6.0
15152025-01-11T00:23:24.290Z Compiling rayon v1.10.0
15162025-01-11T00:23:24.290Z Compiling bzip2 v0.4.4
15172025-01-11T00:23:24.760Z Compiling tokio-tungstenite v0.24.0
15182025-01-11T00:23:25.347Z Compiling postgres-types v0.2.8
15192025-01-11T00:23:28.471Z Compiling ed25519 v2.2.3
15202025-01-11T00:23:29.303Z Compiling phf_shared v0.10.0
15212025-01-11T00:23:29.753Z Compiling tokio-stream v0.1.16
15222025-01-11T00:23:30.412Z Compiling pkcs1 v0.7.5
15232025-01-11T00:23:30.491Z Compiling serde-big-array v0.5.1
15242025-01-11T00:23:30.519Z Compiling clap_derive v4.5.18
15252025-01-11T00:23:30.564Z Compiling rfc6979 v0.4.0
15262025-01-11T00:23:30.748Z Compiling derive-where v1.2.7
15272025-01-11T00:23:30.768Z Compiling serde_repr v0.1.19
15282025-01-11T00:23:30.911Z Compiling float-cmp v0.9.0
15292025-01-11T00:23:31.160Z Compiling bstr v1.10.0
15302025-01-11T00:23:31.493Z Compiling sync_wrapper v1.0.1
15312025-01-11T00:23:31.655Z Compiling new_debug_unreachable v1.0.6
15322025-01-11T00:23:31.772Z Compiling normalize-line-endings v0.3.0
15332025-01-11T00:23:31.889Z Compiling precomputed-hash v0.1.1
15342025-01-11T00:23:31.918Z Compiling bit-vec v0.6.3
15352025-01-11T00:23:31.978Z Compiling unicode-segmentation v1.12.0
15362025-01-11T00:23:32.014Z Compiling whoami v1.5.2
15372025-01-11T00:23:32.420Z Compiling predicates-core v1.0.8
15382025-01-11T00:23:32.668Z Compiling fixedbitset v0.4.2
15392025-01-11T00:23:32.827Z Compiling unicode-width v0.2.0
15402025-01-11T00:23:32.903Z Compiling difflib v0.4.0
15412025-01-11T00:23:33.099Z Compiling number_prefix v0.4.0
15422025-01-11T00:23:33.175Z Compiling static_assertions v1.1.0
15432025-01-11T00:23:33.293Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15442025-01-11T00:23:33.349Z Compiling predicates v3.1.2
15452025-01-11T00:23:33.403Z Compiling indicatif v0.17.9
15462025-01-11T00:23:34.560Z Compiling petgraph v0.6.5
15472025-01-11T00:23:34.625Z Compiling similar v2.6.0
15482025-01-11T00:23:35.225Z Compiling tokio-postgres v0.7.12
15492025-01-11T00:23:35.797Z Compiling clap v4.5.21
15502025-01-11T00:23:35.818Z Compiling bit-set v0.5.3
15512025-01-11T00:23:35.929Z Compiling string_cache v0.8.7
15522025-01-11T00:23:36.128Z Compiling rsa v0.9.6
15532025-01-11T00:23:36.431Z Compiling ecdsa v0.16.9
15542025-01-11T00:23:37.258Z Compiling ed25519-dalek v2.1.1
15552025-01-11T00:23:37.356Z Compiling toml v0.7.8
15562025-01-11T00:23:38.667Z Compiling zip v0.6.6
15572025-01-11T00:23:38.960Z Compiling crossterm v0.28.1
15582025-01-11T00:23:40.184Z Compiling hex v0.4.3
15592025-01-11T00:23:40.407Z Compiling x509-cert v0.2.5
15602025-01-11T00:23:40.689Z Compiling peg-runtime v0.8.3
15612025-01-11T00:23:40.833Z Compiling unicode-xid v0.2.6
15622025-01-11T00:23:40.864Z Compiling lalrpop-util v0.19.12
15632025-01-11T00:23:41.030Z Compiling strum_macros v0.26.4
15642025-01-11T00:23:41.256Z Compiling xattr v1.3.1
15652025-01-11T00:23:41.394Z Compiling filetime v0.2.25
15662025-01-11T00:23:41.742Z Compiling tar v0.4.42
15672025-01-11T00:23:46.364Z Compiling strum v0.26.3
15682025-01-11T00:23:49.456Z Compiling aws-lc-sys v0.22.0
15692025-01-11T00:24:18.685Z Compiling rustls-webpki v0.102.8
15702025-01-11T00:24:22.283Z Compiling tokio-rustls v0.25.0
15712025-01-11T00:24:24.107Z Compiling tokio-rustls v0.26.0
15722025-01-11T00:24:24.605Z Compiling hyper-rustls v0.27.3
15732025-01-11T00:24:24.953Z Compiling reqwest v0.12.9
15742025-01-11T00:24:25.852Z Compiling qorb v0.2.1
15752025-01-11T00:24:31.318Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15762025-01-11T00:24:31.579Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15772025-01-11T00:24:37.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15782025-01-11T00:24:37.944Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15792025-01-11T00:24:37.997ZJan 11 00:24:37.219 INFO Starting download, target: Cockroach
15802025-01-11T00:24:37.997ZJan 11 00:24:37.219 INFO Starting download, target: Console
15812025-01-11T00:24:37.997ZJan 11 00:24:37.219 INFO Starting download, target: Clickhouse
15822025-01-11T00:24:37.997ZJan 11 00:24:37.219 INFO Starting download, target: DendriteOpenapi
15832025-01-11T00:24:37.997ZJan 11 00:24:37.219 INFO Starting download, target: DendriteStub
15842025-01-11T00:24:38.000ZJan 11 00:24:37.219 INFO Starting download, target: MaghemiteMgd
15852025-01-11T00:24:38.000ZJan 11 00:24:37.219 INFO Starting download, target: TransceiverControl
15862025-01-11T00:24:38.000ZJan 11 00:24:37.220 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15872025-01-11T00:24:38.000ZJan 11 00:24:37.220 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15882025-01-11T00:24:38.000ZJan 11 00:24:37.220 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15892025-01-11T00:24:38.000ZJan 11 00:24:37.220 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15902025-01-11T00:24:38.000ZJan 11 00:24:37.220 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15912025-01-11T00:24:38.000ZJan 11 00:24:37.220 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15922025-01-11T00:24:38.001ZJan 11 00:24:37.220 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15932025-01-11T00:24:38.141ZJan 11 00:24:37.363 INFO Download complete, target: DendriteOpenapi
15942025-01-11T00:24:38.410ZJan 11 00:24:37.603 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15952025-01-11T00:24:38.578ZJan 11 00:24:37.758 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15962025-01-11T00:24:38.906ZJan 11 00:24:38.090 INFO Download complete, target: Console
15972025-01-11T00:24:38.972ZJan 11 00:24:38.165 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15982025-01-11T00:24:39.027ZJan 11 00:24:38.238 INFO Download complete, target: TransceiverControl
15992025-01-11T00:24:39.062ZJan 11 00:24:38.271 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16002025-01-11T00:24:39.429ZJan 11 00:24:38.651 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16012025-01-11T00:24:39.429ZJan 11 00:24:38.651 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16022025-01-11T00:24:39.936ZJan 11 00:24:39.157 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16032025-01-11T00:24:41.846ZJan 11 00:24:41.068 INFO Download complete, target: MaghemiteMgd
16042025-01-11T00:24:41.911ZJan 11 00:24:41.133 INFO Download complete, target: DendriteStub
16052025-01-11T00:24:46.821ZJan 11 00:24:45.986 INFO Checking that binary works, target: Cockroach
16062025-01-11T00:24:47.133ZJan 11 00:24:46.252 INFO Download complete, target: Cockroach
16072025-01-11T00:24:52.423ZJan 11 00:24:51.613 INFO Checking that binary works, target: Clickhouse
16082025-01-11T00:24:52.527ZJan 11 00:24:51.740 INFO Download complete, target: Clickhouse
16092025-01-11T00:24:52.565ZAll builder prerequisites installed successfully, and PATH looks valid
16102025-01-11T00:24:52.582Z
16112025-01-11T00:24:52.582Zreal 6:46.454625138
16122025-01-11T00:24:52.582Zuser 17:22.083185853
16132025-01-11T00:24:52.583Zsys 3:22.949508273
16142025-01-11T00:24:52.583Ztrap 0.597523444
16152025-01-11T00:24:52.583Ztflt 1.549433210
16162025-01-11T00:24:52.584Zdflt 2.135357370
16172025-01-11T00:24:52.584Zkflt 0.024671268
16182025-01-11T00:24:52.584Zlock 32:01.561824754
16192025-01-11T00:24:52.584Zslp 1:07:50.602045134
16202025-01-11T00:24:52.584Zlat 58.864202518
16212025-01-11T00:24:52.585Zstop 2:24.576652523
16222025-01-11T00:24:52.585Z++ bmat factory name
16232025-01-11T00:24:52.585Z++ bmat factory private
16242025-01-11T00:24:52.585Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0fa9fa12cb1d175e2 '{
16252025-01-11T00:24:52.585Z buildomat: {
16262025-01-11T00:24:52.586Z factory: {
16272025-01-11T00:24:52.586Z name: $bmat_factory_name,
16282025-01-11T00:24:52.586Z private: $bmat_factory_private,
16292025-01-11T00:24:52.586Z },
16302025-01-11T00:24:52.586Z },
16312025-01-11T00:24:52.586Z }'
16322025-01-11T00:24:52.599Z+ banner ls-apis
16332025-01-11T00:24:52.620Z
16342025-01-11T00:24:52.620Z # #### ## ##### # ####
16352025-01-11T00:24:52.620Z # # # # # # # #
16362025-01-11T00:24:52.620Z # #### ##### # # # # # ####
16372025-01-11T00:24:52.620Z # # ###### ##### # #
16382025-01-11T00:24:52.620Z # # # # # # # # #
16392025-01-11T00:24:52.620Z ###### #### # # # # ####
16402025-01-11T00:24:52.621Z
16412025-01-11T00:24:52.621Z+ source ./tools/include/force-git-over-https.sh
16422025-01-11T00:24:52.621Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16432025-01-11T00:24:52.623Z++ (( i = 0 ))
16442025-01-11T00:24:52.623Z++ (( i < 5 ))
16452025-01-11T00:24:52.623Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16462025-01-11T00:24:52.623Z++ (( i++ ))
16472025-01-11T00:24:52.624Z++ (( i < 5 ))
16482025-01-11T00:24:52.624Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16492025-01-11T00:24:52.624Z++ (( i++ ))
16502025-01-11T00:24:52.624Z++ (( i < 5 ))
16512025-01-11T00:24:52.624Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16522025-01-11T00:24:52.624Z++ (( i++ ))
16532025-01-11T00:24:52.624Z++ (( i < 5 ))
16542025-01-11T00:24:52.625Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16552025-01-11T00:24:52.662Z++ (( i++ ))
16562025-01-11T00:24:52.662Z++ (( i < 5 ))
16572025-01-11T00:24:52.662Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16582025-01-11T00:24:52.662Z++ (( i++ ))
16592025-01-11T00:24:52.662Z++ (( i < 5 ))
16602025-01-11T00:24:52.662Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16612025-01-11T00:24:52.663Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16622025-01-11T00:24:52.663Z+ ptime -m cargo xtask ls-apis apis
16632025-01-11T00:24:53.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16642025-01-11T00:24:53.216Z Running `target/debug/xtask ls-apis apis`
16652025-01-11T00:24:54.080Z Compiling semver v0.1.20
16662025-01-11T00:24:54.205Z Compiling structmeta-derive v0.3.0
16672025-01-11T00:24:54.208Z Compiling cargo-platform v0.1.8
16682025-01-11T00:24:54.408Z Compiling rustc_version v0.1.7
16692025-01-11T00:24:54.410Z Compiling cargo_metadata v0.18.1
16702025-01-11T00:24:54.802Z Compiling newtype_derive v0.1.6
16712025-01-11T00:24:55.770Z Compiling structmeta v0.3.0
16722025-01-11T00:24:56.059Z Compiling parse-display-derive v0.10.0
16732025-01-11T00:24:58.466Z Compiling parse-display v0.10.0
16742025-01-11T00:24:58.616Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16752025-01-11T00:25:04.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.92s
16762025-01-11T00:25:04.322Z Running `target/debug/ls-apis apis`
16772025-01-11T00:25:04.419Zloading metadata for workspace omicron from current workspace
16782025-01-11T00:25:09.283Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16792025-01-11T00:25:09.287Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
16802025-01-11T00:25:09.289Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
16812025-01-11T00:25:28.271Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16822025-01-11T00:25:32.109Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16832025-01-11T00:25:32.129Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16842025-01-11T00:25:32.313ZBootstrap Agent (client: bootstrap-agent-client)
16852025-01-11T00:25:32.314Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16862025-01-11T00:25:32.314Z consumed by: wicketd (omicron/wicketd) via 2 paths
16872025-01-11T00:25:32.314Z
16882025-01-11T00:25:32.314ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16892025-01-11T00:25:32.314Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16902025-01-11T00:25:32.314Z
16912025-01-11T00:25:32.314ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
16922025-01-11T00:25:32.317Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16932025-01-11T00:25:32.317Z
16942025-01-11T00:25:32.317ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
16952025-01-11T00:25:32.317Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16962025-01-11T00:25:32.317Z
16972025-01-11T00:25:32.317ZCockroachDB Cluster Admin (client: cockroach-admin-client)
16982025-01-11T00:25:32.317Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16992025-01-11T00:25:32.317Z
17002025-01-11T00:25:32.317ZCrucible Agent (client: crucible-agent-client)
17012025-01-11T00:25:32.317Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17022025-01-11T00:25:32.317Z
17032025-01-11T00:25:32.317ZCrucible Control (for testing only) (client: crucible-control-client)
17042025-01-11T00:25:32.317Z
17052025-01-11T00:25:32.317ZCrucible Pantry (client: crucible-pantry-client)
17062025-01-11T00:25:32.317Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17072025-01-11T00:25:32.317Z
17082025-01-11T00:25:32.317ZMaghemite DDM Admin (client: ddm-admin-client)
17092025-01-11T00:25:32.317Z consumed by: installinator (omicron/installinator) via 1 path
17102025-01-11T00:25:32.317Z consumed by: mgd (maghemite/mgd) via 1 path
17112025-01-11T00:25:32.317Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17122025-01-11T00:25:32.317Z consumed by: wicketd (omicron/wicketd) via 1 path
17132025-01-11T00:25:32.317Z
17142025-01-11T00:25:32.318ZDNS Server (client: dns-service-client)
17152025-01-11T00:25:32.331Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17162025-01-11T00:25:32.331Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17172025-01-11T00:25:32.331Z
17182025-01-11T00:25:32.331ZDendrite DPD (client: dpd-client)
17192025-01-11T00:25:32.331Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17202025-01-11T00:25:32.332Z consumed by: mgd (maghemite/mgd) via 1 path
17212025-01-11T00:25:32.332Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17222025-01-11T00:25:32.332Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17232025-01-11T00:25:32.335Z consumed by: tfportd (dendrite/tfportd) via 1 path
17242025-01-11T00:25:32.335Z consumed by: wicketd (omicron/wicketd) via 2 paths
17252025-01-11T00:25:32.335Z
17262025-01-11T00:25:32.335ZDownstairs Controller (debugging only) (client: dsc-client)
17272025-01-11T00:25:32.335Z
17282025-01-11T00:25:32.335ZManagement Gateway Service (client: gateway-client)
17292025-01-11T00:25:32.341Z consumed by: dpd (dendrite/dpd) via 1 path
17302025-01-11T00:25:32.341Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17312025-01-11T00:25:32.341Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17322025-01-11T00:25:32.342Z consumed by: wicketd (omicron/wicketd) via 3 paths
17332025-01-11T00:25:32.342Z
17342025-01-11T00:25:32.342ZWicketd Installinator (client: installinator-client)
17352025-01-11T00:25:32.342Z consumed by: installinator (omicron/installinator) via 1 path
17362025-01-11T00:25:32.342Z
17372025-01-11T00:25:32.342ZMaghemite MG Admin (client: mg-admin-client)
17382025-01-11T00:25:32.344Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17392025-01-11T00:25:32.344Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17402025-01-11T00:25:32.344Z
17412025-01-11T00:25:32.344ZNexus Internal API (client: nexus-client)
17422025-01-11T00:25:32.347Z consumed by: dpd (dendrite/dpd) via 1 path
17432025-01-11T00:25:32.347Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17442025-01-11T00:25:32.348Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17452025-01-11T00:25:32.348Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17462025-01-11T00:25:32.348Z
17472025-01-11T00:25:32.348ZExternal API (client: oxide-client)
17482025-01-11T00:25:32.348Z
17492025-01-11T00:25:32.348ZOximeter (client: oximeter-client)
17502025-01-11T00:25:32.352Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17512025-01-11T00:25:32.352Z
17522025-01-11T00:25:32.352ZPropolis (client: propolis-client)
17532025-01-11T00:25:32.352Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17542025-01-11T00:25:32.352Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17552025-01-11T00:25:32.352Z
17562025-01-11T00:25:32.352ZCrucible Repair (client: repair-client)
17572025-01-11T00:25:32.352Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17582025-01-11T00:25:32.352Z
17592025-01-11T00:25:32.352ZRepo Depot API (client: repo-depot-client)
17602025-01-11T00:25:32.352Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17612025-01-11T00:25:32.352Z
17622025-01-11T00:25:32.352ZSled Agent (client: sled-agent-client)
17632025-01-11T00:25:32.357Z consumed by: dpd (dendrite/dpd) via 1 path
17642025-01-11T00:25:32.357Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17652025-01-11T00:25:32.357Z
17662025-01-11T00:25:32.357ZWicketd (client: wicketd-client)
17672025-01-11T00:25:32.358Z
17682025-01-11T00:25:32.493Z
17692025-01-11T00:25:32.493Zreal 39.860104196
17702025-01-11T00:25:32.493Zuser 33.489030124
17712025-01-11T00:25:32.494Zsys 11.807578180
17722025-01-11T00:25:32.494Ztrap 0.014706607
17732025-01-11T00:25:32.494Ztflt 0.063702443
17742025-01-11T00:25:32.494Zdflt 0.338916257
17752025-01-11T00:25:32.494Zkflt 0.000001609
17762025-01-11T00:25:32.494Zlock 55.973921801
17772025-01-11T00:25:32.497Zslp 3:29.105249727
17782025-01-11T00:25:32.497Zlat 0.843865114
17792025-01-11T00:25:32.497Zstop 1.488317892
17802025-01-11T00:25:32.497Z+ ptime -m cargo xtask ls-apis deployment-units
17812025-01-11T00:25:33.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17822025-01-11T00:25:33.095Z Running `target/debug/xtask ls-apis deployment-units`
17832025-01-11T00:25:34.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
17842025-01-11T00:25:34.066Z Running `target/debug/ls-apis deployment-units`
17852025-01-11T00:25:34.110Zloading metadata for workspace omicron from current workspace
17862025-01-11T00:25:35.396Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
17872025-01-11T00:25:35.403Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
17882025-01-11T00:25:35.403Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
17892025-01-11T00:25:37.376Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
17902025-01-11T00:25:38.244Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17912025-01-11T00:25:38.261Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17922025-01-11T00:25:38.433ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
17932025-01-11T00:25:38.433Z omicron-clickhouse-admin (omicron/clickhouse-admin)
17942025-01-11T00:25:38.433Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
17952025-01-11T00:25:38.433Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
17962025-01-11T00:25:38.433Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
17972025-01-11T00:25:38.437Z
17982025-01-11T00:25:38.437Z
17992025-01-11T00:25:38.437ZCockroach
18002025-01-11T00:25:38.437Z omicron-cockroach-admin (omicron/cockroach-admin)
18012025-01-11T00:25:38.437Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18022025-01-11T00:25:38.437Z
18032025-01-11T00:25:38.437Z
18042025-01-11T00:25:38.437ZCrucible
18052025-01-11T00:25:38.438Z crucible-agent (crucible/agent)
18062025-01-11T00:25:38.438Z exposes: Crucible Agent (client = crucible-agent-client)
18072025-01-11T00:25:38.438Z
18082025-01-11T00:25:38.438Z crucible-downstairs (crucible/downstairs)
18092025-01-11T00:25:38.438Z exposes: Crucible Repair (client = repair-client)
18102025-01-11T00:25:38.444Z consumes: repair-client
18112025-01-11T00:25:38.444Z
18122025-01-11T00:25:38.444Z
18132025-01-11T00:25:38.444ZCrucible Pantry
18142025-01-11T00:25:38.444Z crucible-pantry (crucible/pantry)
18152025-01-11T00:25:38.444Z exposes: Crucible Pantry (client = crucible-pantry-client)
18162025-01-11T00:25:38.444Z
18172025-01-11T00:25:38.444Z
18182025-01-11T00:25:38.444ZDNS Server
18192025-01-11T00:25:38.444Z dns-server (omicron/dns-server)
18202025-01-11T00:25:38.445Z exposes: DNS Server (client = dns-service-client)
18212025-01-11T00:25:38.445Z
18222025-01-11T00:25:38.445Z
18232025-01-11T00:25:38.445ZHost OS
18242025-01-11T00:25:38.445Z ddmd (maghemite/ddmd)
18252025-01-11T00:25:38.445Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18262025-01-11T00:25:38.449Z consumes: dpd-client
18272025-01-11T00:25:38.449Z
18282025-01-11T00:25:38.449Z dpd (dendrite/dpd)
18292025-01-11T00:25:38.449Z exposes: Dendrite DPD (client = dpd-client)
18302025-01-11T00:25:38.450Z consumes: gateway-client
18312025-01-11T00:25:38.450Z consumes: nexus-client
18322025-01-11T00:25:38.450Z consumes: sled-agent-client
18332025-01-11T00:25:38.450Z
18342025-01-11T00:25:38.450Z mgd (maghemite/mgd)
18352025-01-11T00:25:38.450Z exposes: Maghemite MG Admin (client = mg-admin-client)
18362025-01-11T00:25:38.454Z consumes: ddm-admin-client
18372025-01-11T00:25:38.454Z consumes: dpd-client
18382025-01-11T00:25:38.455Z
18392025-01-11T00:25:38.455Z omicron-gateway (omicron/gateway)
18402025-01-11T00:25:38.455Z exposes: Management Gateway Service (client = gateway-client)
18412025-01-11T00:25:38.455Z
18422025-01-11T00:25:38.455Z omicron-sled-agent (omicron/sled-agent)
18432025-01-11T00:25:38.455Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18442025-01-11T00:25:38.455Z exposes: Repo Depot API (client = repo-depot-client)
18452025-01-11T00:25:38.455Z exposes: Sled Agent (client = sled-agent-client)
18462025-01-11T00:25:38.459Z consumes: bootstrap-agent-client
18472025-01-11T00:25:38.459Z consumes: ddm-admin-client
18482025-01-11T00:25:38.459Z consumes: dns-service-client
18492025-01-11T00:25:38.459Z consumes: dpd-client
18502025-01-11T00:25:38.459Z consumes: gateway-client
18512025-01-11T00:25:38.459Z consumes: mg-admin-client
18522025-01-11T00:25:38.459Z consumes: nexus-client
18532025-01-11T00:25:38.459Z consumes: propolis-client
18542025-01-11T00:25:38.459Z consumes: repo-depot-client
18552025-01-11T00:25:38.459Z
18562025-01-11T00:25:38.459Z propolis-server (propolis/bin/propolis-server)
18572025-01-11T00:25:38.459Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18582025-01-11T00:25:38.459Z exposes: Propolis (client = propolis-client)
18592025-01-11T00:25:38.459Z consumes: nexus-client
18602025-01-11T00:25:38.459Z
18612025-01-11T00:25:38.459Z tfportd (dendrite/tfportd)
18622025-01-11T00:25:38.460Z consumes: dpd-client
18632025-01-11T00:25:38.460Z
18642025-01-11T00:25:38.460Z wicketd (omicron/wicketd)
18652025-01-11T00:25:38.460Z exposes: Wicketd Installinator (client = installinator-client)
18662025-01-11T00:25:38.460Z exposes: Wicketd (client = wicketd-client)
18672025-01-11T00:25:38.460Z consumes: bootstrap-agent-client
18682025-01-11T00:25:38.460Z consumes: ddm-admin-client
18692025-01-11T00:25:38.460Z consumes: dpd-client
18702025-01-11T00:25:38.460Z consumes: gateway-client
18712025-01-11T00:25:38.460Z
18722025-01-11T00:25:38.460Z
18732025-01-11T00:25:38.460ZInstallinator
18742025-01-11T00:25:38.460Z installinator (omicron/installinator)
18752025-01-11T00:25:38.463Z consumes: ddm-admin-client
18762025-01-11T00:25:38.463Z consumes: installinator-client
18772025-01-11T00:25:38.463Z
18782025-01-11T00:25:38.463Z
18792025-01-11T00:25:38.463ZNexus
18802025-01-11T00:25:38.463Z omicron-nexus (omicron/nexus)
18812025-01-11T00:25:38.463Z exposes: Nexus Internal API (client = nexus-client)
18822025-01-11T00:25:38.463Z exposes: External API (client = oxide-client)
18832025-01-11T00:25:38.463Z consumes: clickhouse-admin-keeper-client
18842025-01-11T00:25:38.463Z consumes: clickhouse-admin-server-client
18852025-01-11T00:25:38.463Z consumes: clickhouse-admin-single-client
18862025-01-11T00:25:38.463Z consumes: cockroach-admin-client
18872025-01-11T00:25:38.463Z consumes: crucible-agent-client
18882025-01-11T00:25:38.463Z consumes: crucible-pantry-client
18892025-01-11T00:25:38.463Z consumes: dns-service-client
18902025-01-11T00:25:38.463Z consumes: dpd-client
18912025-01-11T00:25:38.463Z consumes: gateway-client
18922025-01-11T00:25:38.463Z consumes: mg-admin-client
18932025-01-11T00:25:38.465Z consumes: oximeter-client
18942025-01-11T00:25:38.465Z consumes: propolis-client
18952025-01-11T00:25:38.465Z consumes: sled-agent-client
18962025-01-11T00:25:38.465Z
18972025-01-11T00:25:38.465Z
18982025-01-11T00:25:38.465ZOximeter
18992025-01-11T00:25:38.465Z oximeter-collector (omicron/oximeter/collector)
19002025-01-11T00:25:38.465Z exposes: Oximeter (client = oximeter-client)
19012025-01-11T00:25:38.465Z consumes: nexus-client
19022025-01-11T00:25:38.465Z
19032025-01-11T00:25:38.465Z
19042025-01-11T00:25:38.589Z
19052025-01-11T00:25:38.589Zreal 6.076866277
19062025-01-11T00:25:38.589Zuser 4.765328537
19072025-01-11T00:25:38.589Zsys 1.940665205
19082025-01-11T00:25:38.589Ztrap 0.002998403
19092025-01-11T00:25:38.589Ztflt 0.000003258
19102025-01-11T00:25:38.589Zdflt 0.000137011
19112025-01-11T00:25:38.589Zkflt 0.000000000
19122025-01-11T00:25:38.589Zlock 0.002176717
19132025-01-11T00:25:38.595Zslp 11.392813771
19142025-01-11T00:25:38.595Zlat 0.032033167
19152025-01-11T00:25:38.595Zstop 0.075148182
19162025-01-11T00:25:38.595Z+ ptime -m cargo xtask ls-apis servers
19172025-01-11T00:25:39.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19182025-01-11T00:25:39.139Z Running `target/debug/xtask ls-apis servers`
19192025-01-11T00:25:40.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
19202025-01-11T00:25:40.094Z Running `target/debug/ls-apis servers`
19212025-01-11T00:25:40.136Zloading metadata for workspace omicron from current workspace
19222025-01-11T00:25:41.416Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
19232025-01-11T00:25:41.424Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
19242025-01-11T00:25:41.428Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
19252025-01-11T00:25:43.330Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19262025-01-11T00:25:44.200Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19272025-01-11T00:25:44.227Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19282025-01-11T00:25:44.388Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19292025-01-11T00:25:44.388Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19302025-01-11T00:25:44.389Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19312025-01-11T00:25:44.389Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19322025-01-11T00:25:44.393Z
19332025-01-11T00:25:44.393Zomicron-cockroach-admin (omicron/cockroach-admin)
19342025-01-11T00:25:44.393Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19352025-01-11T00:25:44.393Z
19362025-01-11T00:25:44.393Zcrucible-agent (crucible/agent)
19372025-01-11T00:25:44.393Z exposes: Crucible Agent (client = crucible-agent-client)
19382025-01-11T00:25:44.393Z
19392025-01-11T00:25:44.394Zcrucible-downstairs (crucible/downstairs)
19402025-01-11T00:25:44.394Z exposes: Crucible Repair (client = repair-client)
19412025-01-11T00:25:44.399Z consumes: repair-client
19422025-01-11T00:25:44.399Z
19432025-01-11T00:25:44.399Zcrucible-pantry (crucible/pantry)
19442025-01-11T00:25:44.399Z exposes: Crucible Pantry (client = crucible-pantry-client)
19452025-01-11T00:25:44.399Z
19462025-01-11T00:25:44.399Zdns-server (omicron/dns-server)
19472025-01-11T00:25:44.399Z exposes: DNS Server (client = dns-service-client)
19482025-01-11T00:25:44.402Z
19492025-01-11T00:25:44.402Zomicron-sled-agent (omicron/sled-agent)
19502025-01-11T00:25:44.402Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19512025-01-11T00:25:44.403Z exposes: Repo Depot API (client = repo-depot-client)
19522025-01-11T00:25:44.403Z exposes: Sled Agent (client = sled-agent-client)
19532025-01-11T00:25:44.403Z consumes: bootstrap-agent-client
19542025-01-11T00:25:44.403Z consumes: ddm-admin-client
19552025-01-11T00:25:44.403Z consumes: dns-service-client
19562025-01-11T00:25:44.403Z consumes: dpd-client
19572025-01-11T00:25:44.403Z consumes: gateway-client
19582025-01-11T00:25:44.403Z consumes: mg-admin-client
19592025-01-11T00:25:44.403Z consumes: nexus-client
19602025-01-11T00:25:44.403Z consumes: propolis-client
19612025-01-11T00:25:44.403Z consumes: repo-depot-client
19622025-01-11T00:25:44.403Z
19632025-01-11T00:25:44.403Zpropolis-server (propolis/bin/propolis-server)
19642025-01-11T00:25:44.403Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19652025-01-11T00:25:44.403Z exposes: Propolis (client = propolis-client)
19662025-01-11T00:25:44.407Z consumes: nexus-client
19672025-01-11T00:25:44.408Z
19682025-01-11T00:25:44.408Zddmd (maghemite/ddmd)
19692025-01-11T00:25:44.408Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19702025-01-11T00:25:44.408Z consumes: dpd-client
19712025-01-11T00:25:44.408Z
19722025-01-11T00:25:44.408Zdpd (dendrite/dpd)
19732025-01-11T00:25:44.408Z exposes: Dendrite DPD (client = dpd-client)
19742025-01-11T00:25:44.414Z consumes: gateway-client
19752025-01-11T00:25:44.414Z consumes: nexus-client
19762025-01-11T00:25:44.414Z consumes: sled-agent-client
19772025-01-11T00:25:44.414Z
19782025-01-11T00:25:44.414Zmgd (maghemite/mgd)
19792025-01-11T00:25:44.414Z exposes: Maghemite MG Admin (client = mg-admin-client)
19802025-01-11T00:25:44.417Z consumes: ddm-admin-client
19812025-01-11T00:25:44.417Z consumes: dpd-client
19822025-01-11T00:25:44.417Z
19832025-01-11T00:25:44.417Zomicron-gateway (omicron/gateway)
19842025-01-11T00:25:44.417Z exposes: Management Gateway Service (client = gateway-client)
19852025-01-11T00:25:44.417Z
19862025-01-11T00:25:44.417Ztfportd (dendrite/tfportd)
19872025-01-11T00:25:44.417Z consumes: dpd-client
19882025-01-11T00:25:44.417Z
19892025-01-11T00:25:44.417Zwicketd (omicron/wicketd)
19902025-01-11T00:25:44.417Z exposes: Wicketd Installinator (client = installinator-client)
19912025-01-11T00:25:44.417Z exposes: Wicketd (client = wicketd-client)
19922025-01-11T00:25:44.417Z consumes: bootstrap-agent-client
19932025-01-11T00:25:44.417Z consumes: ddm-admin-client
19942025-01-11T00:25:44.417Z consumes: dpd-client
19952025-01-11T00:25:44.417Z consumes: gateway-client
19962025-01-11T00:25:44.417Z
19972025-01-11T00:25:44.417Zinstallinator (omicron/installinator)
19982025-01-11T00:25:44.417Z consumes: ddm-admin-client
19992025-01-11T00:25:44.417Z consumes: installinator-client
20002025-01-11T00:25:44.417Z
20012025-01-11T00:25:44.418Zomicron-nexus (omicron/nexus)
20022025-01-11T00:25:44.418Z exposes: Nexus Internal API (client = nexus-client)
20032025-01-11T00:25:44.418Z exposes: External API (client = oxide-client)
20042025-01-11T00:25:44.421Z consumes: clickhouse-admin-keeper-client
20052025-01-11T00:25:44.421Z consumes: clickhouse-admin-server-client
20062025-01-11T00:25:44.421Z consumes: clickhouse-admin-single-client
20072025-01-11T00:25:44.421Z consumes: cockroach-admin-client
20082025-01-11T00:25:44.421Z consumes: crucible-agent-client
20092025-01-11T00:25:44.421Z consumes: crucible-pantry-client
20102025-01-11T00:25:44.422Z consumes: dns-service-client
20112025-01-11T00:25:44.422Z consumes: dpd-client
20122025-01-11T00:25:44.422Z consumes: gateway-client
20132025-01-11T00:25:44.422Z consumes: mg-admin-client
20142025-01-11T00:25:44.422Z consumes: oximeter-client
20152025-01-11T00:25:44.422Z consumes: propolis-client
20162025-01-11T00:25:44.422Z consumes: sled-agent-client
20172025-01-11T00:25:44.422Z
20182025-01-11T00:25:44.422Zoximeter-collector (omicron/oximeter/collector)
20192025-01-11T00:25:44.422Z exposes: Oximeter (client = oximeter-client)
20202025-01-11T00:25:44.422Z consumes: nexus-client
20212025-01-11T00:25:44.422Z
20222025-01-11T00:25:44.558Z
20232025-01-11T00:25:44.558Zreal 5.943496920
20242025-01-11T00:25:44.558Zuser 4.703056220
20252025-01-11T00:25:44.558Zsys 1.847513264
20262025-01-11T00:25:44.558Ztrap 0.000543529
20272025-01-11T00:25:44.558Ztflt 0.000005377
20282025-01-11T00:25:44.558Zdflt 0.000164871
20292025-01-11T00:25:44.559Zkflt 0.000000000
20302025-01-11T00:25:44.559Zlock 0.002136771
20312025-01-11T00:25:44.559Zslp 11.136078954
20322025-01-11T00:25:44.559Zlat 0.010585108
20332025-01-11T00:25:44.559Zstop 0.076522623
20342025-01-11T00:25:44.559Z+ ptime -m cargo xtask ls-apis check
20352025-01-11T00:25:45.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
20362025-01-11T00:25:45.105Z Running `target/debug/xtask ls-apis check`
20372025-01-11T00:25:45.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
20382025-01-11T00:25:46.055Z Running `target/debug/ls-apis check`
20392025-01-11T00:25:46.107Zloading metadata for workspace omicron from current workspace
20402025-01-11T00:25:47.492Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/Cargo.toml
20412025-01-11T00:25:47.495Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20422025-01-11T00:25:47.497Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/Cargo.toml
20432025-01-11T00:25:49.440Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20442025-01-11T00:25:50.289Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20452025-01-11T00:25:50.307Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20462025-01-11T00:25:50.591Z
20472025-01-11T00:25:50.591Z
20482025-01-11T00:25:50.591ZServer-managed APIs:
20492025-01-11T00:25:50.591Z
20502025-01-11T00:25:50.591Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20512025-01-11T00:25:50.591Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20522025-01-11T00:25:50.592Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20532025-01-11T00:25:50.592Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20542025-01-11T00:25:50.592Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20552025-01-11T00:25:50.592Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20562025-01-11T00:25:50.592Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20572025-01-11T00:25:50.592Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20582025-01-11T00:25:50.592Z DNS Server (dns-service-client, exposed by dns-server)
20592025-01-11T00:25:50.592Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20602025-01-11T00:25:50.592Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20612025-01-11T00:25:50.592Z External API (oxide-client, exposed by omicron-nexus)
20622025-01-11T00:25:50.592Z Oximeter (oximeter-client, exposed by oximeter-collector)
20632025-01-11T00:25:50.592Z Propolis (propolis-client, exposed by propolis-server)
20642025-01-11T00:25:50.592Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
20652025-01-11T00:25:50.592Z Wicketd (wicketd-client, exposed by wicketd)
20662025-01-11T00:25:50.592Z
20672025-01-11T00:25:50.592Z
20682025-01-11T00:25:50.592ZClient-managed API:
20692025-01-11T00:25:50.592Z
20702025-01-11T00:25:50.592Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
20712025-01-11T00:25:50.592Z reason: depends on itself (i.e., instances call each other)
20722025-01-11T00:25:50.593Z Dendrite DPD (dpd-client, exposed by dpd)
20732025-01-11T00:25:50.593Z reason: Sled Agent calling DPD creates a circular dependency
20742025-01-11T00:25:50.593Z Wicketd Installinator (installinator-client, exposed by wicketd)
20752025-01-11T00:25:50.593Z reason: client is provided implicitly by the operator
20762025-01-11T00:25:50.593Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
20772025-01-11T00:25:50.593Z reason: Circular dependencies between Nexus and other services
20782025-01-11T00:25:50.593Z Crucible Repair (repair-client, exposed by crucible-downstairs)
20792025-01-11T00:25:50.593Z reason: depends on itself (i.e., instances call each other)
20802025-01-11T00:25:50.593Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
20812025-01-11T00:25:50.593Z reason: depends on itself (i.e., instances call each other)
20822025-01-11T00:25:50.593Z
20832025-01-11T00:25:50.593Z
20842025-01-11T00:25:50.593ZAPIs with unknown version management: none
20852025-01-11T00:25:50.717Z
20862025-01-11T00:25:50.717Zreal 6.148951587
20872025-01-11T00:25:50.717Zuser 4.876895322
20882025-01-11T00:25:50.717Zsys 1.901367913
20892025-01-11T00:25:50.717Ztrap 0.000544193
20902025-01-11T00:25:50.717Ztflt 0.000014446
20912025-01-11T00:25:50.717Zdflt 0.000207766
20922025-01-11T00:25:50.717Zkflt 0.000003769
20932025-01-11T00:25:50.722Zlock 0.002197268
20942025-01-11T00:25:50.722Zslp 11.344084421
20952025-01-11T00:25:50.722Zlat 0.011221785
20962025-01-11T00:25:50.722Zstop 0.080013900
20972025-01-11T00:25:50.722Z+ banner build
20982025-01-11T00:25:50.722Z
20992025-01-11T00:25:50.722Z ##### # # # # #####
21002025-01-11T00:25:50.722Z # # # # # # # #
21012025-01-11T00:25:50.722Z ##### # # # # # #
21022025-01-11T00:25:50.722Z # # # # # # # #
21032025-01-11T00:25:50.722Z # # # # # # # #
21042025-01-11T00:25:50.722Z ##### #### # ###### #####
21052025-01-11T00:25:50.722Z
21062025-01-11T00:25:50.722Z+ export 'RUSTFLAGS=-D warnings'
21072025-01-11T00:25:50.722Z+ RUSTFLAGS='-D warnings'
21082025-01-11T00:25:50.722Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21092025-01-11T00:25:50.722Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21102025-01-11T00:25:50.722Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21112025-01-11T00:25:50.722Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21122025-01-11T00:25:50.722Z+ export TMPDIR=/var/tmp/omicron_tmp
21132025-01-11T00:25:50.722Z+ TMPDIR=/var/tmp/omicron_tmp
21142025-01-11T00:25:50.722Z+ export RUST_BACKTRACE=1
21152025-01-11T00:25:50.722Z+ RUST_BACKTRACE=1
21162025-01-11T00:25:50.722Z+ export CARGO_INCREMENTAL=0
21172025-01-11T00:25:50.722Z+ CARGO_INCREMENTAL=0
21182025-01-11T00:25:50.722Z+ export RUSTC_BOOTSTRAP=1
21192025-01-11T00:25:50.722Z+ RUSTC_BOOTSTRAP=1
21202025-01-11T00:25:50.723Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21212025-01-11T00:25:52.591Z Dirty unicode-ident v1.0.14: the rustflags changed
21222025-01-11T00:25:52.591Z Compiling unicode-ident v1.0.14
21232025-01-11T00:25:52.591Z Dirty proc-macro2 v1.0.92: the rustflags changed
21242025-01-11T00:25:52.591Z Compiling proc-macro2 v1.0.92
21252025-01-11T00:25:52.617Z Dirty libc v0.2.162: the rustflags changed
21262025-01-11T00:25:52.617Z Compiling libc v0.2.162
21272025-01-11T00:25:52.617Z Dirty cfg-if v1.0.0: the rustflags changed
21282025-01-11T00:25:52.618Z Compiling cfg-if v1.0.0
21292025-01-11T00:25:52.618Z Dirty serde v1.0.217: the rustflags changed
21302025-01-11T00:25:52.618Z Compiling serde v1.0.217
21312025-01-11T00:25:52.618Z Dirty autocfg v1.4.0: the rustflags changed
21322025-01-11T00:25:52.618Z Compiling autocfg v1.4.0
21332025-01-11T00:25:52.618Z Dirty memchr v2.7.4: the rustflags changed
21342025-01-11T00:25:52.618Z Compiling memchr v2.7.4
21352025-01-11T00:25:52.618Z Dirty version_check v0.9.5: the rustflags changed
21362025-01-11T00:25:52.618Z Compiling version_check v0.9.5
21372025-01-11T00:25:52.701Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2fdb16acfe73c7b9 -C extra-filename=-2fdb16acfe73c7b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21382025-01-11T00:25:52.704Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=9ed6789ca90d87d7 -C extra-filename=-9ed6789ca90d87d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21392025-01-11T00:25:52.704Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3095148c1f5a9432 -C extra-filename=-3095148c1f5a9432 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-3095148c1f5a9432 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402025-01-11T00:25:52.704Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=83c04ded702a2c6e -C extra-filename=-83c04ded702a2c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21412025-01-11T00:25:52.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eab694a454abf753 -C extra-filename=-eab694a454abf753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422025-01-11T00:25:52.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=088fab4b446c2d9c -C extra-filename=-088fab4b446c2d9c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-088fab4b446c2d9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21432025-01-11T00:25:52.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=628c83ce3f8440f3 -C extra-filename=-628c83ce3f8440f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442025-01-11T00:25:52.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3085d201f1b07e89 -C extra-filename=-3085d201f1b07e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452025-01-11T00:25:52.849Z Dirty value-bag v1.9.0: the rustflags changed
21462025-01-11T00:25:52.849Z Compiling value-bag v1.9.0
21472025-01-11T00:25:52.878Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=294d8632e0500484 -C extra-filename=-294d8632e0500484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482025-01-11T00:25:52.902Z Dirty scopeguard v1.2.0: the rustflags changed
21492025-01-11T00:25:52.902Z Compiling scopeguard v1.2.0
21502025-01-11T00:25:52.924Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e10ff91bdb1d6034 -C extra-filename=-e10ff91bdb1d6034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21512025-01-11T00:25:53.063Z Dirty once_cell v1.20.2: the rustflags changed
21522025-01-11T00:25:53.064Z Compiling once_cell v1.20.2
21532025-01-11T00:25:53.067Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=4fac8a596e09fa80 -C extra-filename=-4fac8a596e09fa80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542025-01-11T00:25:53.489Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-3095148c1f5a9432/build-script-build`
21552025-01-11T00:25:53.495Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-088fab4b446c2d9c/build-script-build`
21562025-01-11T00:25:53.532Z Dirty log v0.4.22: the rustflags changed
21572025-01-11T00:25:53.533Z Compiling log v0.4.22
21582025-01-11T00:25:53.545Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --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=a2c99244b373d360 -C extra-filename=-a2c99244b373d360 --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-294d8632e0500484.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21592025-01-11T00:25:53.552Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7/build-script-build`
21602025-01-11T00:25:53.573Z Dirty itoa v1.0.11: the rustflags changed
21612025-01-11T00:25:53.573Z Compiling itoa v1.0.11
21622025-01-11T00:25:53.579Z Dirty smallvec v1.13.2: the rustflags changed
21632025-01-11T00:25:53.579Z Compiling smallvec v1.13.2
21642025-01-11T00:25:53.579Z Dirty byteorder v1.5.0: the rustflags changed
21652025-01-11T00:25:53.579Z Compiling byteorder v1.5.0
21662025-01-11T00:25:53.579Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ce59ac6fb623678a -C extra-filename=-ce59ac6fb623678a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672025-01-11T00:25:53.599Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=42c8c764cb4293aa -C extra-filename=-42c8c764cb4293aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682025-01-11T00:25:53.608Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=4dafc5e65351502b -C extra-filename=-4dafc5e65351502b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692025-01-11T00:25:53.700Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.162/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=29117e4ff36dab03 -C extra-filename=-29117e4ff36dab03 --out-dir /work/oxidecomputer/omicron/target/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_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
21702025-01-11T00:25:53.844Z Dirty pin-project-lite v0.2.14: the rustflags changed
21712025-01-11T00:25:53.844Z Compiling pin-project-lite v0.2.14
21722025-01-11T00:25:53.849Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=46453f98c25563b1 -C extra-filename=-46453f98c25563b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732025-01-11T00:25:53.899Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3472870575c6c883 -C extra-filename=-3472870575c6c883 --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-2fdb16acfe73c7b9.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)'`
21742025-01-11T00:25:54.007Z Dirty lock_api v0.4.12: the rustflags changed
21752025-01-11T00:25:54.007Z Compiling lock_api v0.4.12
21762025-01-11T00:25:54.023Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=a9a179362601b232 -C extra-filename=-a9a179362601b232 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772025-01-11T00:25:54.040Z Dirty subtle v2.6.1: the rustflags changed
21782025-01-11T00:25:54.040Z Compiling subtle v2.6.1
21792025-01-11T00:25:54.040Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=31cb50c570ccb59e -C extra-filename=-31cb50c570ccb59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802025-01-11T00:25:54.083Z Dirty regex-syntax v0.8.5: the rustflags changed
21812025-01-11T00:25:54.083Z Compiling regex-syntax v0.8.5
21822025-01-11T00:25:54.106Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=798e3a4bdf9327b3 -C extra-filename=-798e3a4bdf9327b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832025-01-11T00:25:54.106Z Dirty shlex v1.3.0: the rustflags changed
21842025-01-11T00:25:54.106Z Compiling shlex v1.3.0
21852025-01-11T00:25:54.178Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b2501e8bb1c4b8f3 -C extra-filename=-b2501e8bb1c4b8f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862025-01-11T00:25:54.330Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232/build-script-build`
21872025-01-11T00:25:54.377Z Dirty aho-corasick v1.1.3: the rustflags changed
21882025-01-11T00:25:54.377Z Compiling aho-corasick v1.1.3
21892025-01-11T00:25:54.391Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=0da0f4417492a9a4 -C extra-filename=-0da0f4417492a9a4 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902025-01-11T00:25:54.412Z Dirty allocator-api2 v0.2.18: the rustflags changed
21912025-01-11T00:25:54.412Z Compiling allocator-api2 v0.2.18
21922025-01-11T00:25:54.421Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=2e7f20aac91d4cde -C extra-filename=-2e7f20aac91d4cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932025-01-11T00:25:54.492Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=3f6f9678b9924c1b -C extra-filename=-3f6f9678b9924c1b --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-e10ff91bdb1d6034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
21942025-01-11T00:25:54.535Z Dirty ryu v1.0.18: the rustflags changed
21952025-01-11T00:25:54.535Z Compiling ryu v1.0.18
21962025-01-11T00:25:54.557Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=28783a10abc36982 -C extra-filename=-28783a10abc36982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972025-01-11T00:25:54.567Z Dirty typenum v1.17.0: the rustflags changed
21982025-01-11T00:25:54.567Z Compiling typenum v1.17.0
21992025-01-11T00:25:54.567Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=3083ee05a03332f4 -C extra-filename=-3083ee05a03332f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002025-01-11T00:25:54.891Z Dirty quote v1.0.38: the rustflags changed
22012025-01-11T00:25:54.891Z Compiling quote v1.0.38
22022025-01-11T00:25:54.905Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=327ced9b4e99f9e6 -C extra-filename=-327ced9b4e99f9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032025-01-11T00:25:55.001Z Dirty getrandom v0.2.15: the rustflags changed
22042025-01-11T00:25:55.001Z Compiling getrandom v0.2.15
22052025-01-11T00:25:55.018Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4686656331214bbd -C extra-filename=-4686656331214bbd --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062025-01-11T00:25:55.229Z Dirty rand_core v0.6.4: the rustflags changed
22072025-01-11T00:25:55.229Z Compiling rand_core v0.6.4
22082025-01-11T00:25:55.256Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=873553d298e635a4 -C extra-filename=-873553d298e635a4 --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-4686656331214bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092025-01-11T00:25:55.292Z Dirty jobserver v0.1.32: the rustflags changed
22102025-01-11T00:25:55.292Z Compiling jobserver v0.1.32
22112025-01-11T00:25:55.293Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=72b1c0ae15d2154c -C extra-filename=-72b1c0ae15d2154c --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122025-01-11T00:25:55.412Z Dirty syn v2.0.96: the rustflags changed
22132025-01-11T00:25:55.412Z Compiling syn v2.0.96
22142025-01-11T00:25:55.430Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=cedad3fe39d0a6dc -C extra-filename=-cedad3fe39d0a6dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152025-01-11T00:25:55.667Z Dirty cc v1.1.30: the rustflags changed
22162025-01-11T00:25:55.667Z Compiling cc v1.1.30
22172025-01-11T00:25:55.676Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=2297e04f177a75f2 -C extra-filename=-2297e04f177a75f2 --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-72b1c0ae15d2154c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182025-01-11T00:25:55.747Z Dirty generic-array v0.14.7: the rustflags changed
22192025-01-11T00:25:55.747Z Compiling generic-array v0.14.7
22202025-01-11T00:25:55.758Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=48977a83d3568803 -C extra-filename=-48977a83d3568803 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212025-01-11T00:25:55.777Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4/build-script-main`
22222025-01-11T00:25:55.882Z Dirty libm v0.2.8: the rustflags changed
22232025-01-11T00:25:55.882Z Compiling libm v0.2.8
22242025-01-11T00:25:55.922Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=bb7d76c431516a46 -C extra-filename=-bb7d76c431516a46 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252025-01-11T00:25:55.986Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=4b6951e7dbfd8f8f -C extra-filename=-4b6951e7dbfd8f8f --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:25:56.131Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803/build-script-build`
22272025-01-11T00:25:56.220Z Dirty num-traits v0.2.19: the rustflags changed
22282025-01-11T00:25:56.221Z Compiling num-traits v0.2.19
22292025-01-11T00:25:56.233Z Dirty thiserror v1.0.69: the rustflags changed
22302025-01-11T00:25:56.233Z Compiling thiserror v1.0.69
22312025-01-11T00:25:56.233Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=18a8e91f1018e70a -C extra-filename=-18a8e91f1018e70a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322025-01-11T00:25:56.250Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a10ee8adefdd5f1c -C extra-filename=-a10ee8adefdd5f1c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332025-01-11T00:25:56.271Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46/build-script-build`
22342025-01-11T00:25:56.317Z Dirty parking_lot_core v0.9.10: the rustflags changed
22352025-01-11T00:25:56.317Z Compiling parking_lot_core v0.9.10
22362025-01-11T00:25:56.331Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b958ce598dab1297 -C extra-filename=-b958ce598dab1297 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372025-01-11T00:25:56.661Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a/build-script-build`
22382025-01-11T00:25:56.921Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297/build-script-build`
22392025-01-11T00:25:56.959Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=b91e4d75cc7c3b0b -C extra-filename=-b91e4d75cc7c3b0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402025-01-11T00:25:56.968Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=85f7ecb3f7363b31 -C extra-filename=-85f7ecb3f7363b31 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412025-01-11T00:25:57.018Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c/build-script-build`
22422025-01-11T00:26:01.491Z Dirty parking_lot v0.12.3: the rustflags changed
22432025-01-11T00:26:01.491Z Compiling parking_lot v0.12.3
22442025-01-11T00:26:01.577Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=f79c6fd34a7abec0 -C extra-filename=-f79c6fd34a7abec0 --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-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-85f7ecb3f7363b31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452025-01-11T00:26:01.577Z Dirty serde_json v1.0.135: the rustflags changed
22462025-01-11T00:26:01.577Z Compiling serde_json v1.0.135
22472025-01-11T00:26:01.577Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=c79a8a5bf6cd195d -C extra-filename=-c79a8a5bf6cd195d --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-c79a8a5bf6cd195d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482025-01-11T00:26:01.577Z Dirty futures-core v0.3.31: the rustflags changed
22492025-01-11T00:26:01.577Z Compiling futures-core v0.3.31
22502025-01-11T00:26:01.579Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=15b4a62ef3693967 -C extra-filename=-15b4a62ef3693967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512025-01-11T00:26:01.580Z Dirty regex-automata v0.4.8: the rustflags changed
22522025-01-11T00:26:01.580Z Compiling regex-automata v0.4.8
22532025-01-11T00:26:01.580Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=1cec3bd77f56db17 -C extra-filename=-1cec3bd77f56db17 --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542025-01-11T00:26:01.580Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-c79a8a5bf6cd195d/build-script-build`
22552025-01-11T00:26:01.580Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b347099865a56f50 -C extra-filename=-b347099865a56f50 --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-b91e4d75cc7c3b0b.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)'`
22562025-01-11T00:26:01.580Z Dirty spin v0.9.8: the rustflags changed
22572025-01-11T00:26:01.580Z Compiling spin v0.9.8
22582025-01-11T00:26:01.581Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=0d6a5191eef2dd9a -C extra-filename=-0d6a5191eef2dd9a --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-3f6f9678b9924c1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592025-01-11T00:26:01.581Z Dirty rustix v0.38.37: the rustflags changed
22602025-01-11T00:26:01.581Z Compiling rustix v0.38.37
22612025-01-11T00:26:01.581Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --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"))' -C metadata=d3e6b90374196050 -C extra-filename=-d3e6b90374196050 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622025-01-11T00:26:01.582Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22632025-01-11T00:26:01.582Z Compiling signal-hook-registry v1.4.2
22642025-01-11T00:26:01.582Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1e8f38f4beebb57d -C extra-filename=-1e8f38f4beebb57d --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652025-01-11T00:26:01.582Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050/build-script-build`
22662025-01-11T00:26:01.724Z Dirty errno v0.3.9: the rustflags changed
22672025-01-11T00:26:01.724Z Compiling errno v0.3.9
22682025-01-11T00:26:01.724Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b78bd9fe5b9e371b -C extra-filename=-b78bd9fe5b9e371b --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692025-01-11T00:26:01.725Z Dirty fnv v1.0.7: the rustflags changed
22702025-01-11T00:26:01.725Z Compiling fnv v1.0.7
22712025-01-11T00:26:01.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=086f5ffe4a25dc54 -C extra-filename=-086f5ffe4a25dc54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722025-01-11T00:26:01.725Z Dirty foldhash v0.1.3: the rustflags changed
22732025-01-11T00:26:01.725Z Compiling foldhash v0.1.3
22742025-01-11T00:26:01.726Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4317155eba697168 -C extra-filename=-4317155eba697168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752025-01-11T00:26:01.726Z Dirty equivalent v1.0.1: the rustflags changed
22762025-01-11T00:26:01.726Z Compiling equivalent v1.0.1
22772025-01-11T00:26:01.726Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f76ef270c32b0d6 -C extra-filename=-2f76ef270c32b0d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782025-01-11T00:26:01.726Z Dirty either v1.13.0: the rustflags changed
22792025-01-11T00:26:01.726Z Compiling either v1.13.0
22802025-01-11T00:26:01.726Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-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="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=682f0202de4cb9c8 -C extra-filename=-682f0202de4cb9c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-01-11T00:26:01.726Z Dirty mio v1.0.2: the rustflags changed
22822025-01-11T00:26:01.726Z Compiling mio v1.0.2
22832025-01-11T00:26:01.726Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=df13f09366e40281 -C extra-filename=-df13f09366e40281 --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-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842025-01-11T00:26:01.726Z Dirty hashbrown v0.15.1: the rustflags changed
22852025-01-11T00:26:01.726Z Compiling hashbrown v0.15.1
22862025-01-11T00:26:01.726Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --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=0880a475818c8bc6 -C extra-filename=-0880a475818c8bc6 --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-2e7f20aac91d4cde.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-2f76ef270c32b0d6.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-4317155eba697168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872025-01-11T00:26:01.736Z Dirty socket2 v0.5.7: the rustflags changed
22882025-01-11T00:26:01.736Z Compiling socket2 v0.5.7
22892025-01-11T00:26:01.736Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=024a7c8877c9d5fd -C extra-filename=-024a7c8877c9d5fd --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902025-01-11T00:26:01.736Z Dirty lazy_static v1.5.0: the rustflags changed
22912025-01-11T00:26:01.736Z Compiling lazy_static v1.5.0
22922025-01-11T00:26:01.736Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=cc0c30b4f89d8188 -C extra-filename=-cc0c30b4f89d8188 --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-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932025-01-11T00:26:01.737Z Dirty const-oid v0.9.6: the rustflags changed
22942025-01-11T00:26:01.737Z Compiling const-oid v0.9.6
22952025-01-11T00:26:01.737Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=7c6d8f6ce55bf7b5 -C extra-filename=-7c6d8f6ce55bf7b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962025-01-11T00:26:01.737Z Dirty slab v0.4.9: the rustflags changed
22972025-01-11T00:26:01.737Z Compiling slab v0.4.9
22982025-01-11T00:26:01.737Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7d8b679e55f5d38f -C extra-filename=-7d8b679e55f5d38f --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992025-01-11T00:26:01.737Z Dirty futures-io v0.3.31: the rustflags changed
23002025-01-11T00:26:01.737Z Compiling futures-io v0.3.31
23012025-01-11T00:26:01.737Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0d0c1d18420ed0e7 -C extra-filename=-0d0c1d18420ed0e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022025-01-11T00:26:01.738Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f/build-script-build`
23032025-01-11T00:26:01.738Z Dirty cpufeatures v0.2.14: the rustflags changed
23042025-01-11T00:26:01.738Z Compiling cpufeatures v0.2.14
23052025-01-11T00:26:01.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1b13b59192a6c1bc -C extra-filename=-1b13b59192a6c1bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062025-01-11T00:26:01.738Z Dirty pkg-config v0.3.31: the rustflags changed
23072025-01-11T00:26:01.738Z Compiling pkg-config v0.3.31
23082025-01-11T00:26:01.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d7e90c200a67fff3 -C extra-filename=-d7e90c200a67fff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092025-01-11T00:26:01.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=593ca64c5dc22e65 -C extra-filename=-593ca64c5dc22e65 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:01.739Z Dirty futures-sink v0.3.31: the rustflags changed
23112025-01-11T00:26:01.739Z Compiling futures-sink v0.3.31
23122025-01-11T00:26:01.740Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=21f681dec55ed1d5 -C extra-filename=-21f681dec55ed1d5 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:01.740Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23142025-01-11T00:26:01.740Z Compiling stable_deref_trait v1.2.0
23152025-01-11T00:26:01.740Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6f7e95531580c1da -C extra-filename=-6f7e95531580c1da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162025-01-11T00:26:01.740Z Dirty iana-time-zone v0.1.61: the rustflags changed
23172025-01-11T00:26:01.740Z Compiling iana-time-zone v0.1.61
23182025-01-11T00:26:01.740Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d5293dfbc80d23ab -C extra-filename=-d5293dfbc80d23ab --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:01.743Z Dirty semver v1.0.24: the rustflags changed
23202025-01-11T00:26:01.743Z Compiling semver v1.0.24
23212025-01-11T00:26:01.743Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4330976d84028878 -C extra-filename=-4330976d84028878 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-4330976d84028878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222025-01-11T00:26:01.743Z Dirty heck v0.5.0: the rustflags changed
23232025-01-11T00:26:01.743Z Compiling heck v0.5.0
23242025-01-11T00:26:01.743Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=702249e0617a2365 -C extra-filename=-702249e0617a2365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-01-11T00:26:01.767Z Dirty pin-utils v0.1.0: the rustflags changed
23262025-01-11T00:26:01.767Z Compiling pin-utils v0.1.0
23272025-01-11T00:26:01.767Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c4b18aa76c089b05 -C extra-filename=-c4b18aa76c089b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-01-11T00:26:01.791Z Dirty futures-channel v0.3.31: the rustflags changed
23292025-01-11T00:26:01.791Z Compiling futures-channel v0.3.31
23302025-01-11T00:26:01.799Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f4bf537936a3f942 -C extra-filename=-f4bf537936a3f942 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-01-11T00:26:02.054Z Dirty futures-task v0.3.31: the rustflags changed
23322025-01-11T00:26:02.054Z Compiling futures-task v0.3.31
23332025-01-11T00:26:02.057Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=ec40fd422059f537 -C extra-filename=-ec40fd422059f537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342025-01-11T00:26:02.171Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-4330976d84028878/build-script-build`
23352025-01-11T00:26:02.212Z Dirty syn v1.0.109: the rustflags changed
23362025-01-11T00:26:02.212Z Compiling syn v1.0.109
23372025-01-11T00:26:02.215Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=edba8be794cbb348 -C extra-filename=-edba8be794cbb348 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382025-01-11T00:26:02.254Z Dirty itertools v0.10.5: the rustflags changed
23392025-01-11T00:26:02.254Z Compiling itertools v0.10.5
23402025-01-11T00:26:02.256Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=db92a402d6d3376a -C extra-filename=-db92a402d6d3376a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412025-01-11T00:26:02.283Z Dirty tracing-core v0.1.32: the rustflags changed
23422025-01-11T00:26:02.283Z Compiling tracing-core v0.1.32
23432025-01-11T00:26:02.315Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=32ae53d24b2aaea1 -C extra-filename=-32ae53d24b2aaea1 --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-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-01-11T00:26:02.359Z Dirty schemars v0.8.21: the rustflags changed
23452025-01-11T00:26:02.359Z Compiling schemars v0.8.21
23462025-01-11T00:26:02.362Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=93a2f88f9acde361 -C extra-filename=-93a2f88f9acde361 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23472025-01-11T00:26:02.395Z Dirty dyn-clone v1.0.17: the rustflags changed
23482025-01-11T00:26:02.395Z Compiling dyn-clone v1.0.17
23492025-01-11T00:26:02.398Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=320946a34e5e6631 -C extra-filename=-320946a34e5e6631 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:02.635Z Dirty glob v0.3.1: the rustflags changed
23512025-01-11T00:26:02.635Z Compiling glob v0.3.1
23522025-01-11T00:26:02.638Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-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)' --check-cfg 'cfg(feature, values())' -C metadata=dec4d7736b1aadcb -C extra-filename=-dec4d7736b1aadcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532025-01-11T00:26:02.787Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361/build-script-build`
23542025-01-11T00:26:02.829Z Dirty home v0.5.9: the rustflags changed
23552025-01-11T00:26:02.829Z Compiling home v0.5.9
23562025-01-11T00:26:02.832Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f4181d55d297293f -C extra-filename=-f4181d55d297293f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572025-01-11T00:26:02.889Z Dirty minimal-lexical v0.2.1: the rustflags changed
23582025-01-11T00:26:02.889Z Compiling minimal-lexical v0.2.1
23592025-01-11T00:26:02.892Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=514822049975a5bd -C extra-filename=-514822049975a5bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602025-01-11T00:26:02.945Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348/build-script-build`
23612025-01-11T00:26:03.031Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=aae6d1bdfaa93514 -C extra-filename=-aae6d1bdfaa93514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23622025-01-11T00:26:03.123Z Dirty writeable v0.5.5: the rustflags changed
23632025-01-11T00:26:03.123Z Compiling writeable v0.5.5
23642025-01-11T00:26:03.167Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=2b2c0bc2625b13ad -C extra-filename=-2b2c0bc2625b13ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-01-11T00:26:03.451Z Dirty synstructure v0.13.1: the rustflags changed
23662025-01-11T00:26:03.451Z Compiling synstructure v0.13.1
23672025-01-11T00:26:03.453Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=64e0fc5355ffc4cd -C extra-filename=-64e0fc5355ffc4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-01-11T00:26:03.712Z Dirty regex v1.11.1: the rustflags changed
23692025-01-11T00:26:03.712Z Compiling regex v1.11.1
23702025-01-11T00:26:03.716Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=a2e05c7d531f1f8e -C extra-filename=-a2e05c7d531f1f8e --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-0da0f4417492a9a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-01-11T00:26:03.784Z Dirty serde_derive_internals v0.29.1: the rustflags changed
23722025-01-11T00:26:03.784Z Compiling serde_derive_internals v0.29.1
23732025-01-11T00:26:03.787Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=29e32f9d5b542b64 -C extra-filename=-29e32f9d5b542b64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742025-01-11T00:26:03.814Z Dirty nom v7.1.3: the rustflags changed
23752025-01-11T00:26:03.814Z Compiling nom v7.1.3
23762025-01-11T00:26:03.854Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=1096e8633209e52a -C extra-filename=-1096e8633209e52a --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-628c83ce3f8440f3.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-514822049975a5bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-01-11T00:26:04.883Z Dirty percent-encoding v2.3.1: the rustflags changed
23782025-01-11T00:26:04.883Z Compiling percent-encoding v2.3.1
23792025-01-11T00:26:04.885Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0874bce15360e10d -C extra-filename=-0874bce15360e10d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-01-11T00:26:05.218Z Dirty litemap v0.7.3: the rustflags changed
23812025-01-11T00:26:05.218Z Compiling litemap v0.7.3
23822025-01-11T00:26:05.221Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=12d61032a7232bb3 -C extra-filename=-12d61032a7232bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832025-01-11T00:26:05.278Z Dirty clang-sys v1.8.1: the rustflags changed
23842025-01-11T00:26:05.278Z Compiling clang-sys v1.8.1
23852025-01-11T00:26:05.281Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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_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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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=9468e29ea888e2c2 -C extra-filename=-9468e29ea888e2c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862025-01-11T00:26:05.308Z Dirty vcpkg v0.2.15: the rustflags changed
23872025-01-11T00:26:05.308Z Compiling vcpkg v0.2.15
23882025-01-11T00:26:05.310Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ee8254f094605247 -C extra-filename=-ee8254f094605247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892025-01-11T00:26:05.658Z Dirty prettyplease v0.2.25: the rustflags changed
23902025-01-11T00:26:05.658Z Compiling prettyplease v0.2.25
23912025-01-11T00:26:05.661Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=57ee97ff453a716c -C extra-filename=-57ee97ff453a716c --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922025-01-11T00:26:06.078Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c/build-script-build`
23932025-01-11T00:26:06.107Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2/build-script-build`
23942025-01-11T00:26:06.146Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
23952025-01-11T00:26:06.146Z Compiling icu_locid_transform_data v1.5.0
23962025-01-11T00:26:06.150Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7957942082d8dad2 -C extra-filename=-7957942082d8dad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972025-01-11T00:26:06.178Z Dirty form_urlencoded v1.2.1: the rustflags changed
23982025-01-11T00:26:06.178Z Compiling form_urlencoded v1.2.1
23992025-01-11T00:26:06.181Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=38be6dc4a21eb4ab -C extra-filename=-38be6dc4a21eb4ab --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-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-01-11T00:26:06.280Z Dirty libloading v0.8.5: the rustflags changed
24012025-01-11T00:26:06.280Z Compiling libloading v0.8.5
24022025-01-11T00:26:06.282Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5e9c285acf763a93 -C extra-filename=-5e9c285acf763a93 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-01-11T00:26:06.556Z Dirty bindgen v0.69.5: the rustflags changed
24042025-01-11T00:26:06.556Z Compiling bindgen v0.69.5
24052025-01-11T00:26:06.558Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=54f5fc571672e0b5 -C extra-filename=-54f5fc571672e0b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062025-01-11T00:26:06.717Z Dirty icu_properties_data v1.5.0: the rustflags changed
24072025-01-11T00:26:06.717Z Compiling icu_properties_data v1.5.0
24082025-01-11T00:26:06.720Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a9bd5f6fdd433a45 -C extra-filename=-a9bd5f6fdd433a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092025-01-11T00:26:06.777Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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_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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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=d7102ae7ac96b3ce -C extra-filename=-d7102ae7ac96b3ce --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-dec4d7736b1aadcb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-5e9c285acf763a93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102025-01-11T00:26:07.033Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=e8e89b911a9eb0cc -C extra-filename=-e8e89b911a9eb0cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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)'`
24112025-01-11T00:26:07.494Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5/build-script-build`
24122025-01-11T00:26:07.541Z Dirty cexpr v0.6.0: the rustflags changed
24132025-01-11T00:26:07.541Z Compiling cexpr v0.6.0
24142025-01-11T00:26:07.544Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=47c2fe60045c9bcf -C extra-filename=-47c2fe60045c9bcf --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-1096e8633209e52a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152025-01-11T00:26:07.639Z Dirty ring v0.17.8: the rustflags changed
24162025-01-11T00:26:07.639Z Compiling ring v0.17.8
24172025-01-11T00:26:07.642Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=efa00a62cdca1d2e -C extra-filename=-efa00a62cdca1d2e --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182025-01-11T00:26:07.710Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
24192025-01-11T00:26:07.710Z Compiling icu_normalizer_data v1.5.0
24202025-01-11T00:26:07.713Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e11a27b340862ad0 -C extra-filename=-e11a27b340862ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-01-11T00:26:07.841Z Dirty utf8_iter v1.0.4: the rustflags changed
24222025-01-11T00:26:07.841Z Compiling utf8_iter v1.0.4
24232025-01-11T00:26:07.844Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5641cf8715ef0d52 -C extra-filename=-5641cf8715ef0d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-01-11T00:26:08.142Z Dirty rustc-hash v1.1.0: the rustflags changed
24252025-01-11T00:26:08.142Z Compiling rustc-hash v1.1.0
24262025-01-11T00:26:08.145Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5050d291e6f94822 -C extra-filename=-5050d291e6f94822 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:08.321Z Dirty strsim v0.11.1: the rustflags changed
24282025-01-11T00:26:08.321Z Compiling strsim v0.11.1
24292025-01-11T00:26:08.324Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f51eb3e58dfb259b -C extra-filename=-f51eb3e58dfb259b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-01-11T00:26:09.021Z Dirty utf16_iter v1.0.5: the rustflags changed
24312025-01-11T00:26:09.021Z Compiling utf16_iter v1.0.5
24322025-01-11T00:26:09.023Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=da3eb426fea5ab87 -C extra-filename=-da3eb426fea5ab87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-01-11T00:26:09.247Z Dirty lazycell v1.3.0: the rustflags changed
24342025-01-11T00:26:09.247Z Compiling lazycell v1.3.0
24352025-01-11T00:26:09.249Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=a2d4d16d95f9d7dc -C extra-filename=-a2d4d16d95f9d7dc --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:09.320Z Dirty crossbeam-utils v0.8.20: the rustflags changed
24372025-01-11T00:26:09.320Z Compiling crossbeam-utils v0.8.20
24382025-01-11T00:26:09.323Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=ad244ce700ff3deb -C extra-filename=-ad244ce700ff3deb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-01-11T00:26:09.444Z Dirty write16 v1.0.0: the rustflags changed
24402025-01-11T00:26:09.444Z Compiling write16 v1.0.0
24412025-01-11T00:26:09.446Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=bcc1c0a7a48c36bb -C extra-filename=-bcc1c0a7a48c36bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-01-11T00:26:09.476Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e/build-script-build`
24432025-01-11T00:26:09.598Z Dirty paste v1.0.15: the rustflags changed
24442025-01-11T00:26:09.598Z Compiling paste v1.0.15
24452025-01-11T00:26:09.601Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=16717b46f66bb5af -C extra-filename=-16717b46f66bb5af --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-01-11T00:26:10.023Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb/build-script-build`
24472025-01-11T00:26:10.065Z Dirty adler2 v2.0.0: the rustflags changed
24482025-01-11T00:26:10.065Z Compiling adler2 v2.0.0
24492025-01-11T00:26:10.068Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=36f35f9c7d0f7be0 -C extra-filename=-36f35f9c7d0f7be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24502025-01-11T00:26:10.206Z Dirty httparse v1.9.5: the rustflags changed
24512025-01-11T00:26:10.206Z Compiling httparse v1.9.5
24522025-01-11T00:26:10.208Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=8295f7160196729b -C extra-filename=-8295f7160196729b --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-01-11T00:26:10.269Z Dirty miniz_oxide v0.8.0: the rustflags changed
24542025-01-11T00:26:10.269Z Compiling miniz_oxide v0.8.0
24552025-01-11T00:26:10.271Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --warn=unexpected_cfgs --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' --check-cfg 'cfg(fuzzing)' -C metadata=567203bf7b54cb21 -C extra-filename=-567203bf7b54cb21 --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-36f35f9c7d0f7be0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562025-01-11T00:26:10.297Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af/build-script-build`
24572025-01-11T00:26:10.378Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=a82849320d8cb1d1 -C extra-filename=-a82849320d8cb1d1 --out-dir /work/oxidecomputer/omicron/target/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)'`
24582025-01-11T00:26:10.864Z Dirty serde_derive v1.0.217: the rustflags changed
24592025-01-11T00:26:10.864Z Compiling serde_derive v1.0.217
24602025-01-11T00:26:10.866Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1670acf8f3e88418 -C extra-filename=-1670acf8f3e88418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612025-01-11T00:26:11.106Z Dirty zeroize_derive v1.4.2: the rustflags changed
24622025-01-11T00:26:11.106Z Compiling zeroize_derive v1.4.2
24632025-01-11T00:26:11.110Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fd3d06d76dc5100a -C extra-filename=-fd3d06d76dc5100a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-01-11T00:26:11.364Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24652025-01-11T00:26:11.364Z Compiling zerocopy-derive v0.7.35
24662025-01-11T00:26:11.367Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6adb449905e47962 -C extra-filename=-6adb449905e47962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672025-01-11T00:26:11.558Z Dirty thiserror-impl v1.0.69: the rustflags changed
24682025-01-11T00:26:11.559Z Compiling thiserror-impl v1.0.69
24692025-01-11T00:26:11.561Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cf56afdff3ada4de -C extra-filename=-cf56afdff3ada4de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702025-01-11T00:26:11.874Z Dirty tokio-macros v2.4.0: the rustflags changed
24712025-01-11T00:26:11.874Z Compiling tokio-macros v2.4.0
24722025-01-11T00:26:11.877Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a64a7ebe7c32b876 -C extra-filename=-a64a7ebe7c32b876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732025-01-11T00:26:13.005Z Dirty zeroize v1.8.1: the rustflags changed
24742025-01-11T00:26:13.005Z Compiling zeroize v1.8.1
24752025-01-11T00:26:13.008Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=c0085c72c56a2684 -C extra-filename=-c0085c72c56a2684 --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-fd3d06d76dc5100a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762025-01-11T00:26:13.450Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=16e0b1122a3f1b48 -C extra-filename=-16e0b1122a3f1b48 --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-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24772025-01-11T00:26:13.733Z Dirty futures-macro v0.3.31: the rustflags changed
24782025-01-11T00:26:13.733Z Compiling futures-macro v0.3.31
24792025-01-11T00:26:13.735Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=d1a5687c9441625b -C extra-filename=-d1a5687c9441625b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802025-01-11T00:26:14.005Z Dirty zerocopy v0.7.35: the rustflags changed
24812025-01-11T00:26:14.005Z Compiling zerocopy v0.7.35
24822025-01-11T00:26:14.008Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=0b6bb73bee6c46db -C extra-filename=-0b6bb73bee6c46db --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6adb449905e47962.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832025-01-11T00:26:14.828Z Dirty crypto-common v0.1.6: the rustflags changed
24842025-01-11T00:26:14.828Z Compiling crypto-common v0.1.6
24852025-01-11T00:26:14.833Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=a236405acad79de0 -C extra-filename=-a236405acad79de0 --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-16e0b1122a3f1b48.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862025-01-11T00:26:15.109Z Dirty block-buffer v0.10.4: the rustflags changed
24872025-01-11T00:26:15.109Z Compiling block-buffer v0.10.4
24882025-01-11T00:26:15.154Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8b9a1b60a7236472 -C extra-filename=-8b9a1b60a7236472 --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-16e0b1122a3f1b48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-01-11T00:26:15.196Z Dirty zerofrom-derive v0.1.4: the rustflags changed
24902025-01-11T00:26:15.196Z Compiling zerofrom-derive v0.1.4
24912025-01-11T00:26:15.198Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6a0c7cdd78c41d15 -C extra-filename=-6a0c7cdd78c41d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-64e0fc5355ffc4cd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922025-01-11T00:26:15.270Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=af664c51b1aa6fc1 -C extra-filename=-af664c51b1aa6fc1 --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-cf56afdff3ada4de.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)'`
24932025-01-11T00:26:15.398Z Dirty digest v0.10.7: the rustflags changed
24942025-01-11T00:26:15.398Z Compiling digest v0.10.7
24952025-01-11T00:26:15.401Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=970947f9bc43ab10 -C extra-filename=-970947f9bc43ab10 --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-8b9a1b60a7236472.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a236405acad79de0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962025-01-11T00:26:15.429Z Dirty tracing-attributes v0.1.27: the rustflags changed
24972025-01-11T00:26:15.429Z Compiling tracing-attributes v0.1.27
24982025-01-11T00:26:15.433Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=e83d9bb720e5e329 -C extra-filename=-e83d9bb720e5e329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992025-01-11T00:26:15.734Z Dirty ppv-lite86 v0.2.20: the rustflags changed
25002025-01-11T00:26:15.734Z Compiling ppv-lite86 v0.2.20
25012025-01-11T00:26:15.736Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ab3c636c6982a0fd -C extra-filename=-ab3c636c6982a0fd --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-0b6bb73bee6c46db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022025-01-11T00:26:15.946Z Dirty schemars_derive v0.8.21: the rustflags changed
25032025-01-11T00:26:15.946Z Compiling schemars_derive v0.8.21
25042025-01-11T00:26:15.948Z Dirty futures-util v0.3.31: the rustflags changed
25052025-01-11T00:26:15.949Z Compiling futures-util v0.3.31
25062025-01-11T00:26:15.949Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c8a3faf3a23876f -C extra-filename=-0c8a3faf3a23876f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-29e32f9d5b542b64.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-01-11T00:26:15.972Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=f07982b6549edd79 -C extra-filename=-f07982b6549edd79 --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-d1a5687c9441625b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082025-01-11T00:26:16.717Z Dirty rand_chacha v0.3.1: the rustflags changed
25092025-01-11T00:26:16.717Z Compiling rand_chacha v0.3.1
25102025-01-11T00:26:16.724Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=1813406a01ef5164 -C extra-filename=-1813406a01ef5164 --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-ab3c636c6982a0fd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112025-01-11T00:26:17.919Z Dirty rand v0.8.5: the rustflags changed
25122025-01-11T00:26:17.919Z Compiling rand v0.8.5
25132025-01-11T00:26:17.922Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=fe476d324cafb2e3 -C extra-filename=-fe476d324cafb2e3 --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-29117e4ff36dab03.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1813406a01ef5164.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142025-01-11T00:26:19.039Z Dirty yoke-derive v0.7.4: the rustflags changed
25152025-01-11T00:26:19.039Z Compiling yoke-derive v0.7.4
25162025-01-11T00:26:19.114Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ecc4b93b7cd964fc -C extra-filename=-ecc4b93b7cd964fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-64e0fc5355ffc4cd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172025-01-11T00:26:19.269Z Dirty displaydoc v0.2.5: the rustflags changed
25182025-01-11T00:26:19.269Z Compiling displaydoc v0.2.5
25192025-01-11T00:26:19.292Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=15756e30010e84d8 -C extra-filename=-15756e30010e84d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202025-01-11T00:26:19.673Z Dirty zerovec-derive v0.10.3: the rustflags changed
25212025-01-11T00:26:19.673Z Compiling zerovec-derive v0.10.3
25222025-01-11T00:26:19.675Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f9e18b3887b75a28 -C extra-filename=-f9e18b3887b75a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232025-01-11T00:26:19.729Z Dirty tracing v0.1.40: the rustflags changed
25242025-01-11T00:26:19.729Z Compiling tracing v0.1.40
25252025-01-11T00:26:19.732Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=094351d4a666a9bf -C extra-filename=-094351d4a666a9bf --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-a2c99244b373d360.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e83d9bb720e5e329.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-32ae53d24b2aaea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262025-01-11T00:26:19.835Z Dirty zerofrom v0.1.4: the rustflags changed
25272025-01-11T00:26:19.835Z Compiling zerofrom v0.1.4
25282025-01-11T00:26:19.848Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=6967ee0ecbbaa0ba -C extra-filename=-6967ee0ecbbaa0ba --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-6a0c7cdd78c41d15.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292025-01-11T00:26:19.906Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=180a178abc10ab9a -C extra-filename=-180a178abc10ab9a --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-1670acf8f3e88418.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)'`
25302025-01-11T00:26:20.103Z Dirty icu_provider_macros v1.5.0: the rustflags changed
25312025-01-11T00:26:20.103Z Compiling icu_provider_macros v1.5.0
25322025-01-11T00:26:20.106Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a100e14c52f5467b -C extra-filename=-a100e14c52f5467b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-01-11T00:26:20.314Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b/build-script-build`
25342025-01-11T00:26:20.344Z Dirty tinyvec_macros v0.1.1: the rustflags changed
25352025-01-11T00:26:20.344Z Compiling tinyvec_macros v0.1.1
25362025-01-11T00:26:20.385Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4982b0c839feebb2 -C extra-filename=-4982b0c839feebb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-01-11T00:26:20.404Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=7559930a4f3fd1fe -C extra-filename=-7559930a4f3fd1fe --out-dir /work/oxidecomputer/omicron/target/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`
25382025-01-11T00:26:20.470Z Dirty tinyvec v1.8.0: the rustflags changed
25392025-01-11T00:26:20.470Z Compiling tinyvec v1.8.0
25402025-01-11T00:26:20.473Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e7413fa0c8eb6f0b -C extra-filename=-e7413fa0c8eb6f0b --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-4982b0c839feebb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-01-11T00:26:21.192Z Dirty block-padding v0.3.3: the rustflags changed
25422025-01-11T00:26:21.192Z Compiling block-padding v0.3.3
25432025-01-11T00:26:21.195Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b7d42d4d4dc5dd5c -C extra-filename=-b7d42d4d4dc5dd5c --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-16e0b1122a3f1b48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-01-11T00:26:21.229Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=65509bc7a12a7936 -C extra-filename=-65509bc7a12a7936 --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"))'`
25452025-01-11T00:26:21.488Z Dirty powerfmt v0.2.0: the rustflags changed
25462025-01-11T00:26:21.488Z Compiling powerfmt v0.2.0
25472025-01-11T00:26:21.492Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=94e40ca91964149b -C extra-filename=-94e40ca91964149b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482025-01-11T00:26:21.531Z Dirty num-conv v0.1.0: the rustflags changed
25492025-01-11T00:26:21.531Z Compiling num-conv v0.1.0
25502025-01-11T00:26:21.534Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c109b9a9c8f233d7 -C extra-filename=-c109b9a9c8f233d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-01-11T00:26:21.861Z Dirty atomic-waker v1.1.2: the rustflags changed
25522025-01-11T00:26:21.861Z Compiling atomic-waker v1.1.2
25532025-01-11T00:26:21.863Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=10b6fa6e98e5e04e -C extra-filename=-10b6fa6e98e5e04e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-01-11T00:26:21.991Z Dirty time-core v0.1.2: the rustflags changed
25552025-01-11T00:26:21.991Z Compiling time-core v0.1.2
25562025-01-11T00:26:21.996Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fa003117469a7882 -C extra-filename=-fa003117469a7882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-01-11T00:26:22.087Z Dirty unicode-normalization v0.1.24: the rustflags changed
25582025-01-11T00:26:22.087Z Compiling unicode-normalization v0.1.24
25592025-01-11T00:26:22.089Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ca1e9b17af3e7cbc -C extra-filename=-ca1e9b17af3e7cbc --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-e7413fa0c8eb6f0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-01-11T00:26:22.116Z Dirty deranged v0.3.11: the rustflags changed
25612025-01-11T00:26:22.116Z Compiling deranged v0.3.11
25622025-01-11T00:26:22.118Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=dbdb4213ab242975 -C extra-filename=-dbdb4213ab242975 --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-94e40ca91964149b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-01-11T00:26:22.200Z Dirty time-macros v0.2.18: the rustflags changed
25642025-01-11T00:26:22.200Z Compiling time-macros v0.2.18
25652025-01-11T00:26:22.202Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=362a2e7b94bbb09f -C extra-filename=-362a2e7b94bbb09f --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-c109b9a9c8f233d7.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-01-11T00:26:22.524Z Dirty yoke v0.7.4: the rustflags changed
25672025-01-11T00:26:22.524Z Compiling yoke v0.7.4
25682025-01-11T00:26:22.527Z Dirty inout v0.1.3: the rustflags changed
25692025-01-11T00:26:22.527Z Compiling inout v0.1.3
25702025-01-11T00:26:22.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=0b0da434c3892366 -C extra-filename=-0b0da434c3892366 --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-6f7e95531580c1da.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-ecc4b93b7cd964fc.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-6967ee0ecbbaa0ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712025-01-11T00:26:22.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=4d84c059d6435e5d -C extra-filename=-4d84c059d6435e5d --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-b7d42d4d4dc5dd5c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-16e0b1122a3f1b48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-01-11T00:26:22.663Z Dirty cmake v0.1.51: the rustflags changed
25732025-01-11T00:26:22.663Z Compiling cmake v0.1.51
25742025-01-11T00:26:22.666Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4abb57eea5816ada -C extra-filename=-4abb57eea5816ada --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-2297e04f177a75f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752025-01-11T00:26:22.724Z Dirty ahash v0.8.11: the rustflags changed
25762025-01-11T00:26:22.724Z Compiling ahash v0.8.11
25772025-01-11T00:26:22.727Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ca4dd35bd6d55561 -C extra-filename=-ca4dd35bd6d55561 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782025-01-11T00:26:22.853Z Dirty dunce v1.0.5: the rustflags changed
25792025-01-11T00:26:22.853Z Compiling dunce v1.0.5
25802025-01-11T00:26:22.856Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3e5c62976113e5f4 -C extra-filename=-3e5c62976113e5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-01-11T00:26:22.942Z Dirty zerovec v0.10.4: the rustflags changed
25822025-01-11T00:26:22.942Z Compiling zerovec v0.10.4
25832025-01-11T00:26:22.944Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=88a29a3e80c5edd6 -C extra-filename=-88a29a3e80c5edd6 --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-0b0da434c3892366.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-6967ee0ecbbaa0ba.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-f9e18b3887b75a28.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842025-01-11T00:26:23.012Z Dirty num_threads v0.1.7: the rustflags changed
25852025-01-11T00:26:23.012Z Compiling num_threads v0.1.7
25862025-01-11T00:26:23.014Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bb868be3d96725b1 -C extra-filename=-bb868be3d96725b1 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:23.156Z Dirty untrusted v0.9.0: the rustflags changed
25882025-01-11T00:26:23.156Z Compiling untrusted v0.9.0
25892025-01-11T00:26:23.159Z Dirty fs_extra v1.3.0: the rustflags changed
25902025-01-11T00:26:23.159Z Compiling fs_extra v1.3.0
25912025-01-11T00:26:23.159Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1e0d280491b15715 -C extra-filename=-1e0d280491b15715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922025-01-11T00:26:23.159Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=242258cbf285726b -C extra-filename=-242258cbf285726b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-01-11T00:26:23.224Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561/build-script-build`
25942025-01-11T00:26:23.311Z Dirty cipher v0.4.4: the rustflags changed
25952025-01-11T00:26:23.311Z Compiling cipher v0.4.4
25962025-01-11T00:26:23.314Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=a15feaebe993dc68 -C extra-filename=-a15feaebe993dc68 --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-a236405acad79de0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d84c059d6435e5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-01-11T00:26:23.365Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=2d831c09c951a940 -C extra-filename=-2d831c09c951a940 --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
25982025-01-11T00:26:23.734Z Dirty unicode-bidi v0.3.17: the rustflags changed
25992025-01-11T00:26:23.734Z Compiling unicode-bidi v0.3.17
26002025-01-11T00:26:23.737Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=89934fbd737039c3 -C extra-filename=-89934fbd737039c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-01-11T00:26:23.853Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=601eae4ebaad7560 -C extra-filename=-601eae4ebaad7560 --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-83c04ded702a2c6e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0b6bb73bee6c46db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
26022025-01-11T00:26:23.882Z Dirty sha2 v0.10.8: the rustflags changed
26032025-01-11T00:26:23.882Z Compiling sha2 v0.10.8
26042025-01-11T00:26:23.909Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=2709bb692e3ec499 -C extra-filename=-2709bb692e3ec499 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-01-11T00:26:24.170Z Dirty aws-lc-rs v1.10.0: the rustflags changed
26062025-01-11T00:26:24.170Z Compiling aws-lc-rs v1.10.0
26072025-01-11T00:26:24.173Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --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=19dac61b5d485f18 -C extra-filename=-19dac61b5d485f18 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082025-01-11T00:26:24.567Z Dirty rustls-pki-types v1.10.0: the rustflags changed
26092025-01-11T00:26:24.567Z Compiling rustls-pki-types v1.10.0
26102025-01-11T00:26:24.569Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=105280310913a105 -C extra-filename=-105280310913a105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112025-01-11T00:26:24.768Z Dirty base64ct v1.6.0: the rustflags changed
26122025-01-11T00:26:24.768Z Compiling base64ct v1.6.0
26132025-01-11T00:26:24.774Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=d4bf7869d4ee9385 -C extra-filename=-d4bf7869d4ee9385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-01-11T00:26:25.260Z Dirty tinystr v0.7.6: the rustflags changed
26152025-01-11T00:26:25.261Z Compiling tinystr v0.7.6
26162025-01-11T00:26:25.263Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=04b41db25f42afa7 -C extra-filename=-04b41db25f42afa7 --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-15756e30010e84d8.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88a29a3e80c5edd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-01-11T00:26:25.292Z Dirty icu_collections v1.5.0: the rustflags changed
26182025-01-11T00:26:25.292Z Compiling icu_collections v1.5.0
26192025-01-11T00:26:25.322Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=2452bc6ad6b56e50 -C extra-filename=-2452bc6ad6b56e50 --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-15756e30010e84d8.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-0b0da434c3892366.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-6967ee0ecbbaa0ba.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88a29a3e80c5edd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-01-11T00:26:25.390Z Dirty hmac v0.12.1: the rustflags changed
26212025-01-11T00:26:25.390Z Compiling hmac v0.12.1
26222025-01-11T00:26:25.392Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=f4fd33fab95c131e -C extra-filename=-f4fd33fab95c131e --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-970947f9bc43ab10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-01-11T00:26:25.662Z Dirty icu_locid v1.5.0: the rustflags changed
26242025-01-11T00:26:25.662Z Compiling icu_locid v1.5.0
26252025-01-11T00:26:25.664Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=b576dc27f6cb841c -C extra-filename=-b576dc27f6cb841c --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-15756e30010e84d8.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-12d61032a7232bb3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-04b41db25f42afa7.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88a29a3e80c5edd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262025-01-11T00:26:25.728Z Dirty gimli v0.31.1: the rustflags changed
26272025-01-11T00:26:25.728Z Compiling gimli v0.31.1
26282025-01-11T00:26:25.731Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=a3faa3c0c7fa0821 -C extra-filename=-a3faa3c0c7fa0821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-01-11T00:26:25.771Z Dirty object v0.36.5: the rustflags changed
26302025-01-11T00:26:25.771Z Compiling object v0.36.5
26312025-01-11T00:26:25.774Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=3423eab4a3ee376f -C extra-filename=-3423eab4a3ee376f --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-01-11T00:26:25.799Z Dirty time v0.3.36: the rustflags changed
26332025-01-11T00:26:25.799Z Compiling time v0.3.36
26342025-01-11T00:26:25.840Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e66601789c1c58db -C extra-filename=-e66601789c1c58db --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-dbdb4213ab242975.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-c109b9a9c8f233d7.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-bb868be3d96725b1.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-94e40ca91964149b.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-fa003117469a7882.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-362a2e7b94bbb09f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-01-11T00:26:26.520Z Dirty bytes v1.9.0: the rustflags changed
26362025-01-11T00:26:26.520Z Compiling bytes v1.9.0
26372025-01-11T00:26:26.523Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=9396c872bbb0813c -C extra-filename=-9396c872bbb0813c --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382025-01-11T00:26:26.881Z Dirty bitflags v2.6.0: the rustflags changed
26392025-01-11T00:26:26.881Z Compiling bitflags v2.6.0
26402025-01-11T00:26:26.884Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=c9523f7c75feac51 -C extra-filename=-c9523f7c75feac51 --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-01-11T00:26:27.344Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=cb1602aa95283441 -C extra-filename=-cb1602aa95283441 --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-ce59ac6fb623678a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.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"))'`
26422025-01-11T00:26:27.407Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --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"))' -C metadata=2ee219279da07ccc -C extra-filename=-2ee219279da07ccc --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-c9523f7c75feac51.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-b78bd9fe5b9e371b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26432025-01-11T00:26:27.649Z Dirty indexmap v2.7.0: the rustflags changed
26442025-01-11T00:26:27.649Z Compiling indexmap v2.7.0
26452025-01-11T00:26:27.653Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=70d10e378b248cb7 -C extra-filename=-70d10e378b248cb7 --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-2f76ef270c32b0d6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462025-01-11T00:26:28.016Z Dirty tokio v1.40.0: the rustflags changed
26472025-01-11T00:26:28.016Z Compiling tokio v1.40.0
26482025-01-11T00:26:28.019Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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)' --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=7c6e8a896c26f948 -C extra-filename=-7c6e8a896c26f948 --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-9396c872bbb0813c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a64a7ebe7c32b876.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-01-11T00:26:28.288Z Dirty chrono v0.4.38: the rustflags changed
26502025-01-11T00:26:28.288Z Compiling chrono v0.4.38
26512025-01-11T00:26:28.313Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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-targets"' --check-cfg 'cfg(docsrs)' --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-targets"))' -C metadata=f7ae3eefbcb18a0f -C extra-filename=-f7ae3eefbcb18a0f --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-d5293dfbc80d23ab.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-01-11T00:26:29.235Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bdb096e948605285 -C extra-filename=-bdb096e948605285 --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-180a178abc10ab9a.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)'`
26532025-01-11T00:26:30.064Z Dirty uuid v1.11.0: the rustflags changed
26542025-01-11T00:26:30.065Z Compiling uuid v1.11.0
26552025-01-11T00:26:30.067Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' --check-cfg 'cfg(uuid_unstable)' -C metadata=08b66c9e4808bcc8 -C extra-filename=-08b66c9e4808bcc8 --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-4686656331214bbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-01-11T00:26:30.713Z Dirty http v1.2.0: the rustflags changed
26572025-01-11T00:26:30.713Z Compiling http v1.2.0
26582025-01-11T00:26:30.718Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=97a2ba84faa1d873 -C extra-filename=-97a2ba84faa1d873 --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-9396c872bbb0813c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592025-01-11T00:26:31.227Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=3c1c0b07dc37c5cc -C extra-filename=-3c1c0b07dc37c5cc --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-9396c872bbb0813c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-0c8a3faf3a23876f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26602025-01-11T00:26:31.529Z Dirty icu_provider v1.5.0: the rustflags changed
26612025-01-11T00:26:31.529Z Compiling icu_provider v1.5.0
26622025-01-11T00:26:31.531Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9a5d6290a74c60fe -C extra-filename=-9a5d6290a74c60fe --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-15756e30010e84d8.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-b576dc27f6cb841c.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-a100e14c52f5467b.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-04b41db25f42afa7.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-0b0da434c3892366.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-6967ee0ecbbaa0ba.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88a29a3e80c5edd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-01-11T00:26:31.591Z Dirty which v4.4.2: the rustflags changed
26642025-01-11T00:26:31.591Z Compiling which v4.4.2
26652025-01-11T00:26:31.631Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=b508131d37b6dec0 -C extra-filename=-b508131d37b6dec0 --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-682f0202de4cb9c8.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-01-11T00:26:32.304Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=f4c3c0853bebf98d -C extra-filename=-f4c3c0853bebf98d --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-c9523f7c75feac51.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-47c2fe60045c9bcf.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-d7102ae7ac96b3ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a2d4d16d95f9d7dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-5050d291e6f94822.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-b2501e8bb1c4b8f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-b508131d37b6dec0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672025-01-11T00:26:32.332Z Dirty toml_datetime v0.6.8: the rustflags changed
26682025-01-11T00:26:32.332Z Compiling toml_datetime v0.6.8
26692025-01-11T00:26:32.345Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8ddac79a4b70b7b3 -C extra-filename=-8ddac79a4b70b7b3 --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-01-11T00:26:32.760Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26712025-01-11T00:26:32.760Z Compiling icu_locid_transform v1.5.0
26722025-01-11T00:26:32.765Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=49da4c9683d6c69a -C extra-filename=-49da4c9683d6c69a --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-15756e30010e84d8.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-b576dc27f6cb841c.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-7957942082d8dad2.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-9a5d6290a74c60fe.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-04b41db25f42afa7.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88a29a3e80c5edd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732025-01-11T00:26:32.895Z Dirty serde_spanned v0.6.8: the rustflags changed
26742025-01-11T00:26:32.895Z Compiling serde_spanned v0.6.8
26752025-01-11T00:26:32.898Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9d927fd45fc4fcaa -C extra-filename=-9d927fd45fc4fcaa --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-01-11T00:26:33.019Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26772025-01-11T00:26:33.019Z Compiling serde_tokenstream v0.2.2
26782025-01-11T00:26:33.022Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6e6e0079e090f416 -C extra-filename=-6e6e0079e090f416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-01-11T00:26:33.164Z Dirty http-body v1.0.1: the rustflags changed
26802025-01-11T00:26:33.164Z Compiling http-body v1.0.1
26812025-01-11T00:26:33.167Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=788baf5066cb8b5c -C extra-filename=-788baf5066cb8b5c --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-9396c872bbb0813c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-01-11T00:26:33.428Z Dirty addr2line v0.24.2: the rustflags changed
26832025-01-11T00:26:33.428Z Compiling addr2line v0.24.2
26842025-01-11T00:26:33.430Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=709a971c98b8890b -C extra-filename=-709a971c98b8890b --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-a3faa3c0c7fa0821.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-01-11T00:26:33.504Z Dirty base64 v0.22.1: the rustflags changed
26862025-01-11T00:26:33.504Z Compiling base64 v0.22.1
26872025-01-11T00:26:33.506Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e342ec737c4cbcc0 -C extra-filename=-e342ec737c4cbcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-01-11T00:26:33.672Z Dirty untrusted v0.7.1: the rustflags changed
26892025-01-11T00:26:33.672Z Compiling untrusted v0.7.1
26902025-01-11T00:26:33.676Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=85f9154abafa93cc -C extra-filename=-85f9154abafa93cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-01-11T00:26:33.882Z Dirty anyhow v1.0.93: the rustflags changed
26922025-01-11T00:26:33.882Z Compiling anyhow v1.0.93
26932025-01-11T00:26:33.885Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=36b59f506f157716 -C extra-filename=-36b59f506f157716 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-01-11T00:26:34.156Z Dirty icu_properties v1.5.1: the rustflags changed
26952025-01-11T00:26:34.156Z Compiling icu_properties v1.5.1
26962025-01-11T00:26:34.159Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=d4ea30c5f0825640 -C extra-filename=-d4ea30c5f0825640 --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-15756e30010e84d8.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-2452bc6ad6b56e50.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-49da4c9683d6c69a.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-a9bd5f6fdd433a45.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-9a5d6290a74c60fe.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-04b41db25f42afa7.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88a29a3e80c5edd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-01-11T00:26:34.322Z Dirty mirai-annotations v1.12.0: the rustflags changed
26982025-01-11T00:26:34.322Z Compiling mirai-annotations v1.12.0
26992025-01-11T00:26:34.325Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-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)' --check-cfg 'cfg(feature, values())' -C metadata=8aee8da451d01836 -C extra-filename=-8aee8da451d01836 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:34.374Z Dirty httpdate v1.0.3: the rustflags changed
27012025-01-11T00:26:34.374Z Compiling httpdate v1.0.3
27022025-01-11T00:26:34.377Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b628303ab060738e -C extra-filename=-b628303ab060738e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-01-11T00:26:34.541Z Dirty rustc-demangle v0.1.24: the rustflags changed
27042025-01-11T00:26:34.541Z Compiling rustc-demangle v0.1.24
27052025-01-11T00:26:34.544Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=8106a9e9660fa6bc -C extra-filename=-8106a9e9660fa6bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-01-11T00:26:34.631Z Dirty try-lock v0.2.5: the rustflags changed
27072025-01-11T00:26:34.631Z Compiling try-lock v0.2.5
27082025-01-11T00:26:34.633Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=747153f929bb83ec -C extra-filename=-747153f929bb83ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-01-11T00:26:34.814Z Dirty want v0.3.1: the rustflags changed
27102025-01-11T00:26:34.814Z Compiling want v0.3.1
27112025-01-11T00:26:34.817Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3ead3ca97a60afa1 -C extra-filename=-3ead3ca97a60afa1 --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-747153f929bb83ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122025-01-11T00:26:34.901Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716/build-script-build`
27132025-01-11T00:26:35.138Z Dirty backtrace v0.3.74: the rustflags changed
27142025-01-11T00:26:35.138Z Compiling backtrace v0.3.74
27152025-01-11T00:26:35.140Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=2ca694c8f8f1277b -C extra-filename=-2ca694c8f8f1277b --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-709a971c98b8890b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-567203bf7b54cb21.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-3423eab4a3ee376f.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-8106a9e9660fa6bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-01-11T00:26:35.223Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27172025-01-11T00:26:35.223Z Compiling pem-rfc7468 v0.7.0
27182025-01-11T00:26:35.225Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=b898a37d897096ef -C extra-filename=-b898a37d897096ef --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-d4bf7869d4ee9385.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-01-11T00:26:35.415Z Dirty openssl-sys v0.9.103: the rustflags changed
27202025-01-11T00:26:35.415Z Compiling openssl-sys v0.9.103
27212025-01-11T00:26:35.417Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=43107d9350456788 -C extra-filename=-43107d9350456788 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-43107d9350456788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-01-11T00:26:35.546Z Dirty tower-service v0.3.3: the rustflags changed
27232025-01-11T00:26:35.546Z Compiling tower-service v0.3.3
27242025-01-11T00:26:35.548Z Dirty slog v2.7.0: the rustflags changed
27252025-01-11T00:26:35.548Z Compiling slog v2.7.0
27262025-01-11T00:26:35.548Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7e201aa8f8e39e31 -C extra-filename=-7e201aa8f8e39e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272025-01-11T00:26:35.548Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=1b561724bc2e6888 -C extra-filename=-1b561724bc2e6888 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-01-11T00:26:35.701Z Dirty async-trait v0.1.83: the rustflags changed
27292025-01-11T00:26:35.701Z Compiling async-trait v0.1.83
27302025-01-11T00:26:35.704Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad3c2a9507c92ace -C extra-filename=-ad3c2a9507c92ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-01-11T00:26:36.021Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.93/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b3a11a022b1c6aa4 -C extra-filename=-b3a11a022b1c6aa4 --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-2ca694c8f8f1277b.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_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)'`
27322025-01-11T00:26:36.360Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888/build-script-build`
27332025-01-11T00:26:36.365Z Dirty mime v0.3.17: the rustflags changed
27342025-01-11T00:26:36.365Z Compiling mime v0.3.17
27352025-01-11T00:26:36.365Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=71803c34803b0cd3 -C extra-filename=-71803c34803b0cd3 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:36.736Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-43107d9350456788/build-script-main`
27372025-01-11T00:26:36.841Z Dirty tokio-util v0.7.12: the rustflags changed
27382025-01-11T00:26:36.841Z Compiling tokio-util v0.7.12
27392025-01-11T00:26:36.844Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --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=be0d86e1f1448311 -C extra-filename=-be0d86e1f1448311 --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-9396c872bbb0813c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402025-01-11T00:26:36.989Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=25d89424d82fb873 -C extra-filename=-25d89424d82fb873 --out-dir /work/oxidecomputer/omicron/target/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`
27412025-01-11T00:26:37.023Z Dirty der_derive v0.7.3: the rustflags changed
27422025-01-11T00:26:37.023Z Compiling der_derive v0.7.3
27432025-01-11T00:26:37.025Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f0831c7084a25660 -C extra-filename=-f0831c7084a25660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-01-11T00:26:37.897Z Dirty icu_normalizer v1.5.0: the rustflags changed
27452025-01-11T00:26:37.897Z Compiling icu_normalizer v1.5.0
27462025-01-11T00:26:37.900Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=cb8277884337c80f -C extra-filename=-cb8277884337c80f --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-15756e30010e84d8.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-2452bc6ad6b56e50.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-e11a27b340862ad0.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-d4ea30c5f0825640.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-9a5d6290a74c60fe.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-da3eb426fea5ab87.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-bcc1c0a7a48c36bb.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88a29a3e80c5edd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472025-01-11T00:26:38.329Z Dirty h2 v0.4.6: the rustflags changed
27482025-01-11T00:26:38.329Z Compiling h2 v0.4.6
27492025-01-11T00:26:38.331Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=488b2edc6f6ea2a1 -C extra-filename=-488b2edc6f6ea2a1 --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-10b6fa6e98e5e04e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-01-11T00:26:38.814Z Dirty flagset v0.4.6: the rustflags changed
27512025-01-11T00:26:38.814Z Compiling flagset v0.4.6
27522025-01-11T00:26:38.816Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=491b37971a78a06c -C extra-filename=-491b37971a78a06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532025-01-11T00:26:38.940Z Dirty idna_adapter v1.2.0: the rustflags changed
27542025-01-11T00:26:38.940Z Compiling idna_adapter v1.2.0
27552025-01-11T00:26:38.943Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=aae11a9fbccd9a9b -C extra-filename=-aae11a9fbccd9a9b --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-cb8277884337c80f.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-d4ea30c5f0825640.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562025-01-11T00:26:39.064Z Dirty http-body-util v0.1.2: the rustflags changed
27572025-01-11T00:26:39.064Z Compiling http-body-util v0.1.2
27582025-01-11T00:26:39.067Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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)' --check-cfg 'cfg(feature, values())' -C metadata=65f5eb13a68ec856 -C extra-filename=-65f5eb13a68ec856 --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-9396c872bbb0813c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-788baf5066cb8b5c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-01-11T00:26:39.131Z Dirty rustc_version v0.4.1: the rustflags changed
27602025-01-11T00:26:39.131Z Compiling rustc_version v0.4.1
27612025-01-11T00:26:39.134Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c06ff194dd0046c2 -C extra-filename=-c06ff194dd0046c2 --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-bdb096e948605285.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622025-01-11T00:26:39.198Z Dirty idna v1.0.3: the rustflags changed
27632025-01-11T00:26:39.198Z Compiling idna v1.0.3
27642025-01-11T00:26:39.200Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=0e1b627eb3b8e420 -C extra-filename=-0e1b627eb3b8e420 --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-aae11a9fbccd9a9b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5641cf8715ef0d52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-01-11T00:26:39.616Z Dirty pbkdf2 v0.12.2: the rustflags changed
27662025-01-11T00:26:39.616Z Compiling pbkdf2 v0.12.2
27672025-01-11T00:26:39.619Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=27a31c6284b30dda -C extra-filename=-27a31c6284b30dda --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-970947f9bc43ab10.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f4fd33fab95c131e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-01-11T00:26:39.805Z Dirty aes v0.8.4: the rustflags changed
27692025-01-11T00:26:39.805Z Compiling aes v0.8.4
27702025-01-11T00:26:39.809Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=4476fc5febc57ba1 -C extra-filename=-4476fc5febc57ba1 --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-01-11T00:26:39.853Z Dirty url v2.5.3: the rustflags changed
27722025-01-11T00:26:39.853Z Compiling url v2.5.3
27732025-01-11T00:26:39.856Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=db15f09d9418b540 -C extra-filename=-db15f09d9418b540 --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-38be6dc4a21eb4ab.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0e1b627eb3b8e420.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-01-11T00:26:39.955Z Dirty der v0.7.9: the rustflags changed
27752025-01-11T00:26:39.955Z Compiling der v0.7.9
27762025-01-11T00:26:39.959Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=6810d10f370bba08 -C extra-filename=-6810d10f370bba08 --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-7c6d8f6ce55bf7b5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-f0831c7084a25660.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-491b37971a78a06c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-01-11T00:26:39.985Z Dirty ipnet v2.10.1: the rustflags changed
27782025-01-11T00:26:39.986Z Compiling ipnet v2.10.1
27792025-01-11T00:26:39.988Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-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)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8a897554a5f2cfdc -C extra-filename=-8a897554a5f2cfdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-01-11T00:26:41.192Z Dirty rustls-pemfile v2.2.0: the rustflags changed
27812025-01-11T00:26:41.192Z Compiling rustls-pemfile v2.2.0
27822025-01-11T00:26:41.196Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=efe098e55b540637 -C extra-filename=-efe098e55b540637 --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-105280310913a105.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832025-01-11T00:26:41.322Z Dirty salsa20 v0.10.2: the rustflags changed
27842025-01-11T00:26:41.322Z Compiling salsa20 v0.10.2
27852025-01-11T00:26:41.330Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=803447afee540cc6 -C extra-filename=-803447afee540cc6 --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-a15feaebe993dc68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-01-11T00:26:41.584Z Dirty cbc v0.1.2: the rustflags changed
27872025-01-11T00:26:41.585Z Compiling cbc v0.1.2
27882025-01-11T00:26:41.596Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=ea9cfe8799224fc2 -C extra-filename=-ea9cfe8799224fc2 --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-a15feaebe993dc68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892025-01-11T00:26:41.630Z Dirty openssl v0.10.66: the rustflags changed
27902025-01-11T00:26:41.630Z Compiling openssl v0.10.66
27912025-01-11T00:26:41.633Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=740dc9174ece2744 -C extra-filename=-740dc9174ece2744 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-740dc9174ece2744 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-01-11T00:26:41.885Z Dirty rustversion v1.0.17: the rustflags changed
27932025-01-11T00:26:41.885Z Compiling rustversion v1.0.17
27942025-01-11T00:26:41.890Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0d7e3802da7f45fc -C extra-filename=-0d7e3802da7f45fc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-01-11T00:26:42.034Z Dirty foreign-types-shared v0.1.1: the rustflags changed
27962025-01-11T00:26:42.034Z Compiling foreign-types-shared v0.1.1
27972025-01-11T00:26:42.040Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4ae9624d4928c1ce -C extra-filename=-4ae9624d4928c1ce --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:42.178Z Dirty openssl-probe v0.1.5: the rustflags changed
27992025-01-11T00:26:42.178Z Compiling openssl-probe v0.1.5
28002025-01-11T00:26:42.181Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dd81080d435c4bbe -C extra-filename=-dd81080d435c4bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-01-11T00:26:42.209Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-740dc9174ece2744/build-script-build`
28022025-01-11T00:26:42.255Z Dirty spki v0.7.3: the rustflags changed
28032025-01-11T00:26:42.255Z Compiling spki v0.7.3
28042025-01-11T00:26:42.258Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=68d90a5ea494d2db -C extra-filename=-68d90a5ea494d2db --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-6810d10f370bba08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052025-01-11T00:26:42.592Z Dirty foreign-types v0.3.2: the rustflags changed
28062025-01-11T00:26:42.592Z Compiling foreign-types v0.3.2
28072025-01-11T00:26:42.595Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=65aad7686e050c4b -C extra-filename=-65aad7686e050c4b --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-4ae9624d4928c1ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-01-11T00:26:42.692Z Dirty scrypt v0.11.0: the rustflags changed
28092025-01-11T00:26:42.692Z Compiling scrypt v0.11.0
28102025-01-11T00:26:42.695Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=ba1a4414c62c6f05 -C extra-filename=-ba1a4414c62c6f05 --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-27a31c6284b30dda.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-803447afee540cc6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112025-01-11T00:26:42.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=1d5e087182987c9f -C extra-filename=-1d5e087182987c9f --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-29117e4ff36dab03.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"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'`
28122025-01-11T00:26:42.755Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28132025-01-11T00:26:42.755Z Compiling serde_urlencoded v0.7.1
28142025-01-11T00:26:42.759Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6e066c9832cf5e40 -C extra-filename=-6e066c9832cf5e40 --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-38be6dc4a21eb4ab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-01-11T00:26:42.782Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc/build-script-build`
28162025-01-11T00:26:42.866Z Dirty futures-executor v0.3.31: the rustflags changed
28172025-01-11T00:26:42.866Z Compiling futures-executor v0.3.31
28182025-01-11T00:26:42.869Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=bb156e4648aba580 -C extra-filename=-bb156e4648aba580 --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-15b4a62ef3693967.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-01-11T00:26:43.333Z Dirty openssl-macros v0.1.1: the rustflags changed
28202025-01-11T00:26:43.333Z Compiling openssl-macros v0.1.1
28212025-01-11T00:26:43.337Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1e6a48a2fbe05789 -C extra-filename=-1e6a48a2fbe05789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-01-11T00:26:43.363Z Dirty encoding_rs v0.8.34: the rustflags changed
28232025-01-11T00:26:43.363Z Compiling encoding_rs v0.8.34
28242025-01-11T00:26:43.366Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=70175fab1ccacbea -C extra-filename=-70175fab1ccacbea --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252025-01-11T00:26:43.502Z Dirty rustls v0.23.19: the rustflags changed
28262025-01-11T00:26:43.502Z Compiling rustls v0.23.19
28272025-01-11T00:26:43.506Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ecf2e39c447d1e80 -C extra-filename=-ecf2e39c447d1e80 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-ecf2e39c447d1e80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282025-01-11T00:26:43.551Z Dirty camino v1.1.9: the rustflags changed
28292025-01-11T00:26:43.551Z Compiling camino v1.1.9
28302025-01-11T00:26:43.554Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=21823301989abe72 -C extra-filename=-21823301989abe72 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312025-01-11T00:26:43.865Z Dirty futures v0.3.31: the rustflags changed
28322025-01-11T00:26:43.865Z Compiling futures v0.3.31
28332025-01-11T00:26:43.869Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=5e76835fbbdb4a96 -C extra-filename=-5e76835fbbdb4a96 --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-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-bb156e4648aba580.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-01-11T00:26:44.027Z Dirty pkcs5 v0.7.1: the rustflags changed
28352025-01-11T00:26:44.027Z Compiling pkcs5 v0.7.1
28362025-01-11T00:26:44.030Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=ca422722d0800d4f -C extra-filename=-ca422722d0800d4f --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-4476fc5febc57ba1.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ea9cfe8799224fc2.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6810d10f370bba08.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-27a31c6284b30dda.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-ba1a4414c62c6f05.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-68d90a5ea494d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372025-01-11T00:26:44.204Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=544be2dde67464e7 -C extra-filename=-544be2dde67464e7 --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"))'`
28382025-01-11T00:26:44.250Z Dirty openapiv3 v2.0.0: the rustflags changed
28392025-01-11T00:26:44.250Z Compiling openapiv3 v2.0.0
28402025-01-11T00:26:44.253Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=ab51948006c48bbb -C extra-filename=-ab51948006c48bbb --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-70d10e378b248cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412025-01-11T00:26:44.316Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72/build-script-build`
28422025-01-11T00:26:44.377Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=ad405f717f12782e -C extra-filename=-ad405f717f12782e --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-c9523f7c75feac51.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-1e6a48a2fbe05789.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.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"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'`
28432025-01-11T00:26:44.412Z Dirty winnow v0.6.20: the rustflags changed
28442025-01-11T00:26:44.412Z Compiling winnow v0.6.20
28452025-01-11T00:26:44.415Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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' '--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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=6e9433d0d0d5932c -C extra-filename=-6e9433d0d0d5932c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-01-11T00:26:45.335Z Dirty native-tls v0.2.12: the rustflags changed
28472025-01-11T00:26:45.335Z Compiling native-tls v0.2.12
28482025-01-11T00:26:45.338Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=527a3d84177c8990 -C extra-filename=-527a3d84177c8990 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492025-01-11T00:26:45.776Z Dirty hyper v1.5.0: the rustflags changed
28502025-01-11T00:26:45.776Z Compiling hyper v1.5.0
28512025-01-11T00:26:45.779Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=e3130b5fe4f73a5b -C extra-filename=-e3130b5fe4f73a5b --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-9396c872bbb0813c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-488b2edc6f6ea2a1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-788baf5066cb8b5c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-3ead3ca97a60afa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522025-01-11T00:26:45.806Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990/build-script-build`
28532025-01-11T00:26:45.850Z Dirty pkcs8 v0.10.2: the rustflags changed
28542025-01-11T00:26:45.853Z Compiling pkcs8 v0.10.2
28552025-01-11T00:26:45.854Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=4b99c76d8213f970 -C extra-filename=-4b99c76d8213f970 --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-6810d10f370bba08.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-ca422722d0800d4f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-68d90a5ea494d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-01-11T00:26:46.695Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=913a8bb524140659 -C extra-filename=-913a8bb524140659 --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-180a178abc10ab9a.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)'`
28572025-01-11T00:26:47.813Z Dirty cookie v0.18.1: the rustflags changed
28582025-01-11T00:26:47.813Z Compiling cookie v0.18.1
28592025-01-11T00:26:47.817Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=09f8dc1bc7b07af5 -C extra-filename=-09f8dc1bc7b07af5 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602025-01-11T00:26:48.074Z Dirty utf8parse v0.2.2: the rustflags changed
28612025-01-11T00:26:48.074Z Compiling utf8parse v0.2.2
28622025-01-11T00:26:48.077Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=6f3e25e7cc201eae -C extra-filename=-6f3e25e7cc201eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-01-11T00:26:48.199Z Dirty data-encoding v2.6.0: the rustflags changed
28642025-01-11T00:26:48.199Z Compiling data-encoding v2.6.0
28652025-01-11T00:26:48.202Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b3a3d8d3edcc003a -C extra-filename=-b3a3d8d3edcc003a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662025-01-11T00:26:48.265Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5/build-script-build`
28672025-01-11T00:26:48.357Z Dirty idna v0.3.0: the rustflags changed
28682025-01-11T00:26:48.357Z Compiling idna v0.3.0
28692025-01-11T00:26:48.360Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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)' --check-cfg 'cfg(feature, values())' -C metadata=1fdebc8d3d00eecf -C extra-filename=-1fdebc8d3d00eecf --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702025-01-11T00:26:48.593Z Dirty hyper-util v0.1.10: the rustflags changed
28712025-01-11T00:26:48.594Z Compiling hyper-util v0.1.10
28722025-01-11T00:26:48.598Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=297d14e0a52c89ac -C extra-filename=-297d14e0a52c89ac --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-9396c872bbb0813c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-788baf5066cb8b5c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-01-11T00:26:48.832Z Dirty is-terminal v0.4.13: the rustflags changed
28742025-01-11T00:26:48.832Z Compiling is-terminal v0.4.13
28752025-01-11T00:26:48.835Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=df36d71ac9df22f7 -C extra-filename=-df36d71ac9df22f7 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762025-01-11T00:26:48.985Z Dirty unicode-width v0.1.14: the rustflags changed
28772025-01-11T00:26:48.985Z Compiling unicode-width v0.1.14
28782025-01-11T00:26:48.989Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=6f7bee780039a0b9 -C extra-filename=-6f7bee780039a0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-01-11T00:26:49.522Z Dirty winnow v0.5.40: the rustflags changed
28802025-01-11T00:26:49.522Z Compiling winnow v0.5.40
28812025-01-11T00:26:49.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c00e47ede8d84e42 -C extra-filename=-c00e47ede8d84e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-01-11T00:26:49.555Z Dirty psl-types v2.0.11: the rustflags changed
28832025-01-11T00:26:49.555Z Compiling psl-types v2.0.11
28842025-01-11T00:26:49.586Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9ba679d9131670da -C extra-filename=-9ba679d9131670da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-01-11T00:26:49.782Z Dirty publicsuffix v2.2.3: the rustflags changed
28862025-01-11T00:26:49.782Z Compiling publicsuffix v2.2.3
28872025-01-11T00:26:49.830Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=db356629c40dd0cd -C extra-filename=-db356629c40dd0cd --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-1fdebc8d3d00eecf.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-9ba679d9131670da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-01-11T00:26:50.088Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=10113f7b36e29269 -C extra-filename=-10113f7b36e29269 --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-0874bce15360e10d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-01-11T00:26:50.147Z Dirty webpki-roots v0.26.6: the rustflags changed
28902025-01-11T00:26:50.148Z Compiling webpki-roots v0.26.6
28912025-01-11T00:26:50.152Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a678b63728af3191 -C extra-filename=-a678b63728af3191 --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-105280310913a105.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922025-01-11T00:26:50.272Z Dirty idna v0.5.0: the rustflags changed
28932025-01-11T00:26:50.272Z Compiling idna v0.5.0
28942025-01-11T00:26:50.275Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=251e599054c51ec1 -C extra-filename=-251e599054c51ec1 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952025-01-11T00:26:50.387Z Dirty sha1 v0.10.6: the rustflags changed
28962025-01-11T00:26:50.388Z Compiling sha1 v0.10.6
28972025-01-11T00:26:50.391Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=941c8535218c6f45 -C extra-filename=-941c8535218c6f45 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-01-11T00:26:50.750Z Dirty ucd-trie v0.1.7: the rustflags changed
28992025-01-11T00:26:50.750Z Compiling ucd-trie v0.1.7
29002025-01-11T00:26:50.791Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4c18e325ffeaca11 -C extra-filename=-4c18e325ffeaca11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-01-11T00:26:50.867Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=4baf9d20ff4c4225 -C extra-filename=-4baf9d20ff4c4225 --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-a2c99244b373d360.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.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`
29022025-01-11T00:26:51.218Z Dirty heck v0.4.1: the rustflags changed
29032025-01-11T00:26:51.218Z Compiling heck v0.4.1
29042025-01-11T00:26:51.221Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=dd99b89daf0c34d1 -C extra-filename=-dd99b89daf0c34d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-01-11T00:26:51.433Z Dirty tokio-native-tls v0.3.1: the rustflags changed
29062025-01-11T00:26:51.434Z Compiling tokio-native-tls v0.3.1
29072025-01-11T00:26:51.437Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=a6731c88443680a3 -C extra-filename=-a6731c88443680a3 --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-4baf9d20ff4c4225.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29082025-01-11T00:26:51.541Z Dirty anstyle v1.0.10: the rustflags changed
29092025-01-11T00:26:51.541Z Compiling anstyle v1.0.10
29102025-01-11T00:26:51.544Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2570a634c4322755 -C extra-filename=-2570a634c4322755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-01-11T00:26:51.785Z Dirty hyper-tls v0.6.0: the rustflags changed
29122025-01-11T00:26:51.785Z Compiling hyper-tls v0.6.0
29132025-01-11T00:26:51.787Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=d9bc4ada735e4f0e -C extra-filename=-d9bc4ada735e4f0e --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-9396c872bbb0813c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4baf9d20ff4c4225.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a6731c88443680a3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29142025-01-11T00:26:51.816Z Dirty cookie_store v0.21.0: the rustflags changed
29152025-01-11T00:26:51.816Z Compiling cookie_store v0.21.0
29162025-01-11T00:26:51.822Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=062b6cc8ff4daf81 -C extra-filename=-062b6cc8ff4daf81 --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-10113f7b36e29269.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-251e599054c51ec1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-db356629c40dd0cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172025-01-11T00:26:51.950Z Dirty pest v2.7.14: the rustflags changed
29182025-01-11T00:26:51.951Z Compiling pest v2.7.14
29192025-01-11T00:26:51.954Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=aa0c25034fe146f9 -C extra-filename=-aa0c25034fe146f9 --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-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-4c18e325ffeaca11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202025-01-11T00:26:52.027Z Dirty sync_wrapper v1.0.1: the rustflags changed
29212025-01-11T00:26:52.027Z Compiling sync_wrapper v1.0.1
29222025-01-11T00:26:52.030Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=a463a25eb929f3db -C extra-filename=-a463a25eb929f3db --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-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-01-11T00:26:52.057Z Dirty dirs-sys-next v0.1.2: the rustflags changed
29242025-01-11T00:26:52.057Z Compiling dirs-sys-next v0.1.2
29252025-01-11T00:26:52.061Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9f04d49ba7c0903e -C extra-filename=-9f04d49ba7c0903e --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-01-11T00:26:52.212Z Dirty siphasher v0.3.11: the rustflags changed
29272025-01-11T00:26:52.212Z Compiling siphasher v0.3.11
29282025-01-11T00:26:52.215Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=752bae3711125b75 -C extra-filename=-752bae3711125b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-01-11T00:26:52.246Z Dirty toml_edit v0.22.22: the rustflags changed
29302025-01-11T00:26:52.247Z Compiling toml_edit v0.22.22
29312025-01-11T00:26:52.250Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=576dc811a81a17fc -C extra-filename=-576dc811a81a17fc --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-70d10e378b248cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-9d927fd45fc4fcaa.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8ddac79a4b70b7b3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-01-11T00:26:52.642Z Dirty dirs-next v2.0.0: the rustflags changed
29332025-01-11T00:26:52.643Z Compiling dirs-next v2.0.0
29342025-01-11T00:26:52.646Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f538736e7c271869 -C extra-filename=-f538736e7c271869 --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-83c04ded702a2c6e.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-9f04d49ba7c0903e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-01-11T00:26:52.763Z Dirty scroll_derive v0.12.0: the rustflags changed
29362025-01-11T00:26:52.764Z Compiling scroll_derive v0.12.0
29372025-01-11T00:26:52.767Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c9bba7bf9790021c -C extra-filename=-c9bba7bf9790021c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-01-11T00:26:52.869Z Dirty term v0.7.0: the rustflags changed
29392025-01-11T00:26:52.869Z Compiling term v0.7.0
29402025-01-11T00:26:52.872Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ce7f22be8feb1ed4 -C extra-filename=-ce7f22be8feb1ed4 --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-f538736e7c271869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-01-11T00:26:53.497Z Dirty toml_edit v0.19.15: the rustflags changed
29422025-01-11T00:26:53.497Z Compiling toml_edit v0.19.15
29432025-01-11T00:26:53.500Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=008c88988592656d -C extra-filename=-008c88988592656d --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-70d10e378b248cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-9d927fd45fc4fcaa.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8ddac79a4b70b7b3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-c00e47ede8d84e42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-01-11T00:26:53.701Z Dirty anstyle-parse v0.2.5: the rustflags changed
29452025-01-11T00:26:53.701Z Compiling anstyle-parse v0.2.5
29462025-01-11T00:26:53.704Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=80718bdc04606c4c -C extra-filename=-80718bdc04606c4c --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-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472025-01-11T00:26:53.802Z Dirty signature v2.2.0: the rustflags changed
29482025-01-11T00:26:53.802Z Compiling signature v2.2.0
29492025-01-11T00:26:53.805Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=323b26ced2f457c1 -C extra-filename=-323b26ced2f457c1 --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-970947f9bc43ab10.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-01-11T00:26:54.085Z Dirty plain v0.2.3: the rustflags changed
29512025-01-11T00:26:54.085Z Compiling plain v0.2.3
29522025-01-11T00:26:54.088Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b3026b0ae92178ee -C extra-filename=-b3026b0ae92178ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-01-11T00:26:54.132Z Dirty anstyle-query v1.1.1: the rustflags changed
29542025-01-11T00:26:54.132Z Compiling anstyle-query v1.1.1
29552025-01-11T00:26:54.135Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a319d2d9e2760af3 -C extra-filename=-a319d2d9e2760af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-01-11T00:26:54.283Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29572025-01-11T00:26:54.283Z Compiling is_terminal_polyfill v1.70.1
29582025-01-11T00:26:54.286Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=1e0b3e5a5cad323d -C extra-filename=-1e0b3e5a5cad323d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-01-11T00:26:54.313Z Dirty colorchoice v1.0.2: the rustflags changed
29602025-01-11T00:26:54.313Z Compiling colorchoice v1.0.2
29612025-01-11T00:26:54.317Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1cd35efaf6fa98f3 -C extra-filename=-1cd35efaf6fa98f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-01-11T00:26:54.447Z Dirty anstream v0.6.15: the rustflags changed
29632025-01-11T00:26:54.447Z Compiling anstream v0.6.15
29642025-01-11T00:26:54.450Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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=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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=eb985488c64e24bc -C extra-filename=-eb985488c64e24bc --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-2570a634c4322755.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-80718bdc04606c4c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-a319d2d9e2760af3.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-1cd35efaf6fa98f3.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-1e0b3e5a5cad323d.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-01-11T00:26:54.486Z Dirty terminal_size v0.4.0: the rustflags changed
29662025-01-11T00:26:54.486Z Compiling terminal_size v0.4.0
29672025-01-11T00:26:54.491Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dab6f600284a165a -C extra-filename=-dab6f600284a165a --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-2ee219279da07ccc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682025-01-11T00:26:54.518Z Dirty usdt-impl v0.5.0: the rustflags changed
29692025-01-11T00:26:54.518Z Compiling usdt-impl v0.5.0
29702025-01-11T00:26:54.518Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=9d1175e175a05cf8 -C extra-filename=-9d1175e175a05cf8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-01-11T00:26:54.550Z Dirty pest_meta v2.7.14: the rustflags changed
29722025-01-11T00:26:54.550Z Compiling pest_meta v2.7.14
29732025-01-11T00:26:54.582Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=cd0a6a23fc9aaf69 -C extra-filename=-cd0a6a23fc9aaf69 --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-4fac8a596e09fa80.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-aa0c25034fe146f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-01-11T00:26:54.724Z Dirty scroll v0.12.0: the rustflags changed
29752025-01-11T00:26:54.724Z Compiling scroll v0.12.0
29762025-01-11T00:26:54.727Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=0d512077d22fc723 -C extra-filename=-0d512077d22fc723 --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-c9bba7bf9790021c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-01-11T00:26:54.954Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29782025-01-11T00:26:54.954Z Compiling unicode-segmentation v1.12.0
29792025-01-11T00:26:54.961Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=fa2869c7751ea7ea -C extra-filename=-fa2869c7751ea7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-01-11T00:26:55.100Z Dirty clap_lex v0.7.2: the rustflags changed
29812025-01-11T00:26:55.100Z Compiling clap_lex v0.7.2
29822025-01-11T00:26:55.103Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.2/src/lib.rs --error-format=json --json=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::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_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=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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8773480578da46bb -C extra-filename=-8773480578da46bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-01-11T00:26:55.241Z Dirty goblin v0.8.2: the rustflags changed
29842025-01-11T00:26:55.241Z Compiling goblin v0.8.2
29852025-01-11T00:26:55.244Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=6bb5c547ec89c3d5 -C extra-filename=-6bb5c547ec89c3d5 --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-a2c99244b373d360.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-b3026b0ae92178ee.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-0d512077d22fc723.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-01-11T00:26:55.333Z Dirty pretty-hex v0.4.1: the rustflags changed
29872025-01-11T00:26:55.334Z Compiling pretty-hex v0.4.1
29882025-01-11T00:26:55.337Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b110af5685252111 -C extra-filename=-b110af5685252111 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:26:55.596Z Dirty clap_builder v4.5.21: the rustflags changed
29902025-01-11T00:26:55.596Z Compiling clap_builder v4.5.21
29912025-01-11T00:26:55.601Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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=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)' --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=c80083d0c58db2d1 -C extra-filename=-c80083d0c58db2d1 --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-eb985488c64e24bc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-2570a634c4322755.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8773480578da46bb.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-dab6f600284a165a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-01-11T00:26:55.687Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8/build-script-build`
29932025-01-11T00:26:55.867Z Dirty pest_generator v2.7.14: the rustflags changed
29942025-01-11T00:26:55.867Z Compiling pest_generator v2.7.14
29952025-01-11T00:26:55.887Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e20bd27d76d5c86d -C extra-filename=-e20bd27d76d5c86d --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-aa0c25034fe146f9.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-cd0a6a23fc9aaf69.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962025-01-11T00:26:55.897Z Dirty clap_derive v4.5.18: the rustflags changed
29972025-01-11T00:26:55.898Z Compiling clap_derive v4.5.18
29982025-01-11T00:26:55.904Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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=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::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)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=ff5774b065dd2c13 -C extra-filename=-ff5774b065dd2c13 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992025-01-11T00:26:58.119Z Dirty thread-id v4.2.2: the rustflags changed
30002025-01-11T00:26:58.120Z Compiling thread-id v4.2.2
30012025-01-11T00:26:58.123Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d8ef8cd3b9c399ec -C extra-filename=-d8ef8cd3b9c399ec --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022025-01-11T00:26:58.262Z Dirty crc32fast v1.4.2: the rustflags changed
30032025-01-11T00:26:58.262Z Compiling crc32fast v1.4.2
30042025-01-11T00:26:58.286Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=149352a4a9602637 -C extra-filename=-149352a4a9602637 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-01-11T00:26:58.650Z Dirty base16ct v0.2.0: the rustflags changed
30062025-01-11T00:26:58.650Z Compiling base16ct v0.2.0
30072025-01-11T00:26:58.652Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=2a65e2ab151e09a4 -C extra-filename=-2a65e2ab151e09a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-01-11T00:26:59.021Z Dirty sec1 v0.7.3: the rustflags changed
30092025-01-11T00:26:59.021Z Compiling sec1 v0.7.3
30102025-01-11T00:26:59.024Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=51b140600e3fe3e4 -C extra-filename=-51b140600e3fe3e4 --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-2a65e2ab151e09a4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6810d10f370bba08.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-16e0b1122a3f1b48.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4b99c76d8213f970.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-01-11T00:26:59.656Z Dirty toml v0.8.19: the rustflags changed
30122025-01-11T00:26:59.656Z Compiling toml v0.8.19
30132025-01-11T00:26:59.659Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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=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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=564fec884ffe0cad -C extra-filename=-564fec884ffe0cad --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-180a178abc10ab9a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-9d927fd45fc4fcaa.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8ddac79a4b70b7b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142025-01-11T00:26:59.947Z Dirty pest_derive v2.7.14: the rustflags changed
30152025-01-11T00:26:59.947Z Compiling pest_derive v2.7.14
30162025-01-11T00:26:59.951Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e38abcf3fe501174 -C extra-filename=-e38abcf3fe501174 --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-aa0c25034fe146f9.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-e20bd27d76d5c86d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-01-11T00:27:01.016Z Dirty dtrace-parser v0.2.0: the rustflags changed
30182025-01-11T00:27:01.016Z Compiling dtrace-parser v0.2.0
30192025-01-11T00:27:01.020Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=880f43f34f980840 -C extra-filename=-880f43f34f980840 --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-aa0c25034fe146f9.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-e38abcf3fe501174.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-01-11T00:27:01.185Z Dirty num-integer v0.1.46: the rustflags changed
30212025-01-11T00:27:01.185Z Compiling num-integer v0.1.46
30222025-01-11T00:27:01.188Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=57ea22489f9eb50c -C extra-filename=-57ea22489f9eb50c --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-01-11T00:27:01.415Z Dirty clap v4.5.21: the rustflags changed
30242025-01-11T00:27:01.415Z Compiling clap v4.5.21
30252025-01-11T00:27:01.418Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=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)' --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-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=cd669ed48aca8873 -C extra-filename=-cd669ed48aca8873 --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-c80083d0c58db2d1.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-ff5774b065dd2c13.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-01-11T00:27:01.521Z Dirty dof v0.3.0: the rustflags changed
30272025-01-11T00:27:01.521Z Compiling dof v0.3.0
30282025-01-11T00:27:01.523Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=17fb15abb8f89d61 -C extra-filename=-17fb15abb8f89d61 --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-6bb5c547ec89c3d5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0b6bb73bee6c46db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-01-11T00:27:01.574Z Dirty ff v0.13.0: the rustflags changed
30302025-01-11T00:27:01.575Z Compiling ff v0.13.0
30312025-01-11T00:27:01.577Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=f4b6060c124612c9 -C extra-filename=-f4b6060c124612c9 --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-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-01-11T00:27:01.849Z Dirty group v0.13.0: the rustflags changed
30332025-01-11T00:27:01.849Z Compiling group v0.13.0
30342025-01-11T00:27:01.853Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=4fbad1c3541d47a4 -C extra-filename=-4fbad1c3541d47a4 --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-f4b6060c124612c9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-01-11T00:27:01.914Z Dirty hkdf v0.12.4: the rustflags changed
30362025-01-11T00:27:01.914Z Compiling hkdf v0.12.4
30372025-01-11T00:27:01.917Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=c1aca83c05869c81 -C extra-filename=-c1aca83c05869c81 --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-f4fd33fab95c131e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-01-11T00:27:02.040Z Dirty crypto-bigint v0.5.5: the rustflags changed
30392025-01-11T00:27:02.040Z Compiling crypto-bigint v0.5.5
30402025-01-11T00:27:02.043Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=05c08513a22de82c -C extra-filename=-05c08513a22de82c --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-16e0b1122a3f1b48.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-01-11T00:27:02.220Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30422025-01-11T00:27:02.220Z Compiling crossbeam-epoch v0.9.18
30432025-01-11T00:27:02.223Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=4004ba72e88035e1 -C extra-filename=-4004ba72e88035e1 --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-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-01-11T00:27:02.238Z Dirty bitflags v1.3.2: the rustflags changed
30452025-01-11T00:27:02.238Z Compiling bitflags v1.3.2
30462025-01-11T00:27:02.241Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=6ed2929a91f42350 -C extra-filename=-6ed2929a91f42350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-01-11T00:27:02.368Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=61314ee9b73dea67 -C extra-filename=-61314ee9b73dea67 --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-42c8c764cb4293aa.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-17fb15abb8f89d61.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-880f43f34f980840.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d8ef8cd3b9c399ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30482025-01-11T00:27:03.028Z Dirty utf-8 v0.7.6: the rustflags changed
30492025-01-11T00:27:03.028Z Compiling utf-8 v0.7.6
30502025-01-11T00:27:03.032Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=04c785dde2a4d077 -C extra-filename=-04c785dde2a4d077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512025-01-11T00:27:03.379Z Dirty static_assertions v1.1.0: the rustflags changed
30522025-01-11T00:27:03.379Z Compiling static_assertions v1.1.0
30532025-01-11T00:27:03.383Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4838cc47d8ef8586 -C extra-filename=-4838cc47d8ef8586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542025-01-11T00:27:03.409Z Dirty rayon-core v1.12.1: the rustflags changed
30552025-01-11T00:27:03.409Z Compiling rayon-core v1.12.1
30562025-01-11T00:27:03.411Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=735992bd41e2f418 -C extra-filename=-735992bd41e2f418 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-01-11T00:27:03.512Z Dirty hex v0.4.3: the rustflags changed
30582025-01-11T00:27:03.512Z Compiling hex v0.4.3
30592025-01-11T00:27:03.515Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=37591c1c0a35415a -C extra-filename=-37591c1c0a35415a --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602025-01-11T00:27:03.783Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418/build-script-build`
30612025-01-11T00:27:03.824Z Dirty crossbeam-channel v0.5.13: the rustflags changed
30622025-01-11T00:27:03.824Z Compiling crossbeam-channel v0.5.13
30632025-01-11T00:27:03.827Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9a55828e5a47f28b -C extra-filename=-9a55828e5a47f28b --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-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642025-01-11T00:27:03.867Z Dirty memmap v0.7.0: the rustflags changed
30652025-01-11T00:27:03.867Z Compiling memmap v0.7.0
30662025-01-11T00:27:03.869Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=11383b656df02ff6 -C extra-filename=-11383b656df02ff6 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-01-11T00:27:04.067Z Dirty thread_local v1.1.8: the rustflags changed
30682025-01-11T00:27:04.067Z Compiling thread_local v1.1.8
30692025-01-11T00:27:04.072Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=feb16cbec536af1b -C extra-filename=-feb16cbec536af1b --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-83c04ded702a2c6e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702025-01-11T00:27:04.199Z Dirty bit-vec v0.6.3: the rustflags changed
30712025-01-11T00:27:04.199Z Compiling bit-vec v0.6.3
30722025-01-11T00:27:04.202Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=cb08cab83165003f -C extra-filename=-cb08cab83165003f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-01-11T00:27:04.271Z Dirty slog-async v2.8.0: the rustflags changed
30742025-01-11T00:27:04.271Z Compiling slog-async v2.8.0
30752025-01-11T00:27:04.275Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=b2c8ed0240dd9ea1 -C extra-filename=-b2c8ed0240dd9ea1 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762025-01-11T00:27:04.680Z Dirty bit-set v0.5.3: the rustflags changed
30772025-01-11T00:27:04.680Z Compiling bit-set v0.5.3
30782025-01-11T00:27:04.717Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1499c911902a6a96 -C extra-filename=-1499c911902a6a96 --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-cb08cab83165003f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-01-11T00:27:04.723Z Dirty crossbeam-deque v0.8.5: the rustflags changed
30802025-01-11T00:27:04.723Z Compiling crossbeam-deque v0.8.5
30812025-01-11T00:27:04.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=53a12c4e61a5bfee -C extra-filename=-53a12c4e61a5bfee --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-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-01-11T00:27:04.922Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1/build-script-build`
30832025-01-11T00:27:04.998Z Dirty num-iter v0.1.45: the rustflags changed
30842025-01-11T00:27:04.998Z Compiling num-iter v0.1.45
30852025-01-11T00:27:05.024Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=2d51c30d8a79f52c -C extra-filename=-2d51c30d8a79f52c --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862025-01-11T00:27:05.029Z Dirty flate2 v1.0.34: the rustflags changed
30872025-01-11T00:27:05.029Z Compiling flate2 v1.0.34
30882025-01-11T00:27:05.031Z Dirty curve25519-dalek v4.1.3: the rustflags changed
30892025-01-11T00:27:05.031Z Compiling curve25519-dalek v4.1.3
30902025-01-11T00:27:05.031Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --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=26a811491049a3a2 -C extra-filename=-26a811491049a3a2 --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-149352a4a9602637.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-567203bf7b54cb21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912025-01-11T00:27:05.031Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=1588f2c8e1438243 -C extra-filename=-1588f2c8e1438243 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-1588f2c8e1438243 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06ff194dd0046c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-01-11T00:27:05.087Z Dirty rustls v0.22.4: the rustflags changed
30932025-01-11T00:27:05.087Z Compiling rustls v0.22.4
30942025-01-11T00:27:05.092Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=105a1bc17f8a3481 -C extra-filename=-105a1bc17f8a3481 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952025-01-11T00:27:05.207Z Dirty take_mut v0.2.2: the rustflags changed
30962025-01-11T00:27:05.207Z Compiling take_mut v0.2.2
30972025-01-11T00:27:05.210Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8aaf7e3320c05f60 -C extra-filename=-8aaf7e3320c05f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982025-01-11T00:27:05.410Z Dirty elliptic-curve v0.13.8: the rustflags changed
30992025-01-11T00:27:05.410Z Compiling elliptic-curve v0.13.8
31002025-01-11T00:27:05.410Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=7522bda0fa89575d -C extra-filename=-7522bda0fa89575d --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-2a65e2ab151e09a4.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-05c08513a22de82c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-16e0b1122a3f1b48.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c1aca83c05869c81.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4b99c76d8213f970.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-51b140600e3fe3e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-01-11T00:27:05.464Z Dirty num-bigint-dig v0.8.4: the rustflags changed
31022025-01-11T00:27:05.464Z Compiling num-bigint-dig v0.8.4
31032025-01-11T00:27:05.466Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=601bed912dc37f75 -C extra-filename=-601bed912dc37f75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042025-01-11T00:27:05.499Z Dirty match_cfg v0.1.0: the rustflags changed
31052025-01-11T00:27:05.500Z Compiling match_cfg v0.1.0
31062025-01-11T00:27:05.502Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=bb2dcccd970205f1 -C extra-filename=-bb2dcccd970205f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-01-11T00:27:05.630Z Dirty hostname v0.3.1: the rustflags changed
31082025-01-11T00:27:05.630Z Compiling hostname v0.3.1
31092025-01-11T00:27:05.632Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a2f119589b8c1fe0 -C extra-filename=-a2f119589b8c1fe0 --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-29117e4ff36dab03.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bb2dcccd970205f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102025-01-11T00:27:05.819Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-1588f2c8e1438243/build-script-build`
31112025-01-11T00:27:05.874Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75/build-script-build`
31122025-01-11T00:27:05.918Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481/build-script-build`
31132025-01-11T00:27:05.947Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=d3cfaa7747ffa7e5 -C extra-filename=-d3cfaa7747ffa7e5 --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-9a55828e5a47f28b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-8aaf7e3320c05f60.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31142025-01-11T00:27:05.972Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=0db1bb5fe7723ef4 -C extra-filename=-0db1bb5fe7723ef4 --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-53a12c4e61a5bfee.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-01-11T00:27:06.002Z Dirty slog-term v2.9.1: the rustflags changed
31162025-01-11T00:27:06.002Z Compiling slog-term v2.9.1
31172025-01-11T00:27:06.004Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=ff2df2b76a1cf1a1 -C extra-filename=-ff2df2b76a1cf1a1 --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-df36d71ac9df22f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-feb16cbec536af1b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182025-01-11T00:27:06.065Z Dirty toml v0.7.8: the rustflags changed
31192025-01-11T00:27:06.065Z Compiling toml v0.7.8
31202025-01-11T00:27:06.076Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=b6fbc30e8bd72608 -C extra-filename=-b6fbc30e8bd72608 --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-180a178abc10ab9a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-9d927fd45fc4fcaa.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8ddac79a4b70b7b3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-008c88988592656d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-01-11T00:27:06.340Z Dirty phf_shared v0.11.2: the rustflags changed
31222025-01-11T00:27:06.340Z Compiling phf_shared v0.11.2
31232025-01-11T00:27:06.343Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a7eca61a1c7ae2ae -C extra-filename=-a7eca61a1c7ae2ae --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-752bae3711125b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-01-11T00:27:06.415Z Dirty usdt-macro v0.5.0: the rustflags changed
31252025-01-11T00:27:06.415Z Compiling usdt-macro v0.5.0
31262025-01-11T00:27:06.440Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=5214ae1dd9e77ec7 -C extra-filename=-5214ae1dd9e77ec7 --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-880f43f34f980840.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-61314ee9b73dea67.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272025-01-11T00:27:06.787Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31282025-01-11T00:27:06.787Z Compiling usdt-attr-macro v0.5.0
31292025-01-11T00:27:06.789Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=6cbdb9d56041e972 -C extra-filename=-6cbdb9d56041e972 --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-880f43f34f980840.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-61314ee9b73dea67.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-01-11T00:27:07.273Z Dirty rfc6979 v0.4.0: the rustflags changed
31312025-01-11T00:27:07.273Z Compiling rfc6979 v0.4.0
31322025-01-11T00:27:07.275Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ccc3ada37f143b30 -C extra-filename=-ccc3ada37f143b30 --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-f4fd33fab95c131e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332025-01-11T00:27:07.413Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31342025-01-11T00:27:07.413Z Compiling curve25519-dalek-derive v0.1.1
31352025-01-11T00:27:07.416Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2656e3ee760cf06a -C extra-filename=-2656e3ee760cf06a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-01-11T00:27:07.498Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31372025-01-11T00:27:07.498Z Compiling zerocopy-derive v0.6.6
31382025-01-11T00:27:07.516Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=884c6478e9576c6a -C extra-filename=-884c6478e9576c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392025-01-11T00:27:07.894Z Dirty bstr v1.10.0: the rustflags changed
31402025-01-11T00:27:07.894Z Compiling bstr v1.10.0
31412025-01-11T00:27:07.896Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=a50dd529fc113091 -C extra-filename=-a50dd529fc113091 --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-628c83ce3f8440f3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-01-11T00:27:07.923Z Dirty managed v0.8.0: the rustflags changed
31432025-01-11T00:27:07.923Z Compiling managed v0.8.0
31442025-01-11T00:27:07.925Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=0a48528787edc64f -C extra-filename=-0a48528787edc64f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452025-01-11T00:27:08.382Z Dirty fixedbitset v0.4.2: the rustflags changed
31462025-01-11T00:27:08.382Z Compiling fixedbitset v0.4.2
31472025-01-11T00:27:08.382Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3993d879d3735a13 -C extra-filename=-3993d879d3735a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-01-11T00:27:08.424Z Dirty signal-hook v0.3.17: the rustflags changed
31492025-01-11T00:27:08.424Z Compiling signal-hook v0.3.17
31502025-01-11T00:27:08.426Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=fc5ab04dae0ea983 -C extra-filename=-fc5ab04dae0ea983 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-01-11T00:27:08.530Z Dirty ecdsa v0.16.9: the rustflags changed
31522025-01-11T00:27:08.530Z Compiling ecdsa v0.16.9
31532025-01-11T00:27:08.533Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=4b7559d67d750d80 -C extra-filename=-4b7559d67d750d80 --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-6810d10f370bba08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-ccc3ada37f143b30.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-323b26ced2f457c1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-68d90a5ea494d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-01-11T00:27:08.758Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983/build-script-build`
31552025-01-11T00:27:08.801Z Dirty petgraph v0.6.5: the rustflags changed
31562025-01-11T00:27:08.801Z Compiling petgraph v0.6.5
31572025-01-11T00:27:08.805Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=8f9345d77cc6d9c7 -C extra-filename=-8f9345d77cc6d9c7 --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-3993d879d3735a13.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-01-11T00:27:08.864Z Dirty usdt v0.5.0: the rustflags changed
31592025-01-11T00:27:08.864Z Compiling usdt v0.5.0
31602025-01-11T00:27:08.867Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=4ba99c0f34bd0f31 -C extra-filename=-4ba99c0f34bd0f31 --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-17fb15abb8f89d61.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-880f43f34f980840.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-6bb5c547ec89c3d5.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-11383b656df02ff6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6cbdb9d56041e972.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-61314ee9b73dea67.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-5214ae1dd9e77ec7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612025-01-11T00:27:08.894Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=ab498a41c5cdf6d8 -C extra-filename=-ab498a41c5cdf6d8 --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-42c8c764cb4293aa.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-b91e4d75cc7c3b0b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31622025-01-11T00:27:09.116Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=4e2a9fb83105b6b4 -C extra-filename=-4e2a9fb83105b6b4 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-2656e3ee760cf06a.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.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"'`
31632025-01-11T00:27:09.430Z Dirty phf_shared v0.10.0: the rustflags changed
31642025-01-11T00:27:09.430Z Compiling phf_shared v0.10.0
31652025-01-11T00:27:09.433Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=298bfd7f9859128c -C extra-filename=-298bfd7f9859128c --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-752bae3711125b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-01-11T00:27:09.480Z Dirty pkcs1 v0.7.5: the rustflags changed
31672025-01-11T00:27:09.480Z Compiling pkcs1 v0.7.5
31682025-01-11T00:27:09.484Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=6489097f94c9b5b5 -C extra-filename=-6489097f94c9b5b5 --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-6810d10f370bba08.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4b99c76d8213f970.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-68d90a5ea494d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-01-11T00:27:09.671Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
31702025-01-11T00:27:09.671Z Compiling bzip2-sys v0.1.11+1.0.8
31712025-01-11T00:27:09.674Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=9e910239512007f0 -C extra-filename=-9e910239512007f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722025-01-11T00:27:09.899Z Dirty multer v3.1.0: the rustflags changed
31732025-01-11T00:27:09.899Z Compiling multer v3.1.0
31742025-01-11T00:27:09.902Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a7ceeb8288b20219 -C extra-filename=-a7ceeb8288b20219 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-01-11T00:27:09.940Z Dirty zerocopy v0.6.6: the rustflags changed
31762025-01-11T00:27:09.940Z Compiling zerocopy v0.6.6
31772025-01-11T00:27:09.943Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=0868845a2b8d615b -C extra-filename=-0868845a2b8d615b --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-42c8c764cb4293aa.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-884c6478e9576c6a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-01-11T00:27:10.273Z Dirty precomputed-hash v0.1.1: the rustflags changed
31792025-01-11T00:27:10.273Z Compiling precomputed-hash v0.1.1
31802025-01-11T00:27:10.276Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8f83a3e4b96fb09c -C extra-filename=-8f83a3e4b96fb09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-01-11T00:27:10.324Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
31822025-01-11T00:27:10.324Z Compiling new_debug_unreachable v1.0.6
31832025-01-11T00:27:10.326Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5fe1dee17d377a9d -C extra-filename=-5fe1dee17d377a9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-01-11T00:27:10.420Z Dirty unicode-xid v0.2.6: the rustflags changed
31852025-01-11T00:27:10.420Z Compiling unicode-xid v0.2.6
31862025-01-11T00:27:10.423Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=32fa34c4898bea28 -C extra-filename=-32fa34c4898bea28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-01-11T00:27:10.457Z Dirty string_cache v0.8.7: the rustflags changed
31882025-01-11T00:27:10.457Z Compiling string_cache v0.8.7
31892025-01-11T00:27:10.460Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.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="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=91537ff9f0410e38 -C extra-filename=-91537ff9f0410e38 --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-5fe1dee17d377a9d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-298bfd7f9859128c.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-8f83a3e4b96fb09c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-01-11T00:27:10.532Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0/build-script-build`
31912025-01-11T00:27:10.626Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219/build-script-build`
31922025-01-11T00:27:10.717Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=957acfcff7c72c94 -C extra-filename=-957acfcff7c72c94 --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-29117e4ff36dab03.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-01-11T00:27:10.837Z Dirty ed25519 v2.2.3: the rustflags changed
31942025-01-11T00:27:10.837Z Compiling ed25519 v2.2.3
31952025-01-11T00:27:10.840Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=bbc59f79174d3505 -C extra-filename=-bbc59f79174d3505 --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-4b99c76d8213f970.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-323b26ced2f457c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-01-11T00:27:10.967Z Dirty slog-json v2.6.1: the rustflags changed
31972025-01-11T00:27:10.967Z Compiling slog-json v2.6.1
31982025-01-11T00:27:10.969Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=55a72e999c775d4c -C extra-filename=-55a72e999c775d4c --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-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-01-11T00:27:11.415Z Dirty hubpack_derive v0.1.1: the rustflags changed
32002025-01-11T00:27:11.416Z Compiling hubpack_derive v0.1.1
32012025-01-11T00:27:11.418Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fe897d8259b6965e -C extra-filename=-fe897d8259b6965e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-01-11T00:27:11.862Z Dirty rsa v0.9.6: the rustflags changed
32032025-01-11T00:27:11.862Z Compiling rsa v0.9.6
32042025-01-11T00:27:11.865Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=229710da42ba9e10 -C extra-filename=-229710da42ba9e10 --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-7c6d8f6ce55bf7b5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-ab498a41c5cdf6d8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6489097f94c9b5b5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4b99c76d8213f970.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-323b26ced2f457c1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-68d90a5ea494d2db.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-01-11T00:27:11.912Z Dirty async-stream-impl v0.3.6: the rustflags changed
32062025-01-11T00:27:11.912Z Compiling async-stream-impl v0.3.6
32072025-01-11T00:27:11.915Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=934878114de95ba4 -C extra-filename=-934878114de95ba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082025-01-11T00:27:12.673Z Dirty debug-ignore v1.0.5: the rustflags changed
32092025-01-11T00:27:12.673Z Compiling debug-ignore v1.0.5
32102025-01-11T00:27:12.675Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8617a6d6bd6b63dc -C extra-filename=-8617a6d6bd6b63dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112025-01-11T00:27:12.864Z Dirty quick-error v1.2.3: the rustflags changed
32122025-01-11T00:27:12.864Z Compiling quick-error v1.2.3
32132025-01-11T00:27:12.866Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9b78d3889dfe2c56 -C extra-filename=-9b78d3889dfe2c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-01-11T00:27:12.936Z Dirty hubpack v0.1.2: the rustflags changed
32152025-01-11T00:27:12.936Z Compiling hubpack v0.1.2
32162025-01-11T00:27:12.938Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bbff58834b9f2ac6 -C extra-filename=-bbff58834b9f2ac6 --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-fe897d8259b6965e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172025-01-11T00:27:13.040Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=f0f893e3a8030517 -C extra-filename=-f0f893e3a8030517 --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-29117e4ff36dab03.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-f7ea44e4a6d36c20/out/lib -l static=bz2`
32182025-01-11T00:27:13.159Z Dirty slog-bunyan v2.5.0: the rustflags changed
32192025-01-11T00:27:13.159Z Compiling slog-bunyan v2.5.0
32202025-01-11T00:27:13.162Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=8b350d0403c8d928 -C extra-filename=-8b350d0403c8d928 --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-a2f119589b8c1fe0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-55a72e999c775d4c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212025-01-11T00:27:13.204Z Dirty ed25519-dalek v2.1.1: the rustflags changed
32222025-01-11T00:27:13.204Z Compiling ed25519-dalek v2.1.1
32232025-01-11T00:27:13.207Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=894d62fecbcf3238 -C extra-filename=-894d62fecbcf3238 --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-4e2a9fb83105b6b4.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-bbc59f79174d3505.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-323b26ced2f457c1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-01-11T00:27:13.431Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=abd8adb250abc07d -C extra-filename=-abd8adb250abc07d --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-9396c872bbb0813c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70175fab1ccacbea.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252025-01-11T00:27:13.474Z Dirty x509-cert v0.2.5: the rustflags changed
32262025-01-11T00:27:13.474Z Compiling x509-cert v0.2.5
32272025-01-11T00:27:13.477Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=03a591e9d10ecb0e -C extra-filename=-03a591e9d10ecb0e --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-7c6d8f6ce55bf7b5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6810d10f370bba08.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-68d90a5ea494d2db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282025-01-11T00:27:13.557Z Dirty async-stream v0.3.6: the rustflags changed
32292025-01-11T00:27:13.557Z Compiling async-stream v0.3.6
32302025-01-11T00:27:13.574Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=70ef9e9718608afe -C extra-filename=-70ef9e9718608afe --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-934878114de95ba4.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312025-01-11T00:27:13.900Z Dirty heapless v0.7.17: the rustflags changed
32322025-01-11T00:27:13.900Z Compiling heapless v0.7.17
32332025-01-11T00:27:13.904Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=42bd3c2ab227e775 -C extra-filename=-42bd3c2ab227e775 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-42bd3c2ab227e775 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06ff194dd0046c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-01-11T00:27:14.468Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32352025-01-11T00:27:14.468Z Compiling serde_path_to_error v0.1.16
32362025-01-11T00:27:14.470Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c6475cb19208148 -C extra-filename=-8c6475cb19208148 --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-ce59ac6fb623678a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372025-01-11T00:27:14.580Z Dirty idna v0.4.0: the rustflags changed
32382025-01-11T00:27:14.580Z Compiling idna v0.4.0
32392025-01-11T00:27:14.582Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=55bd67f3d2a78017 -C extra-filename=-55bd67f3d2a78017 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-01-11T00:27:14.611Z Dirty waitgroup v0.1.2: the rustflags changed
32412025-01-11T00:27:14.611Z Compiling waitgroup v0.1.2
32422025-01-11T00:27:14.613Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8e2e95346c1a6057 -C extra-filename=-8e2e95346c1a6057 --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-10b6fa6e98e5e04e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-01-11T00:27:14.862Z Dirty enum-as-inner v0.6.1: the rustflags changed
32442025-01-11T00:27:14.862Z Compiling enum-as-inner v0.6.1
32452025-01-11T00:27:14.864Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a23bce9509a34208 -C extra-filename=-a23bce9509a34208 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-01-11T00:27:15.403Z Dirty hostname v0.4.0: the rustflags changed
32472025-01-11T00:27:15.403Z Compiling hostname v0.4.0
32482025-01-11T00:27:15.408Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f507ca3c838c2022 -C extra-filename=-f507ca3c838c2022 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-01-11T00:27:15.711Z Dirty dropshot v0.12.0: the rustflags changed
32502025-01-11T00:27:15.711Z Compiling dropshot v0.12.0
32512025-01-11T00:27:15.715Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=bfb3e9851b33fd34 -C extra-filename=-bfb3e9851b33fd34 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-01-11T00:27:16.106Z Dirty newtype-uuid v1.1.3: the rustflags changed
32532025-01-11T00:27:16.106Z Compiling newtype-uuid v1.1.3
32542025-01-11T00:27:16.109Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=d4d103b0f0e58bec -C extra-filename=-d4d103b0f0e58bec --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-d4d103b0f0e58bec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-01-11T00:27:16.184Z Dirty lalrpop-util v0.19.12: the rustflags changed
32562025-01-11T00:27:16.184Z Compiling lalrpop-util v0.19.12
32572025-01-11T00:27:16.188Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=45ab90acb7045a6c -C extra-filename=-45ab90acb7045a6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582025-01-11T00:27:16.353Z Dirty hickory-proto v0.24.1: the rustflags changed
32592025-01-11T00:27:16.353Z Compiling hickory-proto v0.24.1
32602025-01-11T00:27:16.356Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-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="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --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=ca9ebe60bf77bd4b -C extra-filename=-ca9ebe60bf77bd4b --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-ad3c2a9507c92ace.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a23bce9509a34208.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-55bd67f3d2a78017.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-01-11T00:27:16.492Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-d4d103b0f0e58bec/build-script-build`
32622025-01-11T00:27:16.535Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34/build-script-build`
32632025-01-11T00:27:16.566Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-42bd3c2ab227e775/build-script-build`
32642025-01-11T00:27:16.650Z Dirty bzip2 v0.4.4: the rustflags changed
32652025-01-11T00:27:16.650Z Compiling bzip2 v0.4.4
32662025-01-11T00:27:16.653Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=196dc5499806c930 -C extra-filename=-196dc5499806c930 --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-f0f893e3a8030517.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.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-f7ea44e4a6d36c20/out/lib`
32672025-01-11T00:27:16.680Z Dirty signal-hook-mio v0.2.4: the rustflags changed
32682025-01-11T00:27:16.680Z Compiling signal-hook-mio v0.2.4
32692025-01-11T00:27:16.713Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=3164eb40efefb860 -C extra-filename=-3164eb40efefb860 --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-29117e4ff36dab03.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702025-01-11T00:27:16.883Z Dirty console v0.15.8: the rustflags changed
32712025-01-11T00:27:16.884Z Compiling console v0.15.8
32722025-01-11T00:27:16.886Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=8134fd228889b755 -C extra-filename=-8134fd228889b755 --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-cc0c30b4f89d8188.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-01-11T00:27:17.107Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
32742025-01-11T00:27:17.107Z Compiling dropshot_endpoint v0.12.0
32752025-01-11T00:27:17.110Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 '--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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=54282316c228c755 -C extra-filename=-54282316c228c755 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-01-11T00:27:17.610Z Dirty hash32 v0.2.1: the rustflags changed
32772025-01-11T00:27:17.610Z Compiling hash32 v0.2.1
32782025-01-11T00:27:17.635Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b2c2ee0baa69c758 -C extra-filename=-b2c2ee0baa69c758 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792025-01-11T00:27:18.047Z Dirty predicates-core v1.0.8: the rustflags changed
32802025-01-11T00:27:18.047Z Compiling predicates-core v1.0.8
32812025-01-11T00:27:18.071Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3792c8ca0d3316fb -C extra-filename=-3792c8ca0d3316fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-01-11T00:27:18.433Z Dirty unicode-properties v0.1.3: the rustflags changed
32832025-01-11T00:27:18.433Z Compiling unicode-properties v0.1.3
32842025-01-11T00:27:18.436Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=01bbe37fab499ffc -C extra-filename=-01bbe37fab499ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-01-11T00:27:18.466Z Dirty smoltcp v0.9.1: the rustflags changed
32862025-01-11T00:27:18.467Z Compiling smoltcp v0.9.1
32872025-01-11T00:27:18.470Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=eaf06ec35fb0f3f6 -C extra-filename=-eaf06ec35fb0f3f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882025-01-11T00:27:18.651Z Dirty linked-hash-map v0.5.6: the rustflags changed
32892025-01-11T00:27:18.651Z Compiling linked-hash-map v0.5.6
32902025-01-11T00:27:18.653Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=2ec92d436f325154 -C extra-filename=-2ec92d436f325154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912025-01-11T00:27:18.884Z Dirty portable-atomic v1.9.0: the rustflags changed
32922025-01-11T00:27:18.885Z Compiling portable-atomic v1.9.0
32932025-01-11T00:27:18.887Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.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=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' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --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)' -C metadata=341e2d88661b2df5 -C extra-filename=-341e2d88661b2df5 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-01-11T00:27:19.073Z Dirty lru-cache v0.1.2: the rustflags changed
32952025-01-11T00:27:19.073Z Compiling lru-cache v0.1.2
32962025-01-11T00:27:19.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=595a021380915588 -C extra-filename=-595a021380915588 --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-2ec92d436f325154.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-01-11T00:27:19.302Z Dirty stringprep v0.1.5: the rustflags changed
32982025-01-11T00:27:19.303Z Compiling stringprep v0.1.5
32992025-01-11T00:27:19.305Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e3e9a79b46122381 -C extra-filename=-e3e9a79b46122381 --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-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-01bbe37fab499ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-01-11T00:27:19.305Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6/build-script-build`
33012025-01-11T00:27:19.370Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=a2f471dc9ff054ea -C extra-filename=-a2f471dc9ff054ea --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-b2c2ee0baa69c758.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33022025-01-11T00:27:20.084Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5/build-script-build`
33032025-01-11T00:27:20.179Z Dirty crossterm v0.28.1: the rustflags changed
33042025-01-11T00:27:20.179Z Compiling crossterm v0.28.1
33052025-01-11T00:27:20.182Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=0f0f8db60f90e45b -C extra-filename=-0f0f8db60f90e45b --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-c9523f7c75feac51.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3164eb40efefb860.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062025-01-11T00:27:20.648Z Dirty similar v2.6.0: the rustflags changed
33072025-01-11T00:27:20.649Z Compiling similar v2.6.0
33082025-01-11T00:27:20.652Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-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="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=0c1c5c94fbdfb275 -C extra-filename=-0c1c5c94fbdfb275 --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-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33092025-01-11T00:27:20.652Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=4cc1d74c80ff992c -C extra-filename=-4cc1d74c80ff992c --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-a50dd529fc113091.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102025-01-11T00:27:20.704Z Dirty rayon v1.10.0: the rustflags changed
33112025-01-11T00:27:20.704Z Compiling rayon v1.10.0
33122025-01-11T00:27:20.706Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=3f23d9fc9686fb30 -C extra-filename=-3f23d9fc9686fb30 --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-682f0202de4cb9c8.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-0db1bb5fe7723ef4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132025-01-11T00:27:21.012Z Dirty tokio-stream v0.1.16: the rustflags changed
33142025-01-11T00:27:21.012Z Compiling tokio-stream v0.1.16
33152025-01-11T00:27:21.014Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=35fee733ce397f1f -C extra-filename=-35fee733ce397f1f --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-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162025-01-11T00:27:22.132Z Dirty md-5 v0.10.6: the rustflags changed
33172025-01-11T00:27:22.132Z Compiling md-5 v0.10.6
33182025-01-11T00:27:22.135Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=5203c1d60cab03c6 -C extra-filename=-5203c1d60cab03c6 --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-83c04ded702a2c6e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192025-01-11T00:27:22.268Z Dirty float-cmp v0.9.0: the rustflags changed
33202025-01-11T00:27:22.268Z Compiling float-cmp v0.9.0
33212025-01-11T00:27:22.271Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-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 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=92b550af93228901 -C extra-filename=-92b550af93228901 --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222025-01-11T00:27:22.437Z Dirty fs-err v2.11.0: the rustflags changed
33232025-01-11T00:27:22.437Z Compiling fs-err v2.11.0
33242025-01-11T00:27:22.440Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7383362fb50e7943 -C extra-filename=-7383362fb50e7943 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-01-11T00:27:22.505Z Dirty fallible-iterator v0.2.0: the rustflags changed
33262025-01-11T00:27:22.505Z Compiling fallible-iterator v0.2.0
33272025-01-11T00:27:22.507Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3d7a20ee911c56e0 -C extra-filename=-3d7a20ee911c56e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-01-11T00:27:22.832Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33292025-01-11T00:27:22.832Z Compiling normalize-line-endings v0.3.0
33302025-01-11T00:27:22.839Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=67ae7e642ca9a97d -C extra-filename=-67ae7e642ca9a97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312025-01-11T00:27:22.989Z Dirty difflib v0.4.0: the rustflags changed
33322025-01-11T00:27:22.989Z Compiling difflib v0.4.0
33332025-01-11T00:27:22.992Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8af0412057ffdac6 -C extra-filename=-8af0412057ffdac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-01-11T00:27:23.292Z Dirty postgres-protocol v0.6.7: the rustflags changed
33352025-01-11T00:27:23.292Z Compiling postgres-protocol v0.6.7
33362025-01-11T00:27:23.294Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=dc360da1bbcc6f48 -C extra-filename=-dc360da1bbcc6f48 --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-e342ec737c4cbcc0.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f4fd33fab95c131e.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-5203c1d60cab03c6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e3e9a79b46122381.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-01-11T00:27:23.322Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943/build-script-build`
33382025-01-11T00:27:23.496Z Dirty predicates v3.1.2: the rustflags changed
33392025-01-11T00:27:23.496Z Compiling predicates v3.1.2
33402025-01-11T00:27:23.499Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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::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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=176eac0973f64c24 -C extra-filename=-176eac0973f64c24 --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-2570a634c4322755.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-8af0412057ffdac6.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-92b550af93228901.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-67ae7e642ca9a97d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3792c8ca0d3316fb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412025-01-11T00:27:23.851Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=77ba04e3d1147661 -C extra-filename=-77ba04e3d1147661 --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-a2f471dc9ff054ea.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422025-01-11T00:27:24.142Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-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 --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' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --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)' -C metadata=c180f8693c3af431 -C extra-filename=-c180f8693c3af431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_pre_llvm_19 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-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_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,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_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,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","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'`
33432025-01-11T00:27:24.770Z Dirty zip v0.6.6: the rustflags changed
33442025-01-11T00:27:24.770Z Compiling zip v0.6.6
33452025-01-11T00:27:24.774Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=faafd5e37a001aad -C extra-filename=-faafd5e37a001aad --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-42c8c764cb4293aa.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-196dc5499806c930.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.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-f7ea44e4a6d36c20/out/lib`
33462025-01-11T00:27:24.800Z Dirty resolv-conf v0.7.0: the rustflags changed
33472025-01-11T00:27:24.800Z Compiling resolv-conf v0.7.0
33482025-01-11T00:27:24.803Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=63ea28681f3d0e2a -C extra-filename=-63ea28681f3d0e2a --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-a2f119589b8c1fe0.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-01-11T00:27:25.405Z Dirty phf v0.11.2: the rustflags changed
33502025-01-11T00:27:25.405Z Compiling phf v0.11.2
33512025-01-11T00:27:25.407Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=65e2155ffe51f9ae -C extra-filename=-65e2155ffe51f9ae --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-a7eca61a1c7ae2ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-01-11T00:27:25.599Z Dirty tungstenite v0.24.0: the rustflags changed
33532025-01-11T00:27:25.599Z Compiling tungstenite v0.24.0
33542025-01-11T00:27:25.603Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-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="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --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=7fb560466dcdeebe -C extra-filename=-7fb560466dcdeebe --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-01-11T00:27:25.667Z Dirty strum_macros v0.25.3: the rustflags changed
33562025-01-11T00:27:25.667Z Compiling strum_macros v0.25.3
33572025-01-11T00:27:25.670Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=000bac6ff85687d4 -C extra-filename=-000bac6ff85687d4 --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-01-11T00:27:25.763Z Dirty serde-big-array v0.5.1: the rustflags changed
33592025-01-11T00:27:25.763Z Compiling serde-big-array v0.5.1
33602025-01-11T00:27:25.766Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2defee99dfce9983 -C extra-filename=-2defee99dfce9983 --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-01-11T00:27:25.858Z Dirty serde_repr v0.1.19: the rustflags changed
33622025-01-11T00:27:25.858Z Compiling serde_repr v0.1.19
33632025-01-11T00:27:25.861Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d09c1ff9ba31b2d7 -C extra-filename=-d09c1ff9ba31b2d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-01-11T00:27:26.029Z Dirty number_prefix v0.4.0: the rustflags changed
33652025-01-11T00:27:26.029Z Compiling number_prefix v0.4.0
33662025-01-11T00:27:26.031Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=271237945e22f618 -C extra-filename=-271237945e22f618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-01-11T00:27:26.109Z Dirty peg-runtime v0.8.3: the rustflags changed
33682025-01-11T00:27:26.109Z Compiling peg-runtime v0.8.3
33692025-01-11T00:27:26.112Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=fb8d126bde10d148 -C extra-filename=-fb8d126bde10d148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702025-01-11T00:27:26.267Z Dirty unicode-width v0.2.0: the rustflags changed
33712025-01-11T00:27:26.268Z Compiling unicode-width v0.2.0
33722025-01-11T00:27:26.271Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=5772c0a5d46e4d7f -C extra-filename=-5772c0a5d46e4d7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-01-11T00:27:26.299Z Dirty hickory-resolver v0.24.1: the rustflags changed
33742025-01-11T00:27:26.299Z Compiling hickory-resolver v0.24.1
33752025-01-11T00:27:26.299Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-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="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("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=161b6c2ee379e8e2 -C extra-filename=-161b6c2ee379e8e2 --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-83c04ded702a2c6e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-63ea28681f3d0e2a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-01-11T00:27:26.854Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
33772025-01-11T00:27:26.854Z Compiling tokio-tungstenite v0.24.0
33782025-01-11T00:27:26.857Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-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="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --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=a0fa5322f1e41b3e -C extra-filename=-a0fa5322f1e41b3e --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-f07982b6549edd79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7fb560466dcdeebe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792025-01-11T00:27:26.882Z Dirty indicatif v0.17.9: the rustflags changed
33802025-01-11T00:27:26.883Z Compiling indicatif v0.17.9
33812025-01-11T00:27:26.883Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=a6230886ca5ec2bd -C extra-filename=-a6230886ca5ec2bd --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-8134fd228889b755.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-271237945e22f618.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-c180f8693c3af431.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5772c0a5d46e4d7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-01-11T00:27:27.318Z Dirty postgres-types v0.2.8: the rustflags changed
33832025-01-11T00:27:27.318Z Compiling postgres-types v0.2.8
33842025-01-11T00:27:27.321Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-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="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)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "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-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=6e1a232e148cf51b -C extra-filename=-6e1a232e148cf51b --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-9396c872bbb0813c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-dc360da1bbcc6f48.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-01-11T00:27:27.412Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=6975f33614d06a79 -C extra-filename=-6975f33614d06a79 --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-7c6e8a896c26f948.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)'`
33862025-01-11T00:27:27.444Z Dirty derive-where v1.2.7: the rustflags changed
33872025-01-11T00:27:27.444Z Compiling derive-where v1.2.7
33882025-01-11T00:27:27.444Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=5ada18420a1c841d -C extra-filename=-5ada18420a1c841d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892025-01-11T00:27:28.214Z Dirty whoami v1.5.2: the rustflags changed
33902025-01-11T00:27:28.214Z Compiling whoami v1.5.2
33912025-01-11T00:27:28.231Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=f844697b7d647f35 -C extra-filename=-f844697b7d647f35 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:27:28.349Z Compiling hashbrown v0.14.5
33932025-01-11T00:27:28.351Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c131d62a3bb9a10c -C extra-filename=-c131d62a3bb9a10c --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-601eae4ebaad7560.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-2e7f20aac91d4cde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942025-01-11T00:27:28.903Z Dirty tokio-postgres v0.7.12: the rustflags changed
33952025-01-11T00:27:28.903Z Compiling tokio-postgres v0.7.12
33962025-01-11T00:27:28.907Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "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=ec99d94e66ff7b8e -C extra-filename=-ec99d94e66ff7b8e --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-ad3c2a9507c92ace.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-dc360da1bbcc6f48.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6e1a232e148cf51b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-01-11T00:27:28.945Z Compiling ident_case v1.0.1
33982025-01-11T00:27:28.948Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=877e2eb812911402 -C extra-filename=-877e2eb812911402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-01-11T00:27:29.167Z Compiling darling_core v0.20.10
34002025-01-11T00:27:29.170Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=37fa0f7d1e2381f6 -C extra-filename=-37fa0f7d1e2381f6 --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-086f5ffe4a25dc54.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-877e2eb812911402.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012025-01-11T00:27:29.301Z Compiling unsafe-libyaml v0.2.11
34022025-01-11T00:27:29.304Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d2d02c0de15bd26d -C extra-filename=-d2d02c0de15bd26d --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:27:29.789Z Compiling regress v0.10.1
34042025-01-11T00:27:29.792Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=c3c07487883a8b18 -C extra-filename=-c3c07487883a8b18 --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-c131d62a3bb9a10c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052025-01-11T00:27:30.295Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
34062025-01-11T00:27:30.295Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34072025-01-11T00:27:30.319Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=d4193f1376830876 -C extra-filename=-d4193f1376830876 --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-c9523f7c75feac51.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bbff58834b9f2ac6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-2defee99dfce9983.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-d09c1ff9ba31b2d7.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-77ba04e3d1147661.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-000bac6ff85687d4.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0868845a2b8d615b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-01-11T00:27:31.441Z Compiling serde_yaml v0.9.34+deprecated
34092025-01-11T00:27:31.444Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a371d7f7b9c7dae3 -C extra-filename=-a371d7f7b9c7dae3 --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-70d10e378b248cb7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-d2d02c0de15bd26d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-01-11T00:27:31.471Z Dirty fastrand v2.1.1: the rustflags changed
34112025-01-11T00:27:31.471Z Compiling fastrand v2.1.1
34122025-01-11T00:27:31.471Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=9b4100b7d6800cd3 -C extra-filename=-9b4100b7d6800cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-01-11T00:27:32.126Z Compiling ipnetwork v0.20.0
34142025-01-11T00:27:32.129Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-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"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=c1c647bef926d575 -C extra-filename=-c1c647bef926d575 --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-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152025-01-11T00:27:33.168Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
34162025-01-11T00:27:33.171Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=c5bd59477f0b4017 -C extra-filename=-c5bd59477f0b4017 --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-c1c647bef926d575.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-01-11T00:27:33.537Z Compiling tempfile v3.13.0
34182025-01-11T00:27:33.539Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0f22cd6fd0150cd9 -C extra-filename=-0f22cd6fd0150cd9 --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-83c04ded702a2c6e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192025-01-11T00:27:34.030Z Compiling typify-impl v0.2.0
34202025-01-11T00:27:34.032Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1e25cd8b612dc2c6 -C extra-filename=-1e25cd8b612dc2c6 --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-702249e0617a2365.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c3c07487883a8b18.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-01-11T00:27:34.508Z Dirty strum_macros v0.26.4: the rustflags changed
34222025-01-11T00:27:34.508Z Compiling strum_macros v0.26.4
34232025-01-11T00:27:34.511Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7b66c18ef78d810d -C extra-filename=-7b66c18ef78d810d --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-01-11T00:27:35.173Z Compiling macaddr v1.0.1
34252025-01-11T00:27:35.176Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=934c51d8273ada96 -C extra-filename=-934c51d8273ada96 --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-01-11T00:27:35.201Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
34272025-01-11T00:27:35.204Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus_derive --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/f6abe39/diffus-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)' --check-cfg 'cfg(feature, values("serialize-impl"))' -C metadata=13066e1b900fdcb5 -C extra-filename=-13066e1b900fdcb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-01-11T00:27:35.669Z Dirty structmeta-derive v0.3.0: the rustflags changed
34292025-01-11T00:27:35.669Z Compiling structmeta-derive v0.3.0
34302025-01-11T00:27:35.672Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6cfda29d078595ff -C extra-filename=-6cfda29d078595ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-01-11T00:27:35.978Z Compiling instant v0.1.13
34322025-01-11T00:27:36.002Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=39bb737618c263a4 -C extra-filename=-39bb737618c263a4 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-01-11T00:27:36.158Z Compiling regress v0.9.1
34342025-01-11T00:27:36.158Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=01403ec3e8ac5bc1 -C extra-filename=-01403ec3e8ac5bc1 --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-c131d62a3bb9a10c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-01-11T00:27:36.745Z Compiling darling_macro v0.20.10
34362025-01-11T00:27:36.750Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a7b5c346cde07ff7 -C extra-filename=-a7b5c346cde07ff7 --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-37fa0f7d1e2381f6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-01-11T00:27:36.774Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
34382025-01-11T00:27:36.776Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/f6abe39/diffus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="diffus-derive"' --cfg 'feature="newtype-uuid"' --cfg 'feature="newtype-uuid-impl"' --cfg 'feature="oxnet"' --cfg 'feature="oxnet-impl"' --cfg 'feature="uuid"' --cfg 'feature="uuid-impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "diffus-derive", "indexmap", "indexmap-impl", "newtype-uuid", "newtype-uuid-impl", "oxnet", "oxnet-impl", "serde", "serialize-impl", "snake_case", "snake_case-impl", "uuid", "uuid-impl"))' -C metadata=f96f7b00cd2a2fc5 -C extra-filename=-f96f7b00cd2a2fc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus_derive=/work/oxidecomputer/omicron/target/debug/deps/libdiffus_derive-13066e1b900fdcb5.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-01-11T00:27:37.709Z Compiling dropshot v0.13.0
34402025-01-11T00:27:37.711Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=dacf21a459db352d -C extra-filename=-dacf21a459db352d --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-01-11T00:27:37.856Z Compiling dropshot_endpoint v0.13.0
34422025-01-11T00:27:37.859Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=e8aa7866007cb2b2 -C extra-filename=-e8aa7866007cb2b2 --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-702249e0617a2365.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-01-11T00:27:38.005Z Compiling darling v0.20.10
34442025-01-11T00:27:38.008Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=8a48277008101cbd -C extra-filename=-8a48277008101cbd --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-37fa0f7d1e2381f6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a7b5c346cde07ff7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-01-11T00:27:38.145Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d/build-script-build`
34462025-01-11T00:27:38.174Z Compiling serde_with_macros v3.11.0
34472025-01-11T00:27:38.176Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --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(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=d1d887b5d40e38d1 -C extra-filename=-d1d887b5d40e38d1 --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-8a48277008101cbd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-01-11T00:27:38.230Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34492025-01-11T00:27:38.233Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=b7b5e21a41c5a31a -C extra-filename=-b7b5e21a41c5a31a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-01-11T00:27:38.758Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34512025-01-11T00:27:38.761Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=4f4f58a95b7b8c71 -C extra-filename=-4f4f58a95b7b8c71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522025-01-11T00:27:39.172Z Dirty structmeta v0.3.0: the rustflags changed
34532025-01-11T00:27:39.172Z Compiling structmeta v0.3.0
34542025-01-11T00:27:39.174Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=60db7ccb449ce5fc -C extra-filename=-60db7ccb449ce5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-6cfda29d078595ff.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-01-11T00:27:39.648Z Dirty parse-display-derive v0.10.0: the rustflags changed
34562025-01-11T00:27:39.648Z Compiling parse-display-derive v0.10.0
34572025-01-11T00:27:39.651Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aeefcb635a1c6479 -C extra-filename=-aeefcb635a1c6479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-60db7ccb449ce5fc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-01-11T00:27:39.756Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34592025-01-11T00:27:39.759Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=93df462e8b9cf4a8 -C extra-filename=-93df462e8b9cf4a8 --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-25d89424d82fb873.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-4f4f58a95b7b8c71.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602025-01-11T00:27:39.968Z Compiling backoff v0.4.0
34612025-01-11T00:27:39.970Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=9223cd3ae7f07851 -C extra-filename=-9223cd3ae7f07851 --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-15b4a62ef3693967.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-01-11T00:27:40.156Z Dirty strum v0.26.3: the rustflags changed
34632025-01-11T00:27:40.156Z Compiling strum v0.26.3
34642025-01-11T00:27:40.159Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=827c341f0aa9f5ca -C extra-filename=-827c341f0aa9f5ca --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-7b66c18ef78d810d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-01-11T00:27:40.360Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34662025-01-11T00:27:40.360Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/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)' --check-cfg 'cfg(feature, values())' -C metadata=09dc42444c447016 -C extra-filename=-09dc42444c447016 --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-37591c1c0a35415a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-01-11T00:27:40.388Z Compiling wait-timeout v0.2.0
34682025-01-11T00:27:40.388Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=180b6aa23cc2f4ed -C extra-filename=-180b6aa23cc2f4ed --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-01-11T00:27:40.548Z Compiling rand_xorshift v0.3.0
34702025-01-11T00:27:40.550Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=03808419429da432 -C extra-filename=-03808419429da432 --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-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712025-01-11T00:27:40.918Z Compiling rusty-fork v0.3.0
34722025-01-11T00:27:40.921Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=c04fc644544d1704 -C extra-filename=-c04fc644544d1704 --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-086f5ffe4a25dc54.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-9b78d3889dfe2c56.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-180b6aa23cc2f4ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732025-01-11T00:27:41.009Z Compiling unarray v0.1.4
34742025-01-11T00:27:41.011Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2ffab99a9473dff8 -C extra-filename=-2ffab99a9473dff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-01-11T00:27:41.203Z Compiling structmeta-derive v0.2.0
34762025-01-11T00:27:41.207Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-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)' --check-cfg 'cfg(feature, values())' -C metadata=bda75e14076b62f7 -C extra-filename=-bda75e14076b62f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772025-01-11T00:27:41.277Z Compiling serde_with v3.11.0
34782025-01-11T00:27:41.280Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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=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' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=e2ceccfaabc29051 -C extra-filename=-e2ceccfaabc29051 --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-180a178abc10ab9a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-d1d887b5d40e38d1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792025-01-11T00:27:41.585Z Compiling proptest v1.5.0
34802025-01-11T00:27:41.589Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=bb86ea9364af8031 -C extra-filename=-bb86ea9364af8031 --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-1499c911902a6a96.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-c9523f7c75feac51.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1813406a01ef5164.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-03808419429da432.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-c04fc644544d1704.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2ffab99a9473dff8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812025-01-11T00:27:41.735Z Compiling camino-tempfile v1.1.1
34822025-01-11T00:27:41.737Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=8ad3e72b2673ced0 -C extra-filename=-8ad3e72b2673ced0 --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-913a8bb524140659.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832025-01-11T00:27:42.261Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
34842025-01-11T00:27:42.261Z Compiling proc-macro-error-attr v1.0.4
34852025-01-11T00:27:42.265Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c2958a45fc60f928 -C extra-filename=-c2958a45fc60f928 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-01-11T00:27:42.656Z Compiling thiserror v2.0.11
34872025-01-11T00:27:42.658Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=24085c2cfa39f19b -C extra-filename=-24085c2cfa39f19b --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-24085c2cfa39f19b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-01-11T00:27:43.051Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928/build-script-build`
34892025-01-11T00:27:43.143Z Compiling thiserror-impl v2.0.11
34902025-01-11T00:27:43.146Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fde6c3d229a9f81 -C extra-filename=-4fde6c3d229a9f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912025-01-11T00:27:43.413Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-24085c2cfa39f19b/build-script-build`
34922025-01-11T00:27:43.890Z Dirty proc-macro-error v1.0.4: the rustflags changed
34932025-01-11T00:27:43.890Z Compiling proc-macro-error v1.0.4
34942025-01-11T00:27:43.893Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a7a08893956d4115 -C extra-filename=-a7a08893956d4115 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952025-01-11T00:27:44.293Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115/build-script-build`
34962025-01-11T00:27:44.480Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8485e1190a2cd2d8 -C extra-filename=-8485e1190a2cd2d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972025-01-11T00:27:44.602Z Compiling structmeta v0.2.0
34982025-01-11T00:27:44.626Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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)' --check-cfg 'cfg(feature, values())' -C metadata=168bffeeb00dcfa2 -C extra-filename=-168bffeeb00dcfa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-bda75e14076b62f7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992025-01-11T00:27:44.888Z Dirty parse-display v0.10.0: the rustflags changed
35002025-01-11T00:27:44.888Z Compiling parse-display v0.10.0
35012025-01-11T00:27:44.898Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=0a75776691c832ff -C extra-filename=-0a75776691c832ff --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-aeefcb635a1c6479.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-01-11T00:27:45.096Z Compiling test-strategy v0.3.1
35032025-01-11T00:27:45.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.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)' --check-cfg 'cfg(feature, values())' -C metadata=07543ef01cb931eb -C extra-filename=-07543ef01cb931eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-168bffeeb00dcfa2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-01-11T00:27:45.347Z Compiling proc-macro-crate v1.3.1
35052025-01-11T00:27:45.350Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=42663f8d9b83ff69 -C extra-filename=-42663f8d9b83ff69 --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-4fac8a596e09fa80.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-008c88988592656d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-01-11T00:27:45.482Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=6bfec5f06b11ccd3 -C extra-filename=-6bfec5f06b11ccd3 --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-8485e1190a2cd2d8.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35072025-01-11T00:27:45.653Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35082025-01-11T00:27:45.656Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=7cb7343497e9d8e3 -C extra-filename=-7cb7343497e9d8e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092025-01-11T00:27:46.093Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3/build-script-build`
35102025-01-11T00:27:46.137Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35112025-01-11T00:27:46.140Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=a674c41d8849d6c4 -C extra-filename=-a674c41d8849d6c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122025-01-11T00:27:46.216Z Compiling foreign-types-macros v0.2.3
35132025-01-11T00:27:46.219Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a40f787189cffc2d -C extra-filename=-a40f787189cffc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-01-11T00:27:46.514Z Compiling num_enum_derive v0.5.11
35152025-01-11T00:27:46.515Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4/build-script-build`
35162025-01-11T00:27:46.518Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=97b98d7c15337610 -C extra-filename=-97b98d7c15337610 --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-42663f8d9b83ff69.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-01-11T00:27:46.576Z Compiling foreign-types-shared v0.3.1
35182025-01-11T00:27:46.578Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b0f329054068f8e6 -C extra-filename=-b0f329054068f8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-01-11T00:27:46.727Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=dffa7c7a626b1b1e -C extra-filename=-dffa7c7a626b1b1e --out-dir /work/oxidecomputer/omicron/target/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`
35202025-01-11T00:27:46.936Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=35a3f21f86f7a39c -C extra-filename=-35a3f21f86f7a39c --out-dir /work/oxidecomputer/omicron/target/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`
35212025-01-11T00:27:47.165Z Compiling tabwriter v1.4.0
35222025-01-11T00:27:47.168Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=0b571bee1a90778e -C extra-filename=-0b571bee1a90778e --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-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232025-01-11T00:27:47.316Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=df6e29a4b32d61f7 -C extra-filename=-df6e29a4b32d61f7 --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-4fde6c3d229a9f81.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)'`
35242025-01-11T00:27:47.505Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35252025-01-11T00:27:47.508Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=6d537fd0af39c2f2 -C extra-filename=-6d537fd0af39c2f2 --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-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262025-01-11T00:27:47.692Z Compiling itertools v0.13.0
35272025-01-11T00:27:47.695Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=6b8c06aaa5867a2a -C extra-filename=-6b8c06aaa5867a2a --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-01-11T00:27:47.821Z Compiling foreign-types v0.5.0
35292025-01-11T00:27:47.824Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2cfe77300b567b58 -C extra-filename=-2cfe77300b567b58 --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-a40f787189cffc2d.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b0f329054068f8e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-01-11T00:27:47.959Z Compiling cstr-argument v0.1.2
35312025-01-11T00:27:47.961Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3e99e5d3bcd20984 -C extra-filename=-3e99e5d3bcd20984 --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-83c04ded702a2c6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-01-11T00:27:48.258Z Compiling pretty-hex v0.2.1
35332025-01-11T00:27:48.262Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3e27a2eafea59d63 -C extra-filename=-3e27a2eafea59d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-01-11T00:27:48.486Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35352025-01-11T00:27:48.489Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=3841196c467e4f4d -C extra-filename=-3841196c467e4f4d --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-3e99e5d3bcd20984.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-2cfe77300b567b58.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362025-01-11T00:27:48.558Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35372025-01-11T00:27:48.561Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=3a6814eca4b7441a -C extra-filename=-3a6814eca4b7441a --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-29117e4ff36dab03.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-6d537fd0af39c2f2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-01-11T00:27:48.765Z Compiling colored v2.1.0
35392025-01-11T00:27:48.768Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=cca24c851c6c4979 -C extra-filename=-cca24c851c6c4979 --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-cc0c30b4f89d8188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-01-11T00:27:49.116Z Compiling smf v0.2.3
35412025-01-11T00:27:49.120Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0075c4f687a7df44 -C extra-filename=-0075c4f687a7df44 --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-af664c51b1aa6fc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-01-11T00:27:49.470Z Compiling typify-impl v0.3.0
35432025-01-11T00:27:49.472Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3f9a886cf307f8dd -C extra-filename=-3f9a886cf307f8dd --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-702249e0617a2365.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c3c07487883a8b18.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df6e29a4b32d61f7.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-01-11T00:27:49.524Z Compiling num_enum v0.5.11
35452025-01-11T00:27:49.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=7ddd59357260cf34 -C extra-filename=-7ddd59357260cf34 --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-97b98d7c15337610.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462025-01-11T00:27:49.577Z Compiling base64 v0.21.7
35472025-01-11T00:27:49.580Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6d27ec8383fdb856 -C extra-filename=-6d27ec8383fdb856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482025-01-11T00:27:49.706Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35492025-01-11T00:27:49.708Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=c40c29dcf921ae8b -C extra-filename=-c40c29dcf921ae8b --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-29117e4ff36dab03.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-dffa7c7a626b1b1e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7ddd59357260cf34.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3e27a2eafea59d63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-01-11T00:27:50.114Z Compiling crucible-workspace-hack v0.1.0
35512025-01-11T00:27:50.117Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=01a73b7276f90baf -C extra-filename=-01a73b7276f90baf --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-01-11T00:27:50.399Z Compiling zerocopy v0.8.10
35532025-01-11T00:27:50.402Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.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="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --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=d2ad622971ab3df8 -C extra-filename=-d2ad622971ab3df8 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-d2ad622971ab3df8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-01-11T00:27:50.479Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf/build-script-build`
35552025-01-11T00:27:50.523Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2ee54a9ce846ec72 -C extra-filename=-2ee54a9ce846ec72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-01-11T00:27:50.633Z Compiling zerocopy-derive v0.8.10
35572025-01-11T00:27:50.636Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' -C metadata=75125863678cb9ff -C extra-filename=-75125863678cb9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-01-11T00:27:50.661Z Compiling heapless v0.8.0
35592025-01-11T00:27:50.663Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=93bdea806c17815b -C extra-filename=-93bdea806c17815b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-01-11T00:27:51.147Z Compiling termtree v0.4.1
35612025-01-11T00:27:51.150Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-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)' --check-cfg 'cfg(feature, values())' -C metadata=6e94d9b86c33333f -C extra-filename=-6e94d9b86c33333f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-01-11T00:27:51.360Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b/build-script-build`
35632025-01-11T00:27:51.389Z Compiling predicates-tree v1.0.11
35642025-01-11T00:27:51.392Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-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)' --check-cfg 'cfg(feature, values())' -C metadata=64601b9b0e8a95bb -C extra-filename=-64601b9b0e8a95bb --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-3792c8ca0d3316fb.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-6e94d9b86c33333f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-01-11T00:27:51.467Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-d2ad622971ab3df8/build-script-build`
35662025-01-11T00:27:51.559Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35672025-01-11T00:27:51.561Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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)' --check-cfg 'cfg(feature, values())' -C metadata=df63189c73c4ba05 -C extra-filename=-df63189c73c4ba05 --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-8a48277008101cbd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-01-11T00:27:51.742Z Compiling hash32 v0.3.1
35692025-01-11T00:27:51.745Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9c47edbd568567d5 -C extra-filename=-9c47edbd568567d5 --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-01-11T00:27:52.023Z Compiling smoltcp v0.11.0
35712025-01-11T00:27:52.026Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=975cb92889495cba -C extra-filename=-975cb92889495cba --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722025-01-11T00:27:52.051Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=6439221049f43f25 -C extra-filename=-6439221049f43f25 --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-9c47edbd568567d5.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-6f7e95531580c1da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732025-01-11T00:27:52.894Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba/build-script-build`
35742025-01-11T00:27:52.936Z Compiling cobs v0.2.3
35752025-01-11T00:27:52.939Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=982f5c397fd841f9 -C extra-filename=-982f5c397fd841f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-01-11T00:27:53.239Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=491d3e5dfa7ad00d -C extra-filename=-491d3e5dfa7ad00d --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-6439221049f43f25.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-01-11T00:27:53.266Z Compiling postcard v1.0.10
35782025-01-11T00:27:53.290Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=089b6b3e26ace80b -C extra-filename=-089b6b3e26ace80b --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-982f5c397fd841f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-01-11T00:27:53.840Z Compiling typify-macro v0.2.0
35802025-01-11T00:27:53.842Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eda746cd1321d516 -C extra-filename=-eda746cd1321d516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-1e25cd8b612dc2c6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-01-11T00:27:53.958Z Compiling atomicwrites v0.4.4
35822025-01-11T00:27:53.961Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0d8dd459dba9867c -C extra-filename=-0d8dd459dba9867c --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-2ee219279da07ccc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-01-11T00:27:53.982Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --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=4e3fcd59ee14afd6 -C extra-filename=-4e3fcd59ee14afd6 --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-75125863678cb9ff.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)'`
35842025-01-11T00:27:54.342Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35852025-01-11T00:27:54.344Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=3ba96cb482d03529 -C extra-filename=-3ba96cb482d03529 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862025-01-11T00:27:54.738Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35872025-01-11T00:27:54.740Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=8ef4e07882c68725 -C extra-filename=-8ef4e07882c68725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882025-01-11T00:27:54.949Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529/build-script-build`
35892025-01-11T00:27:55.040Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35902025-01-11T00:27:55.044Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values())' -C metadata=82f7b487ffe0e3ef -C extra-filename=-82f7b487ffe0e3ef --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-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-01-11T00:27:56.149Z Compiling sigpipe v0.1.3
35922025-01-11T00:27:56.152Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5380c02213065272 -C extra-filename=-5380c02213065272 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-01-11T00:27:56.302Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
35942025-01-11T00:27:56.305Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=22dab61baf95caf3 -C extra-filename=-22dab61baf95caf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-01-11T00:27:56.706Z Compiling mockall_derive v0.13.0
35962025-01-11T00:27:56.708Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=49e28254e2e73208 -C extra-filename=-49e28254e2e73208 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-01-11T00:27:57.099Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208/build-script-build`
35982025-01-11T00:27:57.178Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3/build-script-build`
35992025-01-11T00:27:57.220Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
36002025-01-11T00:27:57.222Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cda07f3d901ae990 -C extra-filename=-cda07f3d901ae990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-01-11T00:27:58.609Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=dd215eade6a58a69 -C extra-filename=-dd215eade6a58a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-c40c29dcf921ae8b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7ddd59357260cf34.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-3841196c467e4f4d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-3a6814eca4b7441a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36022025-01-11T00:27:58.611Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=7be9362f9f900b58 -C extra-filename=-7be9362f9f900b58 --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-83c04ded702a2c6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
36032025-01-11T00:27:58.612Z Compiling zone_cfg_derive v0.3.0
36042025-01-11T00:27:58.612Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=67e5ca9881d32770 -C extra-filename=-67e5ca9881d32770 --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6bfec5f06b11ccd3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-01-11T00:27:58.916Z Compiling typify v0.2.0
36062025-01-11T00:27:58.919Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=b91d2ba54aebb87a -C extra-filename=-b91d2ba54aebb87a --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-1e25cd8b612dc2c6.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-eda746cd1321d516.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072025-01-11T00:27:59.094Z Compiling progenitor-impl v0.8.0
36082025-01-11T00:27:59.097Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d405a360f2659840 -C extra-filename=-d405a360f2659840 --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-702249e0617a2365.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-b91d2ba54aebb87a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092025-01-11T00:27:59.800Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36102025-01-11T00:27:59.802Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=6420f6b8b3e810e2 -C extra-filename=-6420f6b8b3e810e2 --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-df63189c73c4ba05.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4e3fcd59ee14afd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112025-01-11T00:28:00.327Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
36122025-01-11T00:28:00.330Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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)' --check-cfg 'cfg(feature, values())' -C metadata=a92b05d0dcce32d5 -C extra-filename=-a92b05d0dcce32d5 --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-29117e4ff36dab03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132025-01-11T00:28:00.728Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36142025-01-11T00:28:00.731Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=c15ba5c7bed70865 -C extra-filename=-c15ba5c7bed70865 --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-c9523f7c75feac51.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-df63189c73c4ba05.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-6420f6b8b3e810e2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4e3fcd59ee14afd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152025-01-11T00:28:00.849Z Compiling num-derive v0.4.2
36162025-01-11T00:28:00.852Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7470c70bba5df032 -C extra-filename=-7470c70bba5df032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-01-11T00:28:02.143Z Compiling fragile v2.0.0
36182025-01-11T00:28:02.146Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-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)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=44dacb9658c55276 -C extra-filename=-44dacb9658c55276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-01-11T00:28:02.860Z Compiling downcast v0.11.0
36202025-01-11T00:28:02.863Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=bb5d5b4255f984fc -C extra-filename=-bb5d5b4255f984fc --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:28:03.130Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36222025-01-11T00:28:03.133Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=8479575f4cd72e42 -C extra-filename=-8479575f4cd72e42 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-01-11T00:28:03.507Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36242025-01-11T00:28:03.509Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=af5f7efc1d4da3bd -C extra-filename=-af5f7efc1d4da3bd --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-8ef4e07882c68725.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c15ba5c7bed70865.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-089b6b3e26ace80b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-01-11T00:28:03.639Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
36262025-01-11T00:28:03.642Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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)' --check-cfg 'cfg(feature, values())' -C metadata=89860e00e9d5e126 -C extra-filename=-89860e00e9d5e126 --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-2ee54a9ce846ec72.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-7470c70bba5df032.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-01-11T00:28:03.698Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42/build-script-build`
36282025-01-11T00:28:03.741Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
36292025-01-11T00:28:03.744Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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)' --check-cfg 'cfg(feature, values())' -C metadata=c696b7fc2e70d980 -C extra-filename=-c696b7fc2e70d980 --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-a92b05d0dcce32d5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-01-11T00:28:04.248Z Compiling zone v0.3.0
36312025-01-11T00:28:04.251Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=0586fd2367c89741 -C extra-filename=-0586fd2367c89741 --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-67e5ca9881d32770.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-01-11T00:28:04.643Z Compiling same-file v1.0.6
36332025-01-11T00:28:04.645Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=17d6301a0da6eb44 -C extra-filename=-17d6301a0da6eb44 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:28:04.989Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=6870d92d076deccc -C extra-filename=-6870d92d076deccc --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-c9523f7c75feac51.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ef4e07882c68725.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c15ba5c7bed70865.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-82f7b487ffe0e3ef.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-af5f7efc1d4da3bd.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-089b6b3e26ace80b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.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)'`
36352025-01-11T00:28:05.266Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36362025-01-11T00:28:05.269Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=8dec7d11e128087b -C extra-filename=-8dec7d11e128087b --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-83c04ded702a2c6e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ef4e07882c68725.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-6870d92d076deccc.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-cda07f3d901ae990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-491d3e5dfa7ad00d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-4e3fcd59ee14afd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372025-01-11T00:28:05.665Z Compiling walkdir v2.5.0
36382025-01-11T00:28:05.667Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=276d808b1ead684e -C extra-filename=-276d808b1ead684e --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-17d6301a0da6eb44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-01-11T00:28:05.940Z Compiling convert_case v0.4.0
36402025-01-11T00:28:05.940Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=4e18993d560ee6e0 -C extra-filename=-4e18993d560ee6e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-01-11T00:28:06.513Z Compiling newline-converter v0.3.0
36422025-01-11T00:28:06.516Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a6bf16b5d3520644 -C extra-filename=-a6bf16b5d3520644 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-01-11T00:28:06.738Z Compiling expectorate v1.1.0
36442025-01-11T00:28:06.741Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-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)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4abd36fb465a093f -C extra-filename=-4abd36fb465a093f --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-8134fd228889b755.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-a6bf16b5d3520644.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-01-11T00:28:06.766Z Compiling mockall v0.13.0
36462025-01-11T00:28:06.769Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=29d04463f5a96233 -C extra-filename=-29d04463f5a96233 --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-83c04ded702a2c6e.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-bb5d5b4255f984fc.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-44dacb9658c55276.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-7be9362f9f900b58.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-64601b9b0e8a95bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-01-11T00:28:06.948Z Compiling tungstenite v0.21.0
36482025-01-11T00:28:06.951Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=78f6af9d2b620035 -C extra-filename=-78f6af9d2b620035 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-01-11T00:28:06.981Z Compiling derive_more v0.99.18
36502025-01-11T00:28:06.983Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 --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)' --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=2fd11d942b863eaa -C extra-filename=-2fd11d942b863eaa --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-4e18993d560ee6e0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512025-01-11T00:28:07.146Z Dirty xattr v1.3.1: the rustflags changed
36522025-01-11T00:28:07.146Z Compiling xattr v1.3.1
36532025-01-11T00:28:07.150Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=3de13941949b5429 -C extra-filename=-3de13941949b5429 --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-2ee219279da07ccc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-01-11T00:28:07.447Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36552025-01-11T00:28:07.450Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values())' -C metadata=9887524da666be2a -C extra-filename=-9887524da666be2a --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-29117e4ff36dab03.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-dd215eade6a58a69.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-6870d92d076deccc.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dec7d11e128087b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-089b6b3e26ace80b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df6e29a4b32d61f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-01-11T00:28:07.801Z Dirty filetime v0.2.25: the rustflags changed
36572025-01-11T00:28:07.801Z Compiling filetime v0.2.25
36582025-01-11T00:28:07.805Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=169928e563e20f79 -C extra-filename=-169928e563e20f79 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-01-11T00:28:07.866Z Compiling progenitor-macro v0.8.0
36602025-01-11T00:28:07.868Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=765bfd0555d9f31a -C extra-filename=-765bfd0555d9f31a --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-ab51948006c48bbb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d405a360f2659840.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a371d7f7b9c7dae3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612025-01-11T00:28:08.152Z Compiling tokio-tungstenite v0.21.0
36622025-01-11T00:28:08.171Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b5ca6ac2d5408154 -C extra-filename=-b5ca6ac2d5408154 --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-f07982b6549edd79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-78f6af9d2b620035.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632025-01-11T00:28:08.799Z Dirty tar v0.4.42: the rustflags changed
36642025-01-11T00:28:08.799Z Compiling tar v0.4.42
36652025-01-11T00:28:08.801Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=9c32e376906da6b6 -C extra-filename=-9c32e376906da6b6 --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-169928e563e20f79.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-3de13941949b5429.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-01-11T00:28:09.016Z Compiling arc-swap v1.7.1
36672025-01-11T00:28:09.019Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=98701f5f07c777db -C extra-filename=-98701f5f07c777db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-01-11T00:28:09.338Z Compiling num-rational v0.4.2
36692025-01-11T00:28:09.367Z Compiling num-complex v0.4.6
36702025-01-11T00:28:09.370Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=642302e061a7927e -C extra-filename=-642302e061a7927e --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-01-11T00:28:09.370Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=00dc10230bd38cfa -C extra-filename=-00dc10230bd38cfa --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-01-11T00:28:09.509Z Compiling typify-macro v0.3.0
36732025-01-11T00:28:09.512Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6d3dac7d5ddcb923 -C extra-filename=-6d3dac7d5ddcb923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-3f9a886cf307f8dd.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-01-11T00:28:09.735Z Compiling slog-scope v4.4.0
36752025-01-11T00:28:09.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=815f579f17bc029e -C extra-filename=-815f579f17bc029e --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-98701f5f07c777db.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-01-11T00:28:10.340Z Compiling slog-stdlog v4.1.1
36772025-01-11T00:28:10.343Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=da5dc4498adba737 -C extra-filename=-da5dc4498adba737 --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-a2c99244b373d360.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782025-01-11T00:28:10.459Z Compiling num v0.4.3
36792025-01-11T00:28:10.462Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=37e6e52c977aa548 -C extra-filename=-37e6e52c977aa548 --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-00dc10230bd38cfa.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-642302e061a7927e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802025-01-11T00:28:10.597Z Compiling slog-envlogger v2.2.0
36812025-01-11T00:28:10.617Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=6f6c828458804848 -C extra-filename=-6f6c828458804848 --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-a2c99244b373d360.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-815f579f17bc029e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-da5dc4498adba737.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-01-11T00:28:10.774Z Compiling float-ord v0.3.2
36832025-01-11T00:28:10.777Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=64ad33de53dcc530 -C extra-filename=-64ad33de53dcc530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-01-11T00:28:10.975Z Compiling indent_write v2.2.0
36852025-01-11T00:28:10.979Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d115df43764c8065 -C extra-filename=-d115df43764c8065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-01-11T00:28:11.235Z Compiling cancel-safe-futures v0.1.5
36872025-01-11T00:28:11.237Z Compiling owo-colors v4.1.0
36882025-01-11T00:28:11.238Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=519fdc64effdffd2 -C extra-filename=-519fdc64effdffd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892025-01-11T00:28:11.256Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=ab9c385e5901ea3b -C extra-filename=-ab9c385e5901ea3b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-01-11T00:28:11.313Z Dirty swrite v0.1.0: the rustflags changed
36912025-01-11T00:28:11.313Z Compiling swrite v0.1.0
36922025-01-11T00:28:11.316Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=74c3ec0fd5fa922d -C extra-filename=-74c3ec0fd5fa922d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932025-01-11T00:28:11.438Z Compiling libsw v3.3.1
36942025-01-11T00:28:11.442Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.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"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=266859645a267059 -C extra-filename=-266859645a267059 --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-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-01-11T00:28:11.465Z Compiling password-hash v0.5.0
36962025-01-11T00:28:11.468Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=95f90713e07388c9 -C extra-filename=-95f90713e07388c9 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972025-01-11T00:28:11.645Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b/build-script-build`
36982025-01-11T00:28:11.687Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=d27cd3c9a5bd1634 -C extra-filename=-d27cd3c9a5bd1634 --out-dir /work/oxidecomputer/omicron/target/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(doc_cfg)'`
36992025-01-11T00:28:11.715Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2/build-script-build`
37002025-01-11T00:28:11.758Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=690407b6a41ea4dc -C extra-filename=-690407b6a41ea4dc --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012025-01-11T00:28:11.810Z Compiling blake2 v0.10.6
37022025-01-11T00:28:11.813Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=3a1bc7a0399b4be5 -C extra-filename=-3a1bc7a0399b4be5 --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-970947f9bc43ab10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032025-01-11T00:28:12.407Z Compiling linear-map v1.2.0
37042025-01-11T00:28:12.411Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=004b24f70abe6b23 -C extra-filename=-004b24f70abe6b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052025-01-11T00:28:12.589Z Dirty aws-lc-sys v0.22.0: the rustflags changed
37062025-01-11T00:28:12.589Z Compiling aws-lc-sys v0.22.0
37072025-01-11T00:28:12.592Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.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)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=a60c4793700ea0e5 -C extra-filename=-a60c4793700ea0e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a60c4793700ea0e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-f4c3c0853bebf98d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-4abb57eea5816ada.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-3e5c62976113e5f4.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-242258cbf285726b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-01-11T00:28:12.616Z Compiling argon2 v0.5.3
37092025-01-11T00:28:12.618Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=1a7ae2d0c106277d -C extra-filename=-1a7ae2d0c106277d --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-d4bf7869d4ee9385.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-3a1bc7a0399b4be5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-95f90713e07388c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-01-11T00:28:12.826Z Compiling pem v3.0.4
37112025-01-11T00:28:12.839Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=de7ed3725d1ecbe1 -C extra-filename=-de7ed3725d1ecbe1 --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-e342ec737c4cbcc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-01-11T00:28:13.264Z Compiling highway v1.2.0
37132025-01-11T00:28:13.266Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5591bedad390d062 -C extra-filename=-5591bedad390d062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-01-11T00:28:13.670Z Compiling lzma-sys v0.1.20
37152025-01-11T00:28:13.673Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=6295040ea28e98ef -C extra-filename=-6295040ea28e98ef --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162025-01-11T00:28:14.116Z Compiling heck v0.3.3
37172025-01-11T00:28:14.119Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1b38adb89d41c5e3 -C extra-filename=-1b38adb89d41c5e3 --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-fa2869c7751ea7ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-01-11T00:28:14.144Z Compiling headers-core v0.3.0
37192025-01-11T00:28:14.151Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=00d578f170e695ec -C extra-filename=-00d578f170e695ec --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-97a2ba84faa1d873.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202025-01-11T00:28:14.330Z Compiling humantime v2.1.0
37212025-01-11T00:28:14.332Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=31c3ffab5224127a -C extra-filename=-31c3ffab5224127a --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:28:14.560Z Compiling typify v0.3.0
37232025-01-11T00:28:14.560Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=bab013412d1149b9 -C extra-filename=-bab013412d1149b9 --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-3f9a886cf307f8dd.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-6d3dac7d5ddcb923.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242025-01-11T00:28:14.590Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
37252025-01-11T00:28:14.616Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=0740cba08b844d02 -C extra-filename=-0740cba08b844d02 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262025-01-11T00:28:14.619Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef/build-script-build`
37272025-01-11T00:28:14.668Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=530de364c32c344b -C extra-filename=-530de364c32c344b --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
37282025-01-11T00:28:14.726Z Compiling progenitor-impl v0.9.1
37292025-01-11T00:28:14.728Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=62ad735547d3fddc -C extra-filename=-62ad735547d3fddc --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-702249e0617a2365.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df6e29a4b32d61f7.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-bab013412d1149b9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-01-11T00:28:14.853Z Compiling zone_cfg_derive v0.1.2
37312025-01-11T00:28:14.853Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2064241a4c92c8e7 -C extra-filename=-2064241a4c92c8e7 --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-1b38adb89d41c5e3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6bfec5f06b11ccd3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-01-11T00:28:14.879Z Compiling headers v0.4.0
37332025-01-11T00:28:14.900Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a6bee66327205608 -C extra-filename=-a6bee66327205608 --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-6d27ec8383fdb856.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-00d578f170e695ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-01-11T00:28:14.956Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02/build-script-build`
37352025-01-11T00:28:14.998Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37362025-01-11T00:28:15.002Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values())' -C metadata=3ae2039a9c74d836 -C extra-filename=-3ae2039a9c74d836 --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-180a178abc10ab9a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b6fbc30e8bd72608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372025-01-11T00:28:15.303Z Compiling yasna v0.5.2
37382025-01-11T00:28:15.306Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2a5e1a4610284056 -C extra-filename=-2a5e1a4610284056 --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-e66601789c1c58db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-01-11T00:28:15.442Z Compiling base64 v0.13.1
37402025-01-11T00:28:15.452Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a43efa0b709579bd -C extra-filename=-a43efa0b709579bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-01-11T00:28:15.533Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
37422025-01-11T00:28:15.537Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=d5f9439d1a9d6cc8 -C extra-filename=-d5f9439d1a9d6cc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-01-11T00:28:16.101Z Compiling ron v0.7.1
37442025-01-11T00:28:16.103Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=43e9144e1e85725f -C extra-filename=-43e9144e1e85725f --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-a43efa0b709579bd.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-01-11T00:28:16.505Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8/build-script-build`
37462025-01-11T00:28:16.574Z Compiling rcgen v0.12.1
37472025-01-11T00:28:16.604Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=4509fe8783ecf5e7 -C extra-filename=-4509fe8783ecf5e7 --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-de7ed3725d1ecbe1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2a5e1a4610284056.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
37482025-01-11T00:28:16.642Z Compiling zone v0.1.8
37492025-01-11T00:28:16.642Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d3ba7c9c6baa551a -C extra-filename=-d3ba7c9c6baa551a --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-db92a402d6d3376a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-2064241a4c92c8e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-01-11T00:28:16.934Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37512025-01-11T00:28:16.937Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values())' -C metadata=cfc5e83ae567a7e6 -C extra-filename=-cfc5e83ae567a7e6 --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-3ae2039a9c74d836.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b6fbc30e8bd72608.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-01-11T00:28:17.176Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=1ac6548b834a1fc8 -C extra-filename=-1ac6548b834a1fc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-c40c29dcf921ae8b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7ddd59357260cf34.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-3841196c467e4f4d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-3a6814eca4b7441a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6e9433d0d0d5932c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37532025-01-11T00:28:17.727Z Compiling xz2 v0.1.7
37542025-01-11T00:28:17.729Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=829fc4595960ee29 -C extra-filename=-829fc4595960ee29 --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-530de364c32c344b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37552025-01-11T00:28:18.269Z Compiling subprocess v0.2.9
37562025-01-11T00:28:18.271Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e7b60d3e91176a92 -C extra-filename=-e7b60d3e91176a92 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-01-11T00:28:18.373Z Dirty semver v0.1.20: the rustflags changed
37582025-01-11T00:28:18.373Z Compiling semver v0.1.20
37592025-01-11T00:28:18.377Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ad501e15d7f1fa5f -C extra-filename=-ad501e15d7f1fa5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-01-11T00:28:18.684Z Compiling half v2.4.1
37612025-01-11T00:28:18.687Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=b903e0a71c8a9e30 -C extra-filename=-b903e0a71c8a9e30 --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-83c04ded702a2c6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-01-11T00:28:19.127Z Dirty rustc_version v0.1.7: the rustflags changed
37632025-01-11T00:28:19.127Z Compiling rustc_version v0.1.7
37642025-01-11T00:28:19.129Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5e1f2611955e262c -C extra-filename=-5e1f2611955e262c --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-ad501e15d7f1fa5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-01-11T00:28:19.211Z Compiling ciborium-io v0.2.2
37662025-01-11T00:28:19.214Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=47dbf1aa7d6f1ddf -C extra-filename=-47dbf1aa7d6f1ddf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672025-01-11T00:28:19.296Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=ebc379566efd2a27 -C extra-filename=-ebc379566efd2a27 --out-dir /work/oxidecomputer/omicron/target/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`
37682025-01-11T00:28:19.366Z Compiling ciborium-ll v0.2.2
37692025-01-11T00:28:19.369Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f57a3b1c0d1225df -C extra-filename=-f57a3b1c0d1225df --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-47dbf1aa7d6f1ddf.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-b903e0a71c8a9e30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702025-01-11T00:28:19.627Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
37712025-01-11T00:28:19.630Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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)' --check-cfg 'cfg(feature, values())' -C metadata=daefe841ee22827b -C extra-filename=-daefe841ee22827b --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-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722025-01-11T00:28:19.684Z Dirty newtype_derive v0.1.6: the rustflags changed
37732025-01-11T00:28:19.684Z Compiling newtype_derive v0.1.6
37742025-01-11T00:28:19.686Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=091dddfb3b11af99 -C extra-filename=-091dddfb3b11af99 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5e1f2611955e262c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-01-11T00:28:19.821Z Compiling ciborium v0.2.2
37762025-01-11T00:28:19.823Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8b0203daf59c8493 -C extra-filename=-8b0203daf59c8493 --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-47dbf1aa7d6f1ddf.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f57a3b1c0d1225df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-01-11T00:28:20.087Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99/build-script-build`
37782025-01-11T00:28:20.180Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=46f75afc187be87d -C extra-filename=-46f75afc187be87d --out-dir /work/oxidecomputer/omicron/target/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`
37792025-01-11T00:28:20.284Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
37802025-01-11T00:28:20.287Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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)' --check-cfg 'cfg(feature, values())' -C metadata=e4159cc77a404de8 -C extra-filename=-e4159cc77a404de8 --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-e342ec737c4cbcc0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-01-11T00:28:20.329Z Compiling steno v0.4.1
37822025-01-11T00:28:20.331Z Compiling display-error-chain v0.2.2
37832025-01-11T00:28:20.331Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=504ae1ac0c953756 -C extra-filename=-504ae1ac0c953756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-01-11T00:28:20.356Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c934ff84d13620ad -C extra-filename=-c934ff84d13620ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-01-11T00:28:20.599Z Compiling slog-dtrace v0.3.0
37862025-01-11T00:28:20.601Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=db2a9b39b66bdf96 -C extra-filename=-db2a9b39b66bdf96 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872025-01-11T00:28:20.995Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
37882025-01-11T00:28:20.998Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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)' --check-cfg 'cfg(feature, values())' -C metadata=848a332663cdff4b -C extra-filename=-848a332663cdff4b --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-e4159cc77a404de8.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-daefe841ee22827b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892025-01-11T00:28:21.431Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96/build-script-build`
37902025-01-11T00:28:21.526Z Compiling gethostname v0.5.0
37912025-01-11T00:28:21.529Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=680e43f5c3d04aab -C extra-filename=-680e43f5c3d04aab --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-2ee219279da07ccc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-01-11T00:28:21.613Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=26a08c1afc8919e1 -C extra-filename=-26a08c1afc8919e1 --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-f7ae3eefbcb18a0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-01-11T00:28:21.678Z Compiling nibble_vec v0.1.0
37942025-01-11T00:28:21.681Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5edce832b955d918 -C extra-filename=-5edce832b955d918 --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-01-11T00:28:21.794Z Compiling endian-type v0.1.2
37962025-01-11T00:28:21.797Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=374679e1acf60c7f -C extra-filename=-374679e1acf60c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-01-11T00:28:21.943Z Compiling keccak v0.1.5
37982025-01-11T00:28:21.965Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=c2f5654441477d17 -C extra-filename=-c2f5654441477d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992025-01-11T00:28:22.071Z Compiling radix_trie v0.2.1
38002025-01-11T00:28:22.073Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9a0d1285c339c6d5 -C extra-filename=-9a0d1285c339c6d5 --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-374679e1acf60c7f.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-5edce832b955d918.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-01-11T00:28:22.239Z Compiling arrayvec v0.7.6
38022025-01-11T00:28:22.243Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=3ded41aaa9d9802f -C extra-filename=-3ded41aaa9d9802f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-01-11T00:28:22.703Z Compiling sha3 v0.10.8
38042025-01-11T00:28:22.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=fa1a9dcf17ffa726 -C extra-filename=-fa1a9dcf17ffa726 --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-970947f9bc43ab10.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-c2f5654441477d17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-01-11T00:28:22.826Z Compiling constant_time_eq v0.3.1
38062025-01-11T00:28:22.830Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=4d02674e81423f01 -C extra-filename=-4d02674e81423f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072025-01-11T00:28:22.992Z Compiling arrayref v0.3.9
38082025-01-11T00:28:22.994Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b91986aeb4aaec13 -C extra-filename=-b91986aeb4aaec13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092025-01-11T00:28:23.028Z Compiling universal-hash v0.5.1
38102025-01-11T00:28:23.031Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=615c7c707d369e00 -C extra-filename=-615c7c707d369e00 --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-a236405acad79de0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-01-11T00:28:23.122Z Compiling opaque-debug v0.3.1
38122025-01-11T00:28:23.125Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=336551ef1347f8fe -C extra-filename=-336551ef1347f8fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132025-01-11T00:28:23.239Z Compiling secrecy v0.8.0
38142025-01-11T00:28:23.241Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=feef69d428b7e714 -C extra-filename=-feef69d428b7e714 --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-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-01-11T00:28:23.264Z Compiling blake3 v1.5.4
38162025-01-11T00:28:23.264Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e4e5b4fdbc78c63f -C extra-filename=-e4e5b4fdbc78c63f --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172025-01-11T00:28:23.538Z Compiling memmap2 v0.9.5
38182025-01-11T00:28:23.540Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=30296a06e6ae4d07 -C extra-filename=-30296a06e6ae4d07 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-01-11T00:28:23.565Z Compiling progenitor-macro v0.9.1
38202025-01-11T00:28:23.567Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=91a0bd12cd57be7a -C extra-filename=-91a0bd12cd57be7a --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-ab51948006c48bbb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-62ad735547d3fddc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a371d7f7b9c7dae3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-01-11T00:28:23.795Z Compiling aead v0.5.2
38222025-01-11T00:28:23.798Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=af64ce37c54bc0d4 -C extra-filename=-af64ce37c54bc0d4 --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-a236405acad79de0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-16e0b1122a3f1b48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-01-11T00:28:24.019Z Compiling topological-sort v0.2.2
38242025-01-11T00:28:24.019Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=080f99335bb4565d -C extra-filename=-080f99335bb4565d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-01-11T00:28:24.083Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f/build-script-build`
38262025-01-11T00:28:24.191Z Compiling poly1305 v0.8.0
38272025-01-11T00:28:24.191Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=ad66ae8b29f16553 -C extra-filename=-ad66ae8b29f16553 --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-1b13b59192a6c1bc.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-615c7c707d369e00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282025-01-11T00:28:24.252Z Compiling chacha20 v0.9.1
38292025-01-11T00:28:24.255Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=a1395332c0d7c651 -C extra-filename=-a1395332c0d7c651 --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-83c04ded702a2c6e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302025-01-11T00:28:24.729Z Compiling toolchain_find v0.4.0
38312025-01-11T00:28:24.731Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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)' --check-cfg 'cfg(feature, values())' -C metadata=3560e3d3faf3bd76 -C extra-filename=-3560e3d3faf3bd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322025-01-11T00:28:24.755Z Compiling thiserror-impl-no-std v2.0.2
38332025-01-11T00:28:24.758Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ac98bb1eae914df5 -C extra-filename=-ac98bb1eae914df5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342025-01-11T00:28:24.795Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=39a768ac77827752 -C extra-filename=-39a768ac77827752 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-30296a06e6ae4d07.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-0db1bb5fe7723ef4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/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()))'`
38352025-01-11T00:28:25.456Z Compiling rustfmt-wrapper v0.2.1
38362025-01-11T00:28:25.459Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-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)' --check-cfg 'cfg(feature, values())' -C metadata=81e21d681d4333d3 -C extra-filename=-81e21d681d4333d3 --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-180a178abc10ab9a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-3560e3d3faf3bd76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-01-11T00:28:25.965Z Compiling async-recursion v1.1.1
38382025-01-11T00:28:25.968Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4e3732e26382ec86 -C extra-filename=-4e3732e26382ec86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-01-11T00:28:25.992Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38402025-01-11T00:28:25.994Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=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)' --check-cfg 'cfg(feature, values())' -C metadata=ca2995da6a70227e -C extra-filename=-ca2995da6a70227e --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-01-11T00:28:26.088Z Compiling chacha20poly1305 v0.10.1
38422025-01-11T00:28:26.090Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=c2031ffb480b0ff2 -C extra-filename=-c2031ffb480b0ff2 --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-af64ce37c54bc0d4.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a1395332c0d7c651.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ad66ae8b29f16553.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432025-01-11T00:28:26.142Z Compiling fxhash v0.2.1
38442025-01-11T00:28:26.146Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=048ebba6ba3012bd -C extra-filename=-048ebba6ba3012bd --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-42c8c764cb4293aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-01-11T00:28:26.345Z Compiling simd-adler32 v0.3.7
38462025-01-11T00:28:26.355Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=56420b8cf164d3b8 -C extra-filename=-56420b8cf164d3b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472025-01-11T00:28:26.375Z Compiling lockfree-object-pool v0.1.6
38482025-01-11T00:28:26.375Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e/build-script-build`
38492025-01-11T00:28:26.375Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8959df1db63b88d5 -C extra-filename=-8959df1db63b88d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-01-11T00:28:26.439Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f33e21e50e59bc61 -C extra-filename=-f33e21e50e59bc61 --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-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.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/`
38512025-01-11T00:28:26.474Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a60c4793700ea0e5/build-script-main`
38522025-01-11T00:28:26.759Z Compiling zip v2.1.3
38532025-01-11T00:28:26.761Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/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"' --check-cfg 'cfg(docsrs)' --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", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=f45a45f4d5bf7a94 -C extra-filename=-f45a45f4d5bf7a94 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-01-11T00:28:26.922Z Compiling bumpalo v3.16.0
38552025-01-11T00:28:26.925Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=597f73e87f72748d -C extra-filename=-597f73e87f72748d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-01-11T00:28:26.955Z Compiling termcolor v1.4.1
38572025-01-11T00:28:26.979Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4797ccd8a8baddc1 -C extra-filename=-4797ccd8a8baddc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-01-11T00:28:27.149Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94/build-script-build`
38592025-01-11T00:28:27.191Z Compiling radium v0.7.0
38602025-01-11T00:28:27.194Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fa7c7e0fa637645c -C extra-filename=-fa7c7e0fa637645c --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-01-11T00:28:27.450Z Compiling zopfli v0.8.1
38622025-01-11T00:28:27.452Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=8a273e04d4248100 -C extra-filename=-8a273e04d4248100 --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-597f73e87f72748d.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-8959df1db63b88d5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-56420b8cf164d3b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-01-11T00:28:27.773Z Compiling maplit v1.0.2
38642025-01-11T00:28:27.775Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ecfd5b0ec037d853 -C extra-filename=-ecfd5b0ec037d853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652025-01-11T00:28:27.870Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c/build-script-build`
38662025-01-11T00:28:27.903Z Compiling tap v1.0.1
38672025-01-11T00:28:27.905Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4c927e9e71c73919 -C extra-filename=-4c927e9e71c73919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682025-01-11T00:28:27.940Z Compiling maybe-uninit v2.0.0
38692025-01-11T00:28:27.942Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5c5063d6021ef8d5 -C extra-filename=-5c5063d6021ef8d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-01-11T00:28:27.966Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dbeb60fed82686ae -C extra-filename=-dbeb60fed82686ae --out-dir /work/oxidecomputer/omicron/target/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`
38712025-01-11T00:28:28.094Z Compiling wyz v0.5.1
38722025-01-11T00:28:28.096Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=9586e86629ff2435 -C extra-filename=-9586e86629ff2435 --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-4c927e9e71c73919.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-01-11T00:28:28.350Z Compiling thiserror-no-std v2.0.2
38742025-01-11T00:28:28.352Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=05db5d8b56a59281 -C extra-filename=-05db5d8b56a59281 --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-ac98bb1eae914df5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-01-11T00:28:28.452Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --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", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=8c13887a038eb59e -C extra-filename=-8c13887a038eb59e --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-196dc5499806c930.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-149352a4a9602637.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-15756e30010e84d8.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-8a273e04d4248100.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-f7ea44e4a6d36c20/out/lib`
38762025-01-11T00:28:28.483Z Compiling vsss-rs v3.3.4
38772025-01-11T00:28:28.486Z Compiling const_format_proc_macros v0.2.33
38782025-01-11T00:28:28.486Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=f57ed294448d743d -C extra-filename=-f57ed294448d743d --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-4e2a9fb83105b6b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-1813406a01ef5164.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-05db5d8b56a59281.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-01-11T00:28:28.509Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=d8d7e286b5864f9b -C extra-filename=-d8d7e286b5864f9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802025-01-11T00:28:28.533Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5/build-script-build`
38812025-01-11T00:28:28.558Z Compiling funty v2.0.0
38822025-01-11T00:28:28.558Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ce667f001666d86f -C extra-filename=-ce667f001666d86f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832025-01-11T00:28:28.618Z Compiling crc-catalog v2.4.0
38842025-01-11T00:28:28.621Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ab025c5202a84d5c -C extra-filename=-ab025c5202a84d5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852025-01-11T00:28:28.786Z Compiling packed_struct v0.10.1
38862025-01-11T00:28:28.788Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=227703b346cb490f -C extra-filename=-227703b346cb490f --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872025-01-11T00:28:29.361Z Compiling crc v3.2.1
38882025-01-11T00:28:29.361Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f/build-script-build`
38892025-01-11T00:28:29.363Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fbcb9c8736247af6 -C extra-filename=-fbcb9c8736247af6 --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-ab025c5202a84d5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-01-11T00:28:29.423Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e32ac06e498fa999 -C extra-filename=-e32ac06e498fa999 --out-dir /work/oxidecomputer/omicron/target/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`
38912025-01-11T00:28:29.544Z Compiling bitvec v1.0.1
38922025-01-11T00:28:29.547Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=9361801a98241083 -C extra-filename=-9361801a98241083 --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-ce667f001666d86f.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-dbeb60fed82686ae.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4c927e9e71c73919.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-9586e86629ff2435.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932025-01-11T00:28:30.156Z Compiling packed_struct_codegen v0.10.1
38942025-01-11T00:28:30.159Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=16755eebc3e77664 -C extra-filename=-16755eebc3e77664 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-01-11T00:28:30.645Z Compiling indexmap v1.9.3
38962025-01-11T00:28:30.657Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=0076c5f389578092 -C extra-filename=-0076c5f389578092 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-01-11T00:28:30.657Z Compiling nodrop v0.1.14
38982025-01-11T00:28:30.657Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=071933959effb27c -C extra-filename=-071933959effb27c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-01-11T00:28:30.684Z Compiling array-init v0.0.4
39002025-01-11T00:28:30.686Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a275773c7f7a2120 -C extra-filename=-a275773c7f7a2120 --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-071933959effb27c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-01-11T00:28:30.816Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092/build-script-build`
39022025-01-11T00:28:30.887Z Compiling smallvec v0.6.14
39032025-01-11T00:28:30.890Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=95962537221bffe4 -C extra-filename=-95962537221bffe4 --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-e32ac06e498fa999.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-01-11T00:28:30.929Z Compiling const_format v0.2.33
39052025-01-11T00:28:30.952Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__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"))' -C metadata=c6959481e8fe2373 -C extra-filename=-c6959481e8fe2373 --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-d8d7e286b5864f9b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-01-11T00:28:31.394Z Compiling vte_generate_state_changes v0.1.2
39072025-01-11T00:28:31.394Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4f6cf6869d1f61c8 -C extra-filename=-4f6cf6869d1f61c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082025-01-11T00:28:31.618Z Compiling hashbrown v0.12.3
39092025-01-11T00:28:31.621Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=dd90245a70577fbf -C extra-filename=-dd90245a70577fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-01-11T00:28:31.963Z Compiling bitfield v0.14.0
39112025-01-11T00:28:31.967Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e0f86572c8bfcbd0 -C extra-filename=-e0f86572c8bfcbd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122025-01-11T00:28:32.243Z Compiling vte v0.11.1
39132025-01-11T00:28:32.245Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=1c912b3a0ba1922d -C extra-filename=-1c912b3a0ba1922d --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-6f3e25e7cc201eae.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-4f6cf6869d1f61c8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-01-11T00:28:32.294Z Compiling serde-hex v0.1.0
39152025-01-11T00:28:32.297Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d1b2def7986ddd1d -C extra-filename=-d1b2def7986ddd1d --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-a275773c7f7a2120.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-95962537221bffe4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-01-11T00:28:32.902Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=2ce4db2c526c9701 -C extra-filename=-2ce4db2c526c9701 --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-dd90245a70577fbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39172025-01-11T00:28:33.237Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18/build-script-build`
39182025-01-11T00:28:33.269Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.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)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=73794ea5c94a33be -C extra-filename=-73794ea5c94a33be --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-29117e4ff36dab03.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.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-f47834445a2c1f16/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
39192025-01-11T00:28:33.311Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-ecf2e39c447d1e80/build-script-build`
39202025-01-11T00:28:33.356Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39212025-01-11T00:28:33.358Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=34bcbe260325f5d2 -C extra-filename=-34bcbe260325f5d2 --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0868845a2b8d615b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-01-11T00:28:33.391Z Compiling env_logger v0.10.2
39232025-01-11T00:28:33.393Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=44fd74ce17390a5c -C extra-filename=-44fd74ce17390a5c --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-df36d71ac9df22f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242025-01-11T00:28:33.528Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=defdabc18a69dcb5 -C extra-filename=-defdabc18a69dcb5 --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-9361801a98241083.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-16755eebc3e77664.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252025-01-11T00:28:33.709Z Compiling ron v0.8.1
39262025-01-11T00:28:33.713Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=6d450c83861c948c -C extra-filename=-6d450c83861c948c --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-6d27ec8383fdb856.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-c9523f7c75feac51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272025-01-11T00:28:33.804Z Compiling fd-lock v4.0.2
39282025-01-11T00:28:33.811Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cad51743fe2e31a5 -C extra-filename=-cad51743fe2e31a5 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-01-11T00:28:33.831Z Compiling hashbrown v0.13.2
39302025-01-11T00:28:33.831Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4ff08933271bf43a -C extra-filename=-4ff08933271bf43a --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-601eae4ebaad7560.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-01-11T00:28:34.035Z Compiling kstat-rs v0.2.4
39322025-01-11T00:28:34.038Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e186200f00dda158 -C extra-filename=-e186200f00dda158 --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-29117e4ff36dab03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-01-11T00:28:34.681Z Compiling crc-any v2.5.0
39342025-01-11T00:28:34.683Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=962b55160f0ef6f5 -C extra-filename=-962b55160f0ef6f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-01-11T00:28:34.759Z Compiling strip-ansi-escapes v0.2.0
39362025-01-11T00:28:34.762Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c86bc0d9e374c079 -C extra-filename=-c86bc0d9e374c079 --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-1c912b3a0ba1922d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-01-11T00:28:35.096Z Compiling object v0.30.4
39382025-01-11T00:28:35.100Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=93517f8854357279 -C extra-filename=-93517f8854357279 --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-149352a4a9602637.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-4ff08933271bf43a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2ce4db2c526c9701.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-01-11T00:28:35.215Z Compiling itertools v0.12.1
39402025-01-11T00:28:35.218Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ae1ce0c123c35ba1 -C extra-filename=-ae1ce0c123c35ba1 --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-682f0202de4cb9c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412025-01-11T00:28:35.239Z Compiling libefi-sys v0.1.0
39422025-01-11T00:28:35.243Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d4fe92f8ec81414b -C extra-filename=-d4fe92f8ec81414b --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432025-01-11T00:28:35.606Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39442025-01-11T00:28:35.609Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values())' -C metadata=895fee502f7fd0ce -C extra-filename=-895fee502f7fd0ce --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-6d450c83861c948c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-34bcbe260325f5d2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0868845a2b8d615b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452025-01-11T00:28:36.420Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --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=ba1737b38193a78d -C extra-filename=-ba1737b38193a78d --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-73794ea5c94a33be.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-8aee8da451d01836.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.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-f47834445a2c1f16/out/build/artifacts/`
39462025-01-11T00:28:36.452Z Compiling path-slash v0.1.5
39472025-01-11T00:28:36.453Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=05d31220557fc09a -C extra-filename=-05d31220557fc09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-01-11T00:28:36.534Z Compiling nu-ansi-term v0.50.1
39492025-01-11T00:28:36.536Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=6849588ccad9c8e6 -C extra-filename=-6849588ccad9c8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-01-11T00:28:36.724Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b/build-script-build`
39512025-01-11T00:28:36.767Z Compiling phf_generator v0.11.2
39522025-01-11T00:28:36.769Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=0a17cc12ffcc6605 -C extra-filename=-0a17cc12ffcc6605 --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-a7eca61a1c7ae2ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-01-11T00:28:36.974Z Compiling bitfield-struct v0.6.2
39542025-01-11T00:28:36.976Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=942d3dd53949099a -C extra-filename=-942d3dd53949099a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-01-11T00:28:37.358Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39562025-01-11T00:28:37.361Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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)' --check-cfg 'cfg(feature, values())' -C metadata=39f91e5af8b8042e -C extra-filename=-39f91e5af8b8042e --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-e0f86572c8bfcbd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-defdabc18a69dcb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-01-11T00:28:37.410Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39582025-01-11T00:28:37.413Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/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)' --check-cfg 'cfg(feature, values())' -C metadata=9595ee4ddf327f14 -C extra-filename=-9595ee4ddf327f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-01-11T00:28:37.794Z Compiling parking_lot_core v0.8.6
39602025-01-11T00:28:37.797Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=ef92fdba32481ddb -C extra-filename=-ef92fdba32481ddb --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-01-11T00:28:37.959Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14/build-script-build`
39622025-01-11T00:28:38.093Z Compiling phf_codegen v0.11.2
39632025-01-11T00:28:38.095Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=48691c8038a1d71f -C extra-filename=-48691c8038a1d71f --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-0a17cc12ffcc6605.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-01-11T00:28:38.316Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=058db1c7bc49c03f -C extra-filename=-058db1c7bc49c03f --out-dir /work/oxidecomputer/omicron/target/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`
39652025-01-11T00:28:38.362Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb/build-script-build`
39662025-01-11T00:28:38.405Z Compiling reedline v0.35.0
39672025-01-11T00:28:38.407Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=7b857fd1d6f38070 -C extra-filename=-7b857fd1d6f38070 --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-f7ae3eefbcb18a0f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-cad51743fe2e31a5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ae1ce0c123c35ba1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-6849588ccad9c8e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-c86bc0d9e374c079.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7b66c18ef78d810d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682025-01-11T00:28:38.587Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39692025-01-11T00:28:38.590Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/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)' --check-cfg 'cfg(feature, values())' -C metadata=530547ea1a4acf24 -C extra-filename=-530547ea1a4acf24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7ddd59357260cf34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-01-11T00:28:38.748Z Dirty rustls-webpki v0.102.8: the rustflags changed
39712025-01-11T00:28:38.748Z Compiling rustls-webpki v0.102.8
39722025-01-11T00:28:38.751Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=ed000fad94254156 -C extra-filename=-ed000fad94254156 --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-ba1737b38193a78d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
39732025-01-11T00:28:38.780Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39742025-01-11T00:28:38.783Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4de9e7720acdb42d -C extra-filename=-4de9e7720acdb42d --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-942d3dd53949099a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752025-01-11T00:28:39.335Z Compiling parse-zoneinfo v0.3.1
39762025-01-11T00:28:39.338Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a07e9f4fb4226542 -C extra-filename=-a07e9f4fb4226542 --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-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772025-01-11T00:28:39.619Z Compiling cfg_aliases v0.1.1
39782025-01-11T00:28:39.625Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cbe8164c9e97305a -C extra-filename=-cbe8164c9e97305a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-01-11T00:28:39.755Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=bdc1b57a6748da39 -C extra-filename=-bdc1b57a6748da39 --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-ba1737b38193a78d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ed000fad94254156.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
39802025-01-11T00:28:40.055Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=594234157275b90e -C extra-filename=-594234157275b90e --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-a2c99244b373d360.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ed000fad94254156.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/`
39812025-01-11T00:28:40.621Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39822025-01-11T00:28:40.624Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b027d8ff7ea97694 -C extra-filename=-b027d8ff7ea97694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-01-11T00:28:40.769Z Dirty bytecount v0.6.8: the rustflags changed
39842025-01-11T00:28:40.770Z Compiling bytecount v0.6.8
39852025-01-11T00:28:40.772Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=b354c3cdf7fcee8b -C extra-filename=-b354c3cdf7fcee8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-01-11T00:28:41.023Z Dirty papergrid v0.11.0: the rustflags changed
39872025-01-11T00:28:41.023Z Compiling papergrid v0.11.0
39882025-01-11T00:28:41.026Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=4664678ab6d4281d -C extra-filename=-4664678ab6d4281d --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-b354c3cdf7fcee8b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-086f5ffe4a25dc54.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-01-11T00:28:41.106Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39902025-01-11T00:28:41.109Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f2f917705fef8dc2 -C extra-filename=-f2f917705fef8dc2 --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-4de9e7720acdb42d.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-b027d8ff7ea97694.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-01-11T00:28:41.408Z Compiling chrono-tz-build v0.4.0
39922025-01-11T00:28:41.410Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=8b31444d343b8149 -C extra-filename=-8b31444d343b8149 --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-a07e9f4fb4226542.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-48691c8038a1d71f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-01-11T00:28:42.234Z Compiling nix v0.28.0
39942025-01-11T00:28:42.236Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=56ba871f93d00d84 -C extra-filename=-56ba871f93d00d84 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-cbe8164c9e97305a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952025-01-11T00:28:43.057Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/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)' --check-cfg 'cfg(feature, values())' -C metadata=fb6fdc79fa32cb70 -C extra-filename=-fb6fdc79fa32cb70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-530547ea1a4acf24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -l static=pci`
39962025-01-11T00:28:43.199Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39972025-01-11T00:28:43.201Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/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)' --check-cfg 'cfg(feature, values())' -C metadata=35c7bb29622df945 -C extra-filename=-35c7bb29622df945 --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-29117e4ff36dab03.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-058db1c7bc49c03f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982025-01-11T00:28:43.592Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2bc2f9aba3e87a66 -C extra-filename=-2bc2f9aba3e87a66 --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-83c04ded702a2c6e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-39bb737618c263a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-01-11T00:28:43.625Z Compiling tabled_derive v0.7.0
40002025-01-11T00:28:43.625Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ecd7a4ecf3ae39c0 -C extra-filename=-ecd7a4ecf3ae39c0 --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-dd99b89daf0c34d1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6bfec5f06b11ccd3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-01-11T00:28:44.299Z Compiling parking_lot v0.11.2
40022025-01-11T00:28:44.301Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=433037128dfcb871 -C extra-filename=-433037128dfcb871 --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-39bb737618c263a4.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-3f6f9678b9924c1b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2bc2f9aba3e87a66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-01-11T00:28:44.453Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84/build-script-build`
40042025-01-11T00:28:44.496Z Compiling chrono-tz v0.10.0
40052025-01-11T00:28:44.498Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.10.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=0b00c1c85e311178 -C extra-filename=-0b00c1c85e311178 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-0b00c1c85e311178 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-8b31444d343b8149.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-01-11T00:28:45.296Z Dirty tokio-rustls v0.25.0: the rustflags changed
40072025-01-11T00:28:45.296Z Compiling tokio-rustls v0.25.0
40082025-01-11T00:28:45.300Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=c6e3836e52805c9b -C extra-filename=-c6e3836e52805c9b --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-594234157275b90e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/`
40092025-01-11T00:28:45.485Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
40102025-01-11T00:28:45.488Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/242fd81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf622b9c35c54aa9 -C extra-filename=-cf622b9c35c54aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-01-11T00:28:45.567Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-0b00c1c85e311178/build-script-build`
40122025-01-11T00:28:45.796Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=c9c1ea41e0151580 -C extra-filename=-c9c1ea41e0151580 --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-70ef9e9718608afe.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-54282316c228c755.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-abd8adb250abc07d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8c6475cb19208148.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8b350d0403c8d928.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-55a72e999c775d4c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6e3836e52805c9b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/`
40132025-01-11T00:28:46.219Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=9580cdd7e40ea423 -C extra-filename=-9580cdd7e40ea423 --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-70ef9e9718608afe.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-e8aa7866007cb2b2.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-abd8adb250abc07d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8c6475cb19208148.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8b350d0403c8d928.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-55a72e999c775d4c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6e3836e52805c9b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8e2e95346c1a6057.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/`
40142025-01-11T00:28:46.409Z Compiling tabled v0.15.0
40152025-01-11T00:28:46.412Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=914b4ec4809f5d00 -C extra-filename=-914b4ec4809f5d00 --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-4664678ab6d4281d.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-ecd7a4ecf3ae39c0.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162025-01-11T00:28:46.769Z Compiling sled v0.34.7
40172025-01-11T00:28:46.771Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=f7af14b37d81d494 -C extra-filename=-f7af14b37d81d494 --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-149352a4a9602637.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-433037128dfcb871.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182025-01-11T00:28:49.120Z Dirty tokio-rustls v0.26.0: the rustflags changed
40192025-01-11T00:28:49.120Z Compiling tokio-rustls v0.26.0
40202025-01-11T00:28:49.122Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=6060787ff0686e2d -C extra-filename=-6060787ff0686e2d --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-bdc1b57a6748da39.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
40212025-01-11T00:28:49.602Z Dirty hyper-rustls v0.27.3: the rustflags changed
40222025-01-11T00:28:49.602Z Compiling hyper-rustls v0.27.3
40232025-01-11T00:28:49.627Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ffa7e856eca83945 -C extra-filename=-ffa7e856eca83945 --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-f07982b6549edd79.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bdc1b57a6748da39.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6060787ff0686e2d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-a678b63728af3191.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
40242025-01-11T00:28:50.284Z Dirty reqwest v0.12.9: the rustflags changed
40252025-01-11T00:28:50.284Z Compiling reqwest v0.12.9
40262025-01-11T00:28:50.288Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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=unexpected_cfgs --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=0dfda1622ce4f02d -C extra-filename=-0dfda1622ce4f02d --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-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-062b6cc8ff4daf81.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-70175fab1ccacbea.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-488b2edc6f6ea2a1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-788baf5066cb8b5c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ffa7e856eca83945.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-d9bc4ada735e4f0e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-71803c34803b0cd3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4baf9d20ff4c4225.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bdc1b57a6748da39.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-a463a25eb929f3db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-a6731c88443680a3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6060787ff0686e2d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-a678b63728af3191.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40272025-01-11T00:28:50.848Z Dirty qorb v0.2.1: the rustflags changed
40282025-01-11T00:28:50.848Z Compiling qorb v0.2.1
40292025-01-11T00:28:50.851Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-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="default"' --cfg 'feature="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=9d1bfef0b0962c23 -C extra-filename=-9d1bfef0b0962c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c9c1ea41e0151580.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a0fa5322f1e41b3e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/`
40302025-01-11T00:28:53.918Z Compiling progenitor-client v0.9.1
40312025-01-11T00:28:53.921Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fdb56c792fd16959 -C extra-filename=-fdb56c792fd16959 --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-9396c872bbb0813c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40322025-01-11T00:28:54.436Z Compiling progenitor-client v0.8.0
40332025-01-11T00:28:54.439Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9c7a5bd6d6c2e1d0 -C extra-filename=-9c7a5bd6d6c2e1d0 --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-9396c872bbb0813c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40342025-01-11T00:28:54.555Z Compiling progenitor v0.9.1
40352025-01-11T00:28:54.557Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=52f1febcfa02c41c -C extra-filename=-52f1febcfa02c41c --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-fdb56c792fd16959.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-62ad735547d3fddc.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-91a0bd12cd57be7a.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40362025-01-11T00:28:54.846Z Compiling progenitor v0.8.0
40372025-01-11T00:28:54.849Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ff6d36a297367c7e -C extra-filename=-ff6d36a297367c7e --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-9c7a5bd6d6c2e1d0.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d405a360f2659840.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-765bfd0555d9f31a.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40382025-01-11T00:28:54.990Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
40392025-01-11T00:28:54.993Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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)' --check-cfg 'cfg(feature, values())' -C metadata=47e5c764c03f9c23 -C extra-filename=-47e5c764c03f9c23 --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-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-e4159cc77a404de8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5ca6ac2d5408154.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40402025-01-11T00:28:55.143Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40412025-01-11T00:28:55.146Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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)' --check-cfg 'cfg(feature, values())' -C metadata=396efe2c27125485 -C extra-filename=-396efe2c27125485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff6d36a297367c7e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40422025-01-11T00:28:55.806Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40432025-01-11T00:28:55.808Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=c2d82ee11569e3a3 -C extra-filename=-c2d82ee11569e3a3 --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-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff6d36a297367c7e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5ca6ac2d5408154.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40442025-01-11T00:28:56.438Z Compiling omicron-zone-package v0.12.0
40452025-01-11T00:28:56.441Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9cce4745cc329a1 -C extra-filename=-c9cce4745cc329a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-39a768ac77827752.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b6fbc30e8bd72608.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-080f99335bb4565d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40462025-01-11T00:28:56.507Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40472025-01-11T00:28:56.510Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=adffd6eb05ddae8d -C extra-filename=-adffd6eb05ddae8d --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-42c8c764cb4293aa.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-962b55160f0ef6f5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6810d10f370bba08.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-44fd74ce17390a5c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-39f91e5af8b8042e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-defdabc18a69dcb5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-229710da42ba9e10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d1b2def7986ddd1d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-03a591e9d10ecb0e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0868845a2b8d615b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482025-01-11T00:28:58.175Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ac9cf5262f166dfb -C extra-filename=-ac9cf5262f166dfb --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-c9523f7c75feac51.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
40492025-01-11T00:28:58.890Z Compiling hickory-client v0.24.1
40502025-01-11T00:28:58.892Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-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 --check-cfg 'cfg(docsrs)' --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=53d133e2e53457c9 -C extra-filename=-53d133e2e53457c9 --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-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-01-11T00:29:00.409Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40522025-01-11T00:29:00.411Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/f48e2da/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)' --check-cfg 'cfg(feature, values())' -C metadata=ab63b8a738efbd87 -C extra-filename=-ab63b8a738efbd87 --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-37591c1c0a35415a.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-39f91e5af8b8042e.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-adffd6eb05ddae8d.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-93517f8854357279.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-05d31220557fc09a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-229710da42ba9e10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-34bcbe260325f5d2.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-895fee502f7fd0ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b6fbc30e8bd72608.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-03a591e9d10ecb0e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0868845a2b8d615b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.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-f7ea44e4a6d36c20/out/lib`
40532025-01-11T00:29:01.155Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
40542025-01-11T00:29:01.171Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/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)' --check-cfg 'cfg(feature, values())' -C metadata=d62392717960dc6e -C extra-filename=-d62392717960dc6e --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1ac6548b834a1fc8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2d82ee11569e3a3.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cfc5e83ae567a7e6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-43e9144e1e85725f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5ca6ac2d5408154.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b6fbc30e8bd72608.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-829fc4595960ee29.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d3ba7c9c6baa551a.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
40552025-01-11T00:29:02.258Z Compiling peg-macros v0.8.4
40562025-01-11T00:29:02.263Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=39430fe8788a8cc0 -C extra-filename=-39430fe8788a8cc0 --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-fb8d126bde10d148.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572025-01-11T00:29:03.505Z Compiling hickory-server v0.24.1
40582025-01-11T00:29:03.508Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-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 --check-cfg 'cfg(docsrs)' --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=6ab3ebe4740231db -C extra-filename=-6ab3ebe4740231db --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-ad3c2a9507c92ace.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a23bce9509a34208.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592025-01-11T00:29:03.824Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40602025-01-11T00:29:03.832Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=750090e6ab82f13b -C extra-filename=-750090e6ab82f13b --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-750090e6ab82f13b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612025-01-11T00:29:04.025Z Compiling sqlparser_derive v0.2.2
40622025-01-11T00:29:04.027Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1ad8252e4854f8df -C extra-filename=-1ad8252e4854f8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-01-11T00:29:04.077Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40642025-01-11T00:29:04.080Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58e73d6f006167fb -C extra-filename=-58e73d6f006167fb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-58e73d6f006167fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-601eae4ebaad7560.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ba1737b38193a78d.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-c9523f7c75feac51.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c80083d0c58db2d1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a236405acad79de0.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4e2a9fb83105b6b4.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-17fb15abb8f89d61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c9c1ea41e0151580.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-4b7559d67d750d80.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-894d62fecbcf3238.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-16e0b1122a3f1b48.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dd99b89daf0c34d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f4fd33fab95c131e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ffa7e856eca83945.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d84c059d6435e5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-ab498a41c5cdf6d8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4b99c76d8213f970.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6e1a232e148cf51b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-229710da42ba9e10.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bdc1b57a6748da39.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ed000fad94254156.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-91537ff9f0410e38.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-362a2e7b94bbb09f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6060787ff0686e2d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b6fbc30e8bd72608.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8ddac79a4b70b7b3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-008c88988592656d.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-61314ee9b73dea67.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-03a591e9d10ecb0e.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0b6bb73bee6c46db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40652025-01-11T00:29:04.461Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-58e73d6f006167fb/build-script-build`
40662025-01-11T00:29:04.510Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e648b8628fe1484 -C extra-filename=-2e648b8628fe1484 --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-601eae4ebaad7560.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ba1737b38193a78d.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-c9523f7c75feac51.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c80083d0c58db2d1.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a236405acad79de0.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4e2a9fb83105b6b4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-17fb15abb8f89d61.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c9c1ea41e0151580.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-4b7559d67d750d80.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-894d62fecbcf3238.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-16e0b1122a3f1b48.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dd99b89daf0c34d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f4fd33fab95c131e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ffa7e856eca83945.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d84c059d6435e5d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-ab498a41c5cdf6d8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4b99c76d8213f970.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6e1a232e148cf51b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-229710da42ba9e10.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bdc1b57a6748da39.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ed000fad94254156.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-91537ff9f0410e38.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6060787ff0686e2d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b6fbc30e8bd72608.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8ddac79a4b70b7b3.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-008c88988592656d.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-61314ee9b73dea67.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-03a591e9d10ecb0e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0b6bb73bee6c46db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40672025-01-11T00:29:04.650Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40682025-01-11T00:29:04.653Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83e15ac6d08ec6e1 -C extra-filename=-83e15ac6d08ec6e1 --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-2e648b8628fe1484.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40692025-01-11T00:29:05.091Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40702025-01-11T00:29:05.094Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=481c22fa51e162df -C extra-filename=-481c22fa51e162df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40712025-01-11T00:29:05.116Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40722025-01-11T00:29:05.119Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c848de10310273cc -C extra-filename=-c848de10310273cc --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-2e648b8628fe1484.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40732025-01-11T00:29:05.330Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40742025-01-11T00:29:05.332Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b002eb73f0faf974 -C extra-filename=-b002eb73f0faf974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-266859645a267059.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40752025-01-11T00:29:05.488Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40762025-01-11T00:29:05.492Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db4882d29e038164 -C extra-filename=-db4882d29e038164 --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-1a7ae2d0c106277d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40772025-01-11T00:29:05.622Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40782025-01-11T00:29:05.624Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=9cb7a89322688a0c -C extra-filename=-9cb7a89322688a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-83e15ac6d08ec6e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9223cd3ae7f07851.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40792025-01-11T00:29:05.966Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40802025-01-11T00:29:05.969Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50a0c2e24853691b -C extra-filename=-50a0c2e24853691b --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-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40812025-01-11T00:29:06.270Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=a657dadc5616daef -C extra-filename=-a657dadc5616daef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-83e15ac6d08ec6e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9223cd3ae7f07851.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40822025-01-11T00:29:06.295Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40832025-01-11T00:29:06.297Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40ac24f4d8de6e14 -C extra-filename=-40ac24f4d8de6e14 --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-2e648b8628fe1484.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40842025-01-11T00:29:07.747Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40852025-01-11T00:29:07.750Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1fa3cf5f0f98f3d -C extra-filename=-d1fa3cf5f0f98f3d --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-d1fa3cf5f0f98f3d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40862025-01-11T00:29:08.149Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-d1fa3cf5f0f98f3d/build-script-build`
40872025-01-11T00:29:08.193Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40882025-01-11T00:29:08.198Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2932ee7e5572bda9 -C extra-filename=-2932ee7e5572bda9 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-2932ee7e5572bda9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c9cce4745cc329a1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-81e21d681d4333d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40892025-01-11T00:29:08.221Z Compiling unicode_categories v0.1.1
40902025-01-11T00:29:08.221Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=553efbb5dd4155a7 -C extra-filename=-553efbb5dd4155a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912025-01-11T00:29:08.578Z Compiling sqlformat v0.2.6
40922025-01-11T00:29:08.601Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12ed97d8f2ec15f5 -C extra-filename=-12ed97d8f2ec15f5 --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-1096e8633209e52a.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-553efbb5dd4155a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932025-01-11T00:29:08.619Z Compiling peg v0.8.4
40942025-01-11T00:29:08.631Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=72aa7a156021c723 -C extra-filename=-72aa7a156021c723 --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-39430fe8788a8cc0.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952025-01-11T00:29:08.762Z Compiling sqlparser v0.45.0
40962025-01-11T00:29:08.764Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=050eda13399b4538 -C extra-filename=-050eda13399b4538 --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-a2c99244b373d360.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-1ad8252e4854f8df.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972025-01-11T00:29:09.682Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-750090e6ab82f13b/build-script-build`
40982025-01-11T00:29:09.726Z Compiling rustyline v14.0.0
40992025-01-11T00:29:09.729Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b4d2bbf8dd25c0be -C extra-filename=-b4d2bbf8dd25c0be --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-c9523f7c75feac51.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-cad51743fe2e31a5.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ac9cf5262f166dfb.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-9a0d1285c339c6d5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6f3e25e7cc201eae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002025-01-11T00:29:13.049Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
41012025-01-11T00:29:13.053Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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)' --check-cfg 'cfg(feature, values())' -C metadata=d0cc95eae0eb6567 -C extra-filename=-d0cc95eae0eb6567 --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-c5bd59477f0b4017.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff6d36a297367c7e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
41022025-01-11T00:29:14.365Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=05cbf8d2977a01bf -C extra-filename=-05cbf8d2977a01bf --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-f7ae3eefbcb18a0f.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032025-01-11T00:29:14.553Z Compiling bcs v0.1.6
41042025-01-11T00:29:14.556Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6f81fc34e70f28fd -C extra-filename=-6f81fc34e70f28fd --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-180a178abc10ab9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052025-01-11T00:29:15.345Z Compiling buf-list v1.0.3
41062025-01-11T00:29:15.347Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=8ae8b59bc6d5a009 -C extra-filename=-8ae8b59bc6d5a009 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-01-11T00:29:15.502Z Compiling diff v0.1.13
41082025-01-11T00:29:15.505Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b2853c6e837e3376 -C extra-filename=-b2853c6e837e3376 --out-dir /work/oxidecomputer/omicron/target/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-01-11T00:29:16.110Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009/build-script-build`
41102025-01-11T00:29:16.200Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=fcffd3aa5acaa9f2 -C extra-filename=-fcffd3aa5acaa9f2 --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-9396c872bbb0813c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
41112025-01-11T00:29:16.226Z Compiling primeorder v0.13.6
41122025-01-11T00:29:16.229Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=5f0012680232e714 -C extra-filename=-5f0012680232e714 --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-7522bda0fa89575d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132025-01-11T00:29:16.804Z Compiling nanorand v0.7.0
41142025-01-11T00:29:16.806Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=1aa4ec19552d5ee1 -C extra-filename=-1aa4ec19552d5ee1 --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-4686656331214bbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152025-01-11T00:29:16.831Z Compiling unicase v2.7.0
41162025-01-11T00:29:16.833Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=6997f29a04d7b9f4 -C extra-filename=-6997f29a04d7b9f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-01-11T00:29:17.230Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4/build-script-build`
41182025-01-11T00:29:17.396Z Compiling flume v0.11.1
41192025-01-11T00:29:17.399Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=04244dd35b0a8098 -C extra-filename=-04244dd35b0a8098 --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-15b4a62ef3693967.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-1aa4ec19552d5ee1.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202025-01-11T00:29:17.470Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41212025-01-11T00:29:17.473Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96dd27a5ec7f513a -C extra-filename=-96dd27a5ec7f513a --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-2e648b8628fe1484.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41222025-01-11T00:29:17.893Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41232025-01-11T00:29:17.898Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a77e6a9b8d1f391a -C extra-filename=-a77e6a9b8d1f391a --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-83c04ded702a2c6e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41242025-01-11T00:29:18.231Z Compiling dsl_auto_type v0.1.2
41252025-01-11T00:29:18.234Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3b26a53402393a28 -C extra-filename=-3b26a53402393a28 --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-8a48277008101cbd.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262025-01-11T00:29:18.877Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=16736f4f60da201c -C extra-filename=-16736f4f60da201c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c696b7fc2e70d980.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-89860e00e9d5e126.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-29d04463f5a96233.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dec7d11e128087b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-481c22fa51e162df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
41272025-01-11T00:29:20.052Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41282025-01-11T00:29:20.054Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e4235e68d8afdeb -C extra-filename=-4e4235e68d8afdeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41292025-01-11T00:29:21.602Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
41302025-01-11T00:29:21.604Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15d46429f548fbdd -C extra-filename=-15d46429f548fbdd --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-9396c872bbb0813c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41312025-01-11T00:29:23.691Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41322025-01-11T00:29:23.694Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8dd76fe5df37d3d4 -C extra-filename=-8dd76fe5df37d3d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41332025-01-11T00:29:24.441Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
41342025-01-11T00:29:24.447Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fb0d28199de4ffe -C extra-filename=-3fb0d28199de4ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41352025-01-11T00:29:27.067Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
41362025-01-11T00:29:27.070Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df633f46f136f3ed -C extra-filename=-df633f46f136f3ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41372025-01-11T00:29:27.705Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41382025-01-11T00:29:27.708Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=7ad9fa567fab1101 -C extra-filename=-7ad9fa567fab1101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d62392717960dc6e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
41392025-01-11T00:29:28.839Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21fe14a80424fe86 -C extra-filename=-21fe14a80424fe86 --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-9396c872bbb0813c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a657dadc5616daef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41402025-01-11T00:29:29.553Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
41412025-01-11T00:29:29.556Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43a9c1e77fd1f9a7 -C extra-filename=-43a9c1e77fd1f9a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41422025-01-11T00:29:29.970Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
41432025-01-11T00:29:29.972Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f745ff77a7fe47bc -C extra-filename=-f745ff77a7fe47bc --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-5e76835fbbdb4a96.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41442025-01-11T00:29:30.065Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-2932ee7e5572bda9/build-script-build`
41452025-01-11T00:29:30.665Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
41462025-01-11T00:29:30.669Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff36a01960fbe9ee -C extra-filename=-ff36a01960fbe9ee --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-f7ae3eefbcb18a0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41472025-01-11T00:29:31.020Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c19e5bbb91ef990 -C extra-filename=-8c19e5bbb91ef990 --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-f7ae3eefbcb18a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41482025-01-11T00:29:31.304Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
41492025-01-11T00:29:31.307Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22da9db6edebdd24 -C extra-filename=-22da9db6edebdd24 --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-f7ae3eefbcb18a0f.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41502025-01-11T00:29:31.750Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41512025-01-11T00:29:31.753Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8453e14c9f6b5f91 -C extra-filename=-8453e14c9f6b5f91 --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-8b0203daf59c8493.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f33e21e50e59bc61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41522025-01-11T00:29:31.970Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
41532025-01-11T00:29:31.973Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=020109eba53c8996 -C extra-filename=-020109eba53c8996 --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-ad3c2a9507c92ace.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c1aca83c05869c81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-feef69d428b7e714.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41542025-01-11T00:29:32.536Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41552025-01-11T00:29:32.539Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c7075d9dba6c1d1 -C extra-filename=-0c7075d9dba6c1d1 --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-16736f4f60da201c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41562025-01-11T00:29:32.572Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41572025-01-11T00:29:32.577Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=691b9dcebd0265fa -C extra-filename=-691b9dcebd0265fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41582025-01-11T00:29:32.963Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41592025-01-11T00:29:32.966Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecafd31cc77034ae -C extra-filename=-ecafd31cc77034ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41602025-01-11T00:29:33.104Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41612025-01-11T00:29:33.129Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21b9040b4d49e981 -C extra-filename=-21b9040b4d49e981 --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-c934ff84d13620ad.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41622025-01-11T00:29:33.753Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
41632025-01-11T00:29:33.756Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac88565868cb4e81 -C extra-filename=-ac88565868cb4e81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41642025-01-11T00:29:34.001Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18972e6e1105b1e0 -C extra-filename=-18972e6e1105b1e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-21fe14a80424fe86.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41652025-01-11T00:29:34.039Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f40914f57104a575 -C extra-filename=-f40914f57104a575 --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-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c2031ffb480b0ff2.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c1aca83c05869c81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-feef69d428b7e714.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f57ed294448d743d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41662025-01-11T00:29:34.755Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
41672025-01-11T00:29:34.757Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c42127a1aa40041d -C extra-filename=-c42127a1aa40041d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-530547ea1a4acf24.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-35c7bb29622df945.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-f2f917705fef8dc2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
41682025-01-11T00:29:36.557Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41692025-01-11T00:29:36.561Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21d985dc83243f63 -C extra-filename=-21d985dc83243f63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-83e15ac6d08ec6e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41702025-01-11T00:29:37.456Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41712025-01-11T00:29:37.460Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=625ce54993290c81 -C extra-filename=-625ce54993290c81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41722025-01-11T00:29:38.553Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
41732025-01-11T00:29:38.556Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf005059acaed403 -C extra-filename=-cf005059acaed403 --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-2e648b8628fe1484.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-18972e6e1105b1e0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-21fe14a80424fe86.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41742025-01-11T00:29:39.029Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41752025-01-11T00:29:39.032Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b0f7f13e6c1aa79 -C extra-filename=-3b0f7f13e6c1aa79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
41762025-01-11T00:29:39.149Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
41772025-01-11T00:29:39.152Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86814329573828fb -C extra-filename=-86814329573828fb --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-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41782025-01-11T00:29:45.052Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41792025-01-11T00:29:45.077Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60daa9fe14853f80 -C extra-filename=-60daa9fe14853f80 --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-d0cc95eae0eb6567.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41802025-01-11T00:29:47.186Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
41812025-01-11T00:29:47.189Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ae4671bc4860a45 -C extra-filename=-4ae4671bc4860a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-43a9c1e77fd1f9a7.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-cf005059acaed403.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41822025-01-11T00:29:47.748Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
41832025-01-11T00:29:47.751Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=a91b650543832369 -C extra-filename=-a91b650543832369 --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-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e186200f00dda158.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41842025-01-11T00:29:48.115Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=5dac0d7f0484ecc1 -C extra-filename=-5dac0d7f0484ecc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-4e3732e26382ec86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f81fc34e70f28fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05cbf8d2977a01bf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c6959481e8fe2373.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72aa7a156021c723.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b4d2bbf8dd25c0be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-050eda13399b4538.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41852025-01-11T00:29:48.229Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41862025-01-11T00:29:48.232Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5643cfab3e708fcc -C extra-filename=-5643cfab3e708fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
41872025-01-11T00:29:50.984Z Compiling diesel_table_macro_syntax v0.2.0
41882025-01-11T00:29:50.987Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bb1a295fb9075ccb -C extra-filename=-bb1a295fb9075ccb --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-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892025-01-11T00:29:51.497Z Compiling scheduled-thread-pool v0.2.7
41902025-01-11T00:29:51.501Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=915f98914af04630 -C extra-filename=-915f98914af04630 --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-f79c6fd34a7abec0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912025-01-11T00:29:52.237Z Compiling atty v0.2.14
41922025-01-11T00:29:52.248Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=08f0a4890d2d32c1 -C extra-filename=-08f0a4890d2d32c1 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932025-01-11T00:29:52.266Z Compiling salty v0.3.0
41942025-01-11T00:29:52.289Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=92157ce87e1bde05 -C extra-filename=-92157ce87e1bde05 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952025-01-11T00:29:52.416Z Compiling crunchy v0.2.2
41962025-01-11T00:29:52.421Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=8f6c9389ffe349d9 -C extra-filename=-8f6c9389ffe349d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972025-01-11T00:29:52.815Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05/build-script-build`
41982025-01-11T00:29:52.856Z Compiling r2d2 v0.8.10
41992025-01-11T00:29:52.859Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7edda6ab9f860d36 -C extra-filename=-7edda6ab9f860d36 --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-a2c99244b373d360.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-915f98914af04630.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002025-01-11T00:29:53.034Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9/build-script-build`
42012025-01-11T00:29:53.069Z Compiling diesel_derives v2.2.3
42022025-01-11T00:29:53.072Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d0f93077957dfc33 -C extra-filename=-d0f93077957dfc33 --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-bb1a295fb9075ccb.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-3b26a53402393a28.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032025-01-11T00:29:53.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=06997af0858a3dab -C extra-filename=-06997af0858a3dab --out-dir /work/oxidecomputer/omicron/target/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`
42042025-01-11T00:29:53.281Z Compiling p384 v0.13.0
42052025-01-11T00:29:53.284Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=23ffa35c09064719 -C extra-filename=-23ffa35c09064719 --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-4b7559d67d750d80.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5f0012680232e714.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062025-01-11T00:29:53.548Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
42072025-01-11T00:29:53.552Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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)' --check-cfg 'cfg(feature, values())' -C metadata=a5726d3b736a3233 -C extra-filename=-a5726d3b736a3233 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
42082025-01-11T00:29:54.894Z Compiling tiny-keccak v2.0.2
42092025-01-11T00:29:54.897Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=8239f31239efd9bb -C extra-filename=-8239f31239efd9bb --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102025-01-11T00:29:55.026Z Compiling mime_guess v2.0.5
42112025-01-11T00:29:55.029Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=d3e5b235be8844c8 -C extra-filename=-d3e5b235be8844c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-06997af0858a3dab.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122025-01-11T00:29:55.292Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb/build-script-build`
42132025-01-11T00:29:55.336Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=08377dea7592bdae -C extra-filename=-08377dea7592bdae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142025-01-11T00:29:55.413Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=1096033c69412b0f -C extra-filename=-1096033c69412b0f --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-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42152025-01-11T00:29:55.479Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42162025-01-11T00:29:55.482Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50e26f1543403de3 -C extra-filename=-50e26f1543403de3 --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-9580cdd7e40ea423.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42172025-01-11T00:29:56.364Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42182025-01-11T00:29:56.367Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e223c612b42870ea -C extra-filename=-e223c612b42870ea --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-913a8bb524140659.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42192025-01-11T00:29:56.471Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42202025-01-11T00:29:56.475Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0cd5470cc14e32c -C extra-filename=-b0cd5470cc14e32c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42212025-01-11T00:29:56.497Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42222025-01-11T00:29:56.500Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3fb62aae386efdd -C extra-filename=-b3fb62aae386efdd --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-9580cdd7e40ea423.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42232025-01-11T00:29:57.083Z Compiling env_filter v0.1.2
42242025-01-11T00:29:57.086Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=2c6c9de30d5104c9 -C extra-filename=-2c6c9de30d5104c9 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252025-01-11T00:29:57.655Z Compiling http-range v0.1.5
42262025-01-11T00:29:57.657Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9577e09fcb7988fd -C extra-filename=-9577e09fcb7988fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272025-01-11T00:29:57.936Z Compiling ref-cast v1.0.23
42282025-01-11T00:29:57.939Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76c15b278343ec3e -C extra-filename=-76c15b278343ec3e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292025-01-11T00:29:58.047Z Compiling env_logger v0.11.5
42302025-01-11T00:29:58.049Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=8618d11d466d6b7d -C extra-filename=-8618d11d466d6b7d --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-2c6c9de30d5104c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312025-01-11T00:29:58.467Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8/build-script-build`
42322025-01-11T00:29:58.524Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
42332025-01-11T00:29:58.527Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/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)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=b9d0f2234dfb7a7c -C extra-filename=-b9d0f2234dfb7a7c --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-4686656331214bbd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bbff58834b9f2ac6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-1096033c69412b0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342025-01-11T00:29:58.559Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e/build-script-build`
42352025-01-11T00:29:58.654Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=277dae58bb180094 -C extra-filename=-277dae58bb180094 --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-08377dea7592bdae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362025-01-11T00:29:58.859Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42372025-01-11T00:29:58.862Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b6a1b76dacd13f4 -C extra-filename=-7b6a1b76dacd13f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-7b6a1b76dacd13f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42382025-01-11T00:29:59.252Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42392025-01-11T00:29:59.255Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bc6406b75f200f6 -C extra-filename=-1bc6406b75f200f6 --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-f7ae3eefbcb18a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42402025-01-11T00:29:59.398Z Compiling ascii-canvas v3.0.0
42412025-01-11T00:29:59.401Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e63688383914019e -C extra-filename=-e63688383914019e --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-ce7f22be8feb1ed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422025-01-11T00:29:59.545Z Compiling ref-cast-impl v1.0.23
42432025-01-11T00:29:59.571Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0cbed0c99c63879 -C extra-filename=-b0cbed0c99c63879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442025-01-11T00:30:00.009Z Compiling ena v0.14.3
42452025-01-11T00:30:00.011Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=22b834fff0de8b09 -C extra-filename=-22b834fff0de8b09 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462025-01-11T00:30:00.495Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
42472025-01-11T00:30:00.497Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/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)' --check-cfg 'cfg(feature, values())' -C metadata=919d751a444398bf -C extra-filename=-919d751a444398bf --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482025-01-11T00:30:00.889Z Compiling regex-syntax v0.6.29
42492025-01-11T00:30:00.918Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=9ceae0fe6ab92d55 -C extra-filename=-9ceae0fe6ab92d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502025-01-11T00:30:01.012Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8059b9d218941fa2 -C extra-filename=-8059b9d218941fa2 --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-b0cbed0c99c63879.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)'`
42512025-01-11T00:30:01.190Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf/build-script-build`
42522025-01-11T00:30:01.233Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-7b6a1b76dacd13f4/build-script-build`
42532025-01-11T00:30:01.277Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
42542025-01-11T00:30:01.279Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/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)' --check-cfg 'cfg(feature, values())' -C metadata=cade475f391f06f6 -C extra-filename=-cade475f391f06f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-b9d0f2234dfb7a7c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7c6d8f6ce55bf7b5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-894d62fecbcf3238.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-8618d11d466d6b7d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-23ffa35c09064719.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-03a591e9d10ecb0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552025-01-11T00:30:01.321Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0f214a9a02578c71 -C extra-filename=-0f214a9a02578c71 --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-71803c34803b0cd3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-06997af0858a3dab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562025-01-11T00:30:01.657Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42572025-01-11T00:30:01.659Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=517ff0e64d2a0c0f -C extra-filename=-517ff0e64d2a0c0f --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-c1c647bef926d575.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42582025-01-11T00:30:02.446Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42592025-01-11T00:30:02.449Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f090e1db7ea5432 -C extra-filename=-2f090e1db7ea5432 --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-96dd27a5ec7f513a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42602025-01-11T00:30:02.509Z Compiling pin-project-internal v1.1.6
42612025-01-11T00:30:02.511Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=81c0b44c5b0d815b -C extra-filename=-81c0b44c5b0d815b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622025-01-11T00:30:03.517Z Compiling hyper-staticfile v0.10.1
42632025-01-11T00:30:03.520Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=71a29eb012bc02fa -C extra-filename=-71a29eb012bc02fa --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-f07982b6549edd79.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b628303ab060738e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-0f214a9a02578c71.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642025-01-11T00:30:04.825Z Compiling lalrpop v0.19.12
42652025-01-11T00:30:04.827Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=bae2b972ca23a274 -C extra-filename=-bae2b972ca23a274 --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-e63688383914019e.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b2853c6e837e3376.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-22b834fff0de8b09.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-df36d71ac9df22f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9ceae0fe6ab92d55.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-91537ff9f0410e38.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-277dae58bb180094.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-32fa34c4898bea28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662025-01-11T00:30:06.019Z Compiling pin-project v1.1.6
42672025-01-11T00:30:06.023Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ab17eda2ad854330 -C extra-filename=-ab17eda2ad854330 --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-81c0b44c5b0d815b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42682025-01-11T00:30:06.184Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/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)' --check-cfg 'cfg(feature, values())' -C metadata=c0a8a3ad906b4d77 -C extra-filename=-c0a8a3ad906b4d77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-b9d0f2234dfb7a7c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-cade475f391f06f6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-894d62fecbcf3238.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f33e21e50e59bc61.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bdc1b57a6748da39.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-feef69d428b7e714.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6060787ff0686e2d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-03a591e9d10ecb0e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
42692025-01-11T00:30:06.322Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42702025-01-11T00:30:06.325Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c89184b9aa5bdef8 -C extra-filename=-c89184b9aa5bdef8 --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-9396c872bbb0813c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42712025-01-11T00:30:06.563Z Compiling diesel v2.2.6
42722025-01-11T00:30:06.566Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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)' --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=e89b092dc39ec24a -C extra-filename=-e89b092dc39ec24a --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-c9523f7c75feac51.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-d0f93077957dfc33.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7edda6ab9f860d36.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42732025-01-11T00:30:07.023Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
42742025-01-11T00:30:07.026Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f30ff7a/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)' --check-cfg 'cfg(feature, values())' -C metadata=c5b805eb65063efb -C extra-filename=-c5b805eb65063efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-08f0a4890d2d32c1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c9c1ea41e0151580.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-daefe841ee22827b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8b350d0403c8d928.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5ca6ac2d5408154.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
42752025-01-11T00:30:07.374Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42762025-01-11T00:30:07.376Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7ed28fb217a9a4d -C extra-filename=-e7ed28fb217a9a4d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-e7ed28fb217a9a4d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42772025-01-11T00:30:07.786Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42782025-01-11T00:30:07.809Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ada3745e8e718e3a -C extra-filename=-ada3745e8e718e3a --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-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42792025-01-11T00:30:08.726Z Compiling derive_builder_core v0.20.2
42802025-01-11T00:30:08.726Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=63cfc648e559509f -C extra-filename=-63cfc648e559509f --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-8a48277008101cbd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812025-01-11T00:30:08.818Z Compiling libxml v0.3.3
42822025-01-11T00:30:08.821Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5afb740012e3c2a4 -C extra-filename=-5afb740012e3c2a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832025-01-11T00:30:09.293Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4/build-script-build`
42842025-01-11T00:30:09.353Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-e7ed28fb217a9a4d/build-script-build`
42852025-01-11T00:30:09.399Z Compiling samael v0.0.17
42862025-01-11T00:30:09.402Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=bff2be51f8bc0616 -C extra-filename=-bff2be51f8bc0616 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-bff2be51f8bc0616 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-f4c3c0853bebf98d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872025-01-11T00:30:11.370Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42882025-01-11T00:30:11.373Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f8425ea6ed441cde -C extra-filename=-f8425ea6ed441cde --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-f7ae3eefbcb18a0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42892025-01-11T00:30:12.130Z Compiling derive_builder_macro v0.20.2
42902025-01-11T00:30:12.132Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=c4e7923b9b5bee9a -C extra-filename=-c4e7923b9b5bee9a --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-63cfc648e559509f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912025-01-11T00:30:12.885Z Compiling signal-hook-tokio v0.3.1
42922025-01-11T00:30:12.888Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=ad8489eaf0aaf196 -C extra-filename=-ad8489eaf0aaf196 --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-15b4a62ef3693967.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932025-01-11T00:30:13.128Z Compiling strum_macros v0.24.3
42942025-01-11T00:30:13.130Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=30ff188d43085993 -C extra-filename=-30ff188d43085993 --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952025-01-11T00:30:13.263Z Compiling snafu-derive v0.8.5
42962025-01-11T00:30:13.265Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=bb4f7e0ac45ed139 -C extra-filename=-bb4f7e0ac45ed139 --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972025-01-11T00:30:17.203Z Dirty cargo-platform v0.1.8: the rustflags changed
42982025-01-11T00:30:17.203Z Compiling cargo-platform v0.1.8
42992025-01-11T00:30:17.207Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d081e9bc7994492d -C extra-filename=-d081e9bc7994492d --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002025-01-11T00:30:17.233Z Compiling memoffset v0.9.1
43012025-01-11T00:30:17.236Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=d3c0d469548ccd0b -C extra-filename=-d3c0d469548ccd0b --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eab694a454abf753.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022025-01-11T00:30:17.663Z Compiling indoc v1.0.9
43032025-01-11T00:30:17.668Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=af4dd81929a552eb -C extra-filename=-af4dd81929a552eb --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`
43042025-01-11T00:30:17.839Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b/build-script-build`
43052025-01-11T00:30:17.881Z Dirty cargo_metadata v0.18.1: the rustflags changed
43062025-01-11T00:30:17.881Z Compiling cargo_metadata v0.18.1
43072025-01-11T00:30:17.884Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=63668b095fd4024a -C extra-filename=-63668b095fd4024a --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-913a8bb524140659.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-d081e9bc7994492d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082025-01-11T00:30:18.022Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43092025-01-11T00:30:18.024Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0addf0b0a52b2bac -C extra-filename=-0addf0b0a52b2bac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
43102025-01-11T00:30:18.768Z Compiling derive_builder v0.20.2
43112025-01-11T00:30:18.771Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' --check-cfg 'cfg(compiletests)' -C metadata=01f47e29bf74146e -C extra-filename=-01f47e29bf74146e --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-c4e7923b9b5bee9a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122025-01-11T00:30:18.973Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-bff2be51f8bc0616/build-script-bindings`
43132025-01-11T00:30:19.517Z Compiling snafu v0.8.5
43142025-01-11T00:30:19.520Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=014892346458f8b8 -C extra-filename=-014892346458f8b8 --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-15b4a62ef3693967.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-ab17eda2ad854330.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-bb4f7e0ac45ed139.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152025-01-11T00:30:20.509Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d85619581ea31100 -C extra-filename=-d85619581ea31100 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
43162025-01-11T00:30:21.532Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43172025-01-11T00:30:21.536Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45fd0aa58db26244 -C extra-filename=-45fd0aa58db26244 --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-9580cdd7e40ea423.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
43182025-01-11T00:30:21.908Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43192025-01-11T00:30:21.934Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6cdc39e152f693b -C extra-filename=-c6cdc39e152f693b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-c6cdc39e152f693b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43202025-01-11T00:30:22.088Z Compiling globset v0.4.15
43212025-01-11T00:30:22.090Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=d6086e6109d61904 -C extra-filename=-d6086e6109d61904 --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-0da0f4417492a9a4.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222025-01-11T00:30:22.307Z Compiling olpc-cjson v0.1.4
43232025-01-11T00:30:22.309Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ac480fd510f7b068 -C extra-filename=-ac480fd510f7b068 --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-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242025-01-11T00:30:22.628Z Compiling quick-xml v0.33.0
43252025-01-11T00:30:22.631Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --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=77d7e51ed8b98946 -C extra-filename=-77d7e51ed8b98946 --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-628c83ce3f8440f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262025-01-11T00:30:23.692Z Compiling serde_plain v1.0.2
43272025-01-11T00:30:23.695Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=43622a37801ea20a -C extra-filename=-43622a37801ea20a --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43282025-01-11T00:30:24.084Z Compiling impl-trait-for-tuples v0.2.2
43292025-01-11T00:30:24.086Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=182ef76a70a2d6db -C extra-filename=-182ef76a70a2d6db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302025-01-11T00:30:24.183Z Compiling oso-derive v0.27.3
43312025-01-11T00:30:24.187Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d01af7b6c400fe7b -C extra-filename=-d01af7b6c400fe7b --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-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322025-01-11T00:30:25.184Z Compiling typed-path v0.9.3
43332025-01-11T00:30:25.188Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=277fd8c02a8f8547 -C extra-filename=-277fd8c02a8f8547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342025-01-11T00:30:25.546Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-c6cdc39e152f693b/build-script-build`
43352025-01-11T00:30:25.590Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=90a6ef10e7aadda0 -C extra-filename=-90a6ef10e7aadda0 --out-dir /work/oxidecomputer/omicron/target/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`
43362025-01-11T00:30:25.744Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43372025-01-11T00:30:25.753Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c417784de7069b6 -C extra-filename=-5c417784de7069b6 --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-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-96dd27a5ec7f513a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43382025-01-11T00:30:26.480Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=b46c810a67c68af4 -C extra-filename=-b46c810a67c68af4 --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-01f47e29bf74146e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-d85619581ea31100.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-dd81080d435c4bbe.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-77d7e51ed8b98946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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`
43392025-01-11T00:30:27.805Z Compiling tough v0.19.0
43402025-01-11T00:30:27.829Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-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 --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=62f4817e0567ae70 -C extra-filename=-62f4817e0567ae70 --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-4e3732e26382ec86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ba1737b38193a78d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-d6086e6109d61904.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-ac480fd510f7b068.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bdc1b57a6748da39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-43622a37801ea20a.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-014892346458f8b8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-277fd8c02a8f8547.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
43412025-01-11T00:30:28.972Z Compiling tungstenite v0.23.0
43422025-01-11T00:30:28.975Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=173937b73d447279 -C extra-filename=-173937b73d447279 --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-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7559930a4f3fd1fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-04c785dde2a4d077.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432025-01-11T00:30:29.740Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43442025-01-11T00:30:29.743Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values())' -C metadata=f61592c70dc7dad1 -C extra-filename=-f61592c70dc7dad1 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452025-01-11T00:30:30.165Z Compiling diesel-dtrace v0.4.2
43462025-01-11T00:30:30.168Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=227b89d0c90a416c -C extra-filename=-227b89d0c90a416c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-3085d201f1b07e89.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472025-01-11T00:30:30.578Z Compiling parse-size v1.1.0
43482025-01-11T00:30:30.581Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8d778f7f778e5e60 -C extra-filename=-8d778f7f778e5e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492025-01-11T00:30:30.870Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c/build-script-build`
43502025-01-11T00:30:30.966Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1/build-script-build`
43512025-01-11T00:30:31.060Z Compiling tokio-tungstenite v0.23.1
43522025-01-11T00:30:31.062Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=aa3106dcb432d889 -C extra-filename=-aa3106dcb432d889 --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-f07982b6549edd79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-173937b73d447279.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532025-01-11T00:30:31.437Z Compiling nix v0.27.1
43542025-01-11T00:30:31.440Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=87ec70d83fd81b58 -C extra-filename=-87ec70d83fd81b58 --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-c9523f7c75feac51.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-90a6ef10e7aadda0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552025-01-11T00:30:31.721Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43562025-01-11T00:30:31.723Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=f2caae85c2cfe531 -C extra-filename=-f2caae85c2cfe531 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f2caae85c2cfe531 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43572025-01-11T00:30:32.139Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43582025-01-11T00:30:32.142Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=fe365622e5b15b2b -C extra-filename=-fe365622e5b15b2b --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-42c8c764cb4293aa.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-fbcb9c8736247af6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0868845a2b8d615b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43592025-01-11T00:30:32.521Z Compiling bb8 v0.8.5
43602025-01-11T00:30:32.525Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=6a669accd200f70f -C extra-filename=-6a669accd200f70f --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-ad3c2a9507c92ace.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612025-01-11T00:30:32.918Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f2caae85c2cfe531/build-script-build`
43622025-01-11T00:30:32.963Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values())' -C metadata=629447db1a80c54f -C extra-filename=-629447db1a80c54f --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-ad3c2a9507c92ace.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9223cd3ae7f07851.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-bbff58834b9f2ac6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-87ec70d83fd81b58.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-2defee99dfce9983.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-91537ff9f0410e38.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-fe365622e5b15b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.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-f7ea44e4a6d36c20/out/lib`
43632025-01-11T00:30:33.082Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43642025-01-11T00:30:33.105Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=636de877457d0c74 -C extra-filename=-636de877457d0c74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
43652025-01-11T00:30:33.603Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43662025-01-11T00:30:33.607Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86f4bf2f2c3fc97e -C extra-filename=-86f4bf2f2c3fc97e --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-f7ae3eefbcb18a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43672025-01-11T00:30:36.293Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43682025-01-11T00:30:36.295Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cc9d23ca874d325 -C extra-filename=-1cc9d23ca874d325 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ba1737b38193a78d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8c6475cb19208148.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
43692025-01-11T00:30:38.211Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43702025-01-11T00:30:38.214Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6303aa302d216de6 -C extra-filename=-6303aa302d216de6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-629447db1a80c54f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aa3106dcb432d889.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
43712025-01-11T00:30:39.781Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43722025-01-11T00:30:39.783Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a59cf7bb60e05b7 -C extra-filename=-3a59cf7bb60e05b7 --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-f7ae3eefbcb18a0f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43732025-01-11T00:30:40.373Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43742025-01-11T00:30:40.397Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=234b01cbfd389328 -C extra-filename=-234b01cbfd389328 --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-f7ae3eefbcb18a0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43752025-01-11T00:30:42.662Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43762025-01-11T00:30:42.665Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7aefed6335a9f6e -C extra-filename=-e7aefed6335a9f6e --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-ac88565868cb4e81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43772025-01-11T00:30:43.007Z Compiling rand_seeder v0.3.0
43782025-01-11T00:30:43.009Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d1a9e9c214c64a0a -C extra-filename=-d1a9e9c214c64a0a --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-873553d298e635a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792025-01-11T00:30:43.369Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43802025-01-11T00:30:43.372Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04260ec791b22390 -C extra-filename=-04260ec791b22390 --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-f7ae3eefbcb18a0f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43812025-01-11T00:30:43.571Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
43822025-01-11T00:30:43.578Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/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)' --check-cfg 'cfg(feature, values())' -C metadata=f9914bb9d2e287a3 -C extra-filename=-f9914bb9d2e287a3 --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-dd99b89daf0c34d1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832025-01-11T00:30:45.639Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43842025-01-11T00:30:45.644Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aed73743827290ef -C extra-filename=-aed73743827290ef --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-913a8bb524140659.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6303aa302d216de6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
43852025-01-11T00:30:46.296Z Compiling assert_matches v1.5.0
43862025-01-11T00:30:46.299Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=19e5985bb94b6ed1 -C extra-filename=-19e5985bb94b6ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43872025-01-11T00:30:46.431Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43882025-01-11T00:30:46.433Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43892025-01-11T00:30:46.433Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9aacec9d30e7ec90 -C extra-filename=-9aacec9d30e7ec90 --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-0c1c5c94fbdfb275.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43902025-01-11T00:30:46.433Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e956d7ed4b5c19c0 -C extra-filename=-e956d7ed4b5c19c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43912025-01-11T00:30:46.705Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43922025-01-11T00:30:46.709Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=707df867f6364d43 -C extra-filename=-707df867f6364d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43932025-01-11T00:30:47.492Z Compiling libz-sys v1.1.20
43942025-01-11T00:30:47.495Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=ef942a46f7be7d7c -C extra-filename=-ef942a46f7be7d7c --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952025-01-11T00:30:48.402Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c/build-script-build`
43962025-01-11T00:30:48.568Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43972025-01-11T00:30:48.570Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aceae5de6e044c62 -C extra-filename=-aceae5de6e044c62 --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-ad3c2a9507c92ace.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43982025-01-11T00:30:48.712Z Compiling libgit2-sys v0.17.0+1.8.1
43992025-01-11T00:30:48.715Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=7896931ec2a383b1 -C extra-filename=-7896931ec2a383b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002025-01-11T00:30:49.261Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=316efe58a0f270d9 -C extra-filename=-316efe58a0f270d9 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44012025-01-11T00:30:49.462Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a6727dc7657a9a9 -C extra-filename=-3a6727dc7657a9a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2f090e1db7ea5432.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44022025-01-11T00:30:49.744Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b4baa5ab151d00e6 -C extra-filename=-b4baa5ab151d00e6 --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-e89b092dc39ec24a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44032025-01-11T00:30:50.247Z Compiling async-bb8-diesel v0.2.1
44042025-01-11T00:30:50.251Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=dfb4e80e8e6ec445 -C extra-filename=-dfb4e80e8e6ec445 --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-ad3c2a9507c92ace.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6a669accd200f70f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44052025-01-11T00:30:51.188Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1/build-script-build`
44062025-01-11T00:30:52.375Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44072025-01-11T00:30:52.383Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d70a74f0ee7d7b08 -C extra-filename=-d70a74f0ee7d7b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44082025-01-11T00:30:53.114Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44092025-01-11T00:30:53.117Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98fa1d8cecf4a0e4 -C extra-filename=-98fa1d8cecf4a0e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44102025-01-11T00:30:59.001Z Compiling castaway v0.2.3
44112025-01-11T00:30:59.004Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6c6475902cea3458 -C extra-filename=-6c6475902cea3458 --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-544be2dde67464e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44122025-01-11T00:30:59.214Z Compiling compact_str v0.8.0
44132025-01-11T00:30:59.217Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=a181580452b4e37a -C extra-filename=-a181580452b4e37a --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-6c6475902cea3458.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142025-01-11T00:31:00.714Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44152025-01-11T00:31:00.717Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1f148808cfd3e39 -C extra-filename=-d1f148808cfd3e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/ssl-3/lib/amd64`
44162025-01-11T00:31:03.407Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44172025-01-11T00:31:03.410Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd6316ce1514cbea -C extra-filename=-dd6316ce1514cbea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44182025-01-11T00:31:03.503Z Compiling unicode-truncate v1.1.0
44192025-01-11T00:31:03.506Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=477d15e396308302 -C extra-filename=-477d15e396308302 --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-6b8c06aaa5867a2a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202025-01-11T00:31:03.581Z Compiling vergen v8.3.2
44212025-01-11T00:31:03.584Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=efbd9973aa397725 -C extra-filename=-efbd9973aa397725 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44222025-01-11T00:31:03.783Z Compiling instability v0.3.2
44232025-01-11T00:31:03.786Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=345e3cfd7fa0c8f2 -C extra-filename=-345e3cfd7fa0c8f2 --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-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242025-01-11T00:31:03.984Z Compiling lru v0.12.5
44252025-01-11T00:31:03.986Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=f88e34b5cec1fe14 -C extra-filename=-f88e34b5cec1fe14 --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-0880a475818c8bc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262025-01-11T00:31:04.351Z Compiling cassowary v0.3.0
44272025-01-11T00:31:04.354Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a487e3ec8b6f241c -C extra-filename=-a487e3ec8b6f241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282025-01-11T00:31:05.051Z Compiling is_ci v1.2.0
44292025-01-11T00:31:05.054Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=31d58a0284a40d0f -C extra-filename=-31d58a0284a40d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302025-01-11T00:31:05.111Z Compiling ratatui v0.28.1
44312025-01-11T00:31:05.114Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 '--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)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=da7f61a0f0fc3a79 -C extra-filename=-da7f61a0f0fc3a79 --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-c9523f7c75feac51.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a487e3ec8b6f241c.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-a181580452b4e37a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-345e3cfd7fa0c8f2.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-f88e34b5cec1fe14.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7b66c18ef78d810d.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-fa2869c7751ea7ea.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-477d15e396308302.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322025-01-11T00:31:05.357Z Compiling supports-color v3.0.1
44332025-01-11T00:31:05.359Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.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)' --check-cfg 'cfg(feature, values())' -C metadata=8590f9db0815147b -C extra-filename=-8590f9db0815147b --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-31d58a0284a40d0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342025-01-11T00:31:05.703Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725/build-script-build`
44352025-01-11T00:31:05.728Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44362025-01-11T00:31:05.732Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e805b0e4f850c8e -C extra-filename=-8e805b0e4f850c8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8e805b0e4f850c8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44372025-01-11T00:31:05.763Z Compiling libsqlite3-sys v0.30.1
44382025-01-11T00:31:05.766Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=26645f4a29827453 -C extra-filename=-26645f4a29827453 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d7e90c200a67fff3.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-ee8254f094605247.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392025-01-11T00:31:06.099Z Compiling rustls v0.21.12
44402025-01-11T00:31:06.102Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=9ceec600f3d683cf -C extra-filename=-9ceec600f3d683cf --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412025-01-11T00:31:06.403Z Compiling cfg_aliases v0.2.1
44422025-01-11T00:31:06.406Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b01719c518f1f528 -C extra-filename=-b01719c518f1f528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432025-01-11T00:31:06.479Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf/build-script-build`
44442025-01-11T00:31:06.521Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453/build-script-build`
44452025-01-11T00:31:06.550Z Compiling nix v0.29.0
44462025-01-11T00:31:06.552Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uio"' --check-cfg 'cfg(docsrs)' --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=934d9bd1b58f0f5c -C extra-filename=-934d9bd1b58f0f5c --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b01719c518f1f528.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472025-01-11T00:31:06.589Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8e805b0e4f850c8e/build-script-build`
44482025-01-11T00:31:06.662Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44492025-01-11T00:31:06.665Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3babf48f94b36346 -C extra-filename=-3babf48f94b36346 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd6316ce1514cbea.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44502025-01-11T00:31:07.620Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44512025-01-11T00:31:07.623Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0985b8942f366f8 -C extra-filename=-b0985b8942f366f8 --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-9580cdd7e40ea423.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44522025-01-11T00:31:10.365Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44532025-01-11T00:31:10.367Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4dea8ab3e12a3d76 -C extra-filename=-4dea8ab3e12a3d76 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-4dea8ab3e12a3d76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44542025-01-11T00:31:10.747Z Compiling rustls-webpki v0.101.7
44552025-01-11T00:31:10.749Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=785616247fdc8028 -C extra-filename=-785616247fdc8028 --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-2d831c09c951a940.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
44562025-01-11T00:31:12.688Z Compiling sct v0.7.1
44572025-01-11T00:31:12.691Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ccc94e76bfb8ea19 -C extra-filename=-ccc94e76bfb8ea19 --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-2d831c09c951a940.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1e0d280491b15715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
44582025-01-11T00:31:12.769Z Compiling concurrent-queue v2.5.0
44592025-01-11T00:31:12.773Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=9d76f34f37d34689 -C extra-filename=-9d76f34f37d34689 --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-a82849320d8cb1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44602025-01-11T00:31:12.855Z Dirty unicode-linebreak v0.1.5: the rustflags changed
44612025-01-11T00:31:12.855Z Compiling unicode-linebreak v0.1.5
44622025-01-11T00:31:12.859Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e797346684b3237a -C extra-filename=-e797346684b3237a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632025-01-11T00:31:13.041Z Compiling parking v2.2.1
44642025-01-11T00:31:13.044Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=8541b297255a5ffc -C extra-filename=-8541b297255a5ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652025-01-11T00:31:13.168Z Dirty smawk v0.3.2: the rustflags changed
44662025-01-11T00:31:13.168Z Compiling smawk v0.3.2
44672025-01-11T00:31:13.171Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=20a099bf394fc5a0 -C extra-filename=-20a099bf394fc5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44682025-01-11T00:31:13.405Z Dirty textwrap v0.16.1: the rustflags changed
44692025-01-11T00:31:13.405Z Compiling textwrap v0.16.1
44702025-01-11T00:31:13.432Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=f43b67a92975d52e -C extra-filename=-f43b67a92975d52e --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-20a099bf394fc5a0.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e797346684b3237a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712025-01-11T00:31:13.445Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=6556d3efc920f3af -C extra-filename=-6556d3efc920f3af --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-a2c99244b373d360.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-785616247fdc8028.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-ccc94e76bfb8ea19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
44722025-01-11T00:31:13.471Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-4dea8ab3e12a3d76/build-script-build`
44732025-01-11T00:31:13.517Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c/build-script-build`
44742025-01-11T00:31:13.563Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=b3eabb60dec25e28 -C extra-filename=-b3eabb60dec25e28 --out-dir /work/oxidecomputer/omicron/target/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=/usr/lib/amd64 -l sqlite3`
44752025-01-11T00:31:14.107Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44762025-01-11T00:31:14.111Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc0e125da83ef7ca -C extra-filename=-bc0e125da83ef7ca --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-bc0e125da83ef7ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44772025-01-11T00:31:14.490Z Compiling hashlink v0.9.1
44782025-01-11T00:31:14.493Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=8aa5a479b0a0846f -C extra-filename=-8aa5a479b0a0846f --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-c131d62a3bb9a10c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792025-01-11T00:31:14.731Z Compiling fallible-iterator v0.3.0
44802025-01-11T00:31:14.734Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=524455461266f430 -C extra-filename=-524455461266f430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44812025-01-11T00:31:15.276Z Compiling fallible-streaming-iterator v0.1.9
44822025-01-11T00:31:15.280Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a91ec1d7082ed9f7 -C extra-filename=-a91ec1d7082ed9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832025-01-11T00:31:15.535Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-bc0e125da83ef7ca/build-script-build`
44842025-01-11T00:31:15.579Z Compiling rusqlite v0.32.1
44852025-01-11T00:31:15.581Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=f40d93964d70db97 -C extra-filename=-f40d93964d70db97 --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-c9523f7c75feac51.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-524455461266f430.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-a91ec1d7082ed9f7.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-8aa5a479b0a0846f.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-b3eabb60dec25e28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
44862025-01-11T00:31:15.607Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uio"' --check-cfg 'cfg(docsrs)' --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=38a639a31c2ccf86 -C extra-filename=-38a639a31c2ccf86 --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-c9523f7c75feac51.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.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)'`
44872025-01-11T00:31:16.309Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44882025-01-11T00:31:16.312Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9dfee2ca62f3fed2 -C extra-filename=-9dfee2ca62f3fed2 --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-f7ae3eefbcb18a0f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44892025-01-11T00:31:17.532Z Compiling tokio-rustls v0.24.1
44902025-01-11T00:31:17.534Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=5b935db2f2e7f4ad -C extra-filename=-5b935db2f2e7f4ad --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-6556d3efc920f3af.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
44912025-01-11T00:31:18.010Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44922025-01-11T00:31:18.013Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d5c9c823cef157f -C extra-filename=-8d5c9c823cef157f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-8d5c9c823cef157f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44932025-01-11T00:31:18.416Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44942025-01-11T00:31:18.419Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f2a4060f29ebdd0 -C extra-filename=-4f2a4060f29ebdd0 --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-f7ae3eefbcb18a0f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44952025-01-11T00:31:18.863Z Compiling rustls-pemfile v1.0.4
44962025-01-11T00:31:18.866Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b6de77c19e02896b -C extra-filename=-b6de77c19e02896b --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-6d27ec8383fdb856.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972025-01-11T00:31:19.405Z Compiling twox-hash v1.6.3
44982025-01-11T00:31:19.408Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.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 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=e3eeef21104bdb05 -C extra-filename=-e3eeef21104bdb05 --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-83c04ded702a2c6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992025-01-11T00:31:20.102Z Compiling shell-words v1.1.0
45002025-01-11T00:31:20.104Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=75b510c2fbb2f7bd -C extra-filename=-75b510c2fbb2f7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45012025-01-11T00:31:20.225Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-8d5c9c823cef157f/build-script-build`
45022025-01-11T00:31:20.269Z Compiling event-listener v5.3.1
45032025-01-11T00:31:20.288Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=b3d0e290ba00242c -C extra-filename=-b3d0e290ba00242c --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-9d76f34f37d34689.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042025-01-11T00:31:20.435Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
45052025-01-11T00:31:20.438Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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)' --check-cfg 'cfg(feature, values())' -C metadata=59320f8120dc4cfb -C extra-filename=-59320f8120dc4cfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
45062025-01-11T00:31:20.482Z Compiling fatfs v0.3.6
45072025-01-11T00:31:20.485Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=5cc304de1260068a -C extra-filename=-5cc304de1260068a --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-6ed2929a91f42350.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082025-01-11T00:31:20.920Z Compiling event-listener-strategy v0.5.2
45092025-01-11T00:31:20.922Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6609f29e0fce4354 -C extra-filename=-6609f29e0fce4354 --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-b3d0e290ba00242c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45102025-01-11T00:31:21.152Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45112025-01-11T00:31:21.155Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f56bea1458609b96 -C extra-filename=-f56bea1458609b96 --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-f7ae3eefbcb18a0f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45122025-01-11T00:31:22.475Z Compiling csv-core v0.1.11
45132025-01-11T00:31:22.478Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=89022c9b487082f9 -C extra-filename=-89022c9b487082f9 --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-628c83ce3f8440f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142025-01-11T00:31:22.786Z Compiling futures-lite v2.3.0
45152025-01-11T00:31:22.791Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=d6c258a9e4040e53 -C extra-filename=-d6c258a9e4040e53 --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-9b4100b7d6800cd3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45162025-01-11T00:31:23.094Z Compiling csv v1.3.0
45172025-01-11T00:31:23.097Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-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)' --check-cfg 'cfg(feature, values())' -C metadata=d43b12c210a64ba0 -C extra-filename=-d43b12c210a64ba0 --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-89022c9b487082f9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-ce59ac6fb623678a.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-28783a10abc36982.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182025-01-11T00:31:23.529Z Compiling rtoolbox v0.0.2
45192025-01-11T00:31:23.531Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=db37d407e5a954e5 -C extra-filename=-db37d407e5a954e5 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202025-01-11T00:31:24.028Z Compiling plotters-backend v0.3.7
45212025-01-11T00:31:24.031Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=45d6f5f723d4d683 -C extra-filename=-45d6f5f723d4d683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222025-01-11T00:31:24.405Z Compiling hex-literal v0.4.1
45232025-01-11T00:31:24.407Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=822e122ffc091e79 -C extra-filename=-822e122ffc091e79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242025-01-11T00:31:24.606Z Compiling plotters-svg v0.3.7
45252025-01-11T00:31:24.608Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=fe6c9d53a974c7d0 -C extra-filename=-fe6c9d53a974c7d0 --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-45d6f5f723d4d683.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262025-01-11T00:31:24.657Z Compiling rpassword v7.3.1
45272025-01-11T00:31:24.659Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e84e9e63d126afcc -C extra-filename=-e84e9e63d126afcc --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-29117e4ff36dab03.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-db37d407e5a954e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282025-01-11T00:31:24.719Z Compiling tui-tree-widget v0.22.0
45292025-01-11T00:31:24.721Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.22.0/src/lib.rs --error-format=json --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)' --check-cfg 'cfg(feature, values())' -C metadata=5404ca051039fa19 -C extra-filename=-5404ca051039fa19 --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-da7f61a0f0fc3a79.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302025-01-11T00:31:25.043Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
45312025-01-11T00:31:25.046Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values())' -C metadata=5fe1c9770276c21b -C extra-filename=-5fe1c9770276c21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45322025-01-11T00:31:25.100Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45332025-01-11T00:31:25.103Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9ad415b750716cd -C extra-filename=-c9ad415b750716cd --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-8dd76fe5df37d3d4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45342025-01-11T00:31:25.140Z Compiling cast v0.3.0
45352025-01-11T00:31:25.143Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b1971ff2088540bc -C extra-filename=-b1971ff2088540bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45362025-01-11T00:31:25.585Z Compiling yansi v1.0.1
45372025-01-11T00:31:25.588Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=c3baa62106e047e6 -C extra-filename=-c3baa62106e047e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382025-01-11T00:31:26.384Z Compiling pretty_assertions v1.4.1
45392025-01-11T00:31:26.387Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=9a15c963fedc7a99 -C extra-filename=-9a15c963fedc7a99 --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-b2853c6e837e3376.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c3baa62106e047e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402025-01-11T00:31:27.010Z Compiling criterion-plot v0.5.0
45412025-01-11T00:31:27.014Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f389c81373b9d230 -C extra-filename=-f389c81373b9d230 --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-b1971ff2088540bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45422025-01-11T00:31:27.421Z Compiling plotters v0.3.7
45432025-01-11T00:31:27.423Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs)' --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"))' --check-cfg 'cfg(doc_cfg)' -C metadata=b528d7e32e15f8ee -C extra-filename=-b528d7e32e15f8ee --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-b347099865a56f50.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-45d6f5f723d4d683.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-fe6c9d53a974c7d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442025-01-11T00:31:27.446Z Compiling async-lock v3.4.0
45452025-01-11T00:31:27.449Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=878591e285ce9ac1 -C extra-filename=-878591e285ce9ac1 --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-b3d0e290ba00242c.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-6609f29e0fce4354.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462025-01-11T00:31:28.156Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45472025-01-11T00:31:28.183Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99cf493e4267807d -C extra-filename=-99cf493e4267807d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45482025-01-11T00:31:28.898Z Compiling polyval v0.6.2
45492025-01-11T00:31:28.901Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=7cd30e84e48d2f03 -C extra-filename=-7cd30e84e48d2f03 --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-83c04ded702a2c6e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-1b13b59192a6c1bc.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-336551ef1347f8fe.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-615c7c707d369e00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502025-01-11T00:31:29.325Z Compiling polling v3.7.3
45512025-01-11T00:31:29.347Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=6419973c41cee521 -C extra-filename=-6419973c41cee521 --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-83c04ded702a2c6e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522025-01-11T00:31:30.135Z Compiling tinytemplate v1.2.1
45532025-01-11T00:31:30.138Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4467ae1e2ca83945 -C extra-filename=-4467ae1e2ca83945 --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-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542025-01-11T00:31:30.169Z Compiling oorandom v11.1.4
45552025-01-11T00:31:30.195Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=02c3fbf1b52bf2c0 -C extra-filename=-02c3fbf1b52bf2c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562025-01-11T00:31:30.416Z Compiling anes v0.1.6
45572025-01-11T00:31:30.419Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=ef5424d5f642498c -C extra-filename=-ef5424d5f642498c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582025-01-11T00:31:30.938Z Compiling criterion v0.5.1
45592025-01-11T00:31:30.940Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=76d866c334838908 -C extra-filename=-76d866c334838908 --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-ef5424d5f642498c.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b1971ff2088540bc.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-f389c81373b9d230.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-df36d71ac9df22f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-02c3fbf1b52bf2c0.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-b528d7e32e15f8ee.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-4467ae1e2ca83945.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602025-01-11T00:31:31.330Z Compiling async-io v2.3.4
45612025-01-11T00:31:31.333Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=f2a9516bc6a53047 -C extra-filename=-f2a9516bc6a53047 --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-878591e285ce9ac1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8541b297255a5ffc.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-6419973c41cee521.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622025-01-11T00:31:33.491Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45632025-01-11T00:31:33.494Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6ab8db21e0f6155 -C extra-filename=-f6ab8db21e0f6155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5404ca051039fa19.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45642025-01-11T00:31:33.864Z Compiling ghash v0.5.1
45652025-01-11T00:31:33.867Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=e56b3c47a72d117e -C extra-filename=-e56b3c47a72d117e --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-336551ef1347f8fe.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-7cd30e84e48d2f03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662025-01-11T00:31:34.041Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45672025-01-11T00:31:34.043Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c765659033135ad2 -C extra-filename=-c765659033135ad2 --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-2e648b8628fe1484.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45682025-01-11T00:31:35.702Z Compiling ctr v0.9.2
45692025-01-11T00:31:35.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=7a5d583767ffb64c -C extra-filename=-7a5d583767ffb64c --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-a15feaebe993dc68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702025-01-11T00:31:36.143Z Compiling async-task v4.7.1
45712025-01-11T00:31:36.146Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=1870c002cec5451d -C extra-filename=-1870c002cec5451d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722025-01-11T00:31:36.707Z Compiling doc-comment v0.3.3
45732025-01-11T00:31:36.710Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=22cedc88ad30c5c9 -C extra-filename=-22cedc88ad30c5c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742025-01-11T00:31:37.416Z Compiling target-lexicon v0.12.16
45752025-01-11T00:31:37.428Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=6c2abb79a4bce29f -C extra-filename=-6c2abb79a4bce29f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762025-01-11T00:31:38.422Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f/build-script-build`
45772025-01-11T00:31:38.520Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9/build-script-build`
45782025-01-11T00:31:38.718Z Compiling aes-gcm v0.10.3
45792025-01-11T00:31:38.721Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=cd4d753cc6401610 -C extra-filename=-cd4d753cc6401610 --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-af64ce37c54bc0d4.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-4476fc5febc57ba1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7a5d583767ffb64c.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-e56b3c47a72d117e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802025-01-11T00:31:39.075Z Compiling async-channel v2.3.1
45812025-01-11T00:31:39.078Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1ff82d8a7169d59 -C extra-filename=-a1ff82d8a7169d59 --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-9d76f34f37d34689.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-6609f29e0fce4354.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45822025-01-11T00:31:39.627Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45832025-01-11T00:31:39.637Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7fcb6841aa477c3 -C extra-filename=-b7fcb6841aa477c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
45842025-01-11T00:31:41.773Z Compiling piper v0.2.4
45852025-01-11T00:31:41.777Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=d59e7a64d2a6216f -C extra-filename=-d59e7a64d2a6216f --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-10b6fa6e98e5e04e.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862025-01-11T00:31:42.274Z Compiling ssh-encoding v0.2.0
45872025-01-11T00:31:42.277Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=6403efe56d514161 -C extra-filename=-6403efe56d514161 --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-d4bf7869d4ee9385.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882025-01-11T00:31:42.872Z Compiling blowfish v0.9.1
45892025-01-11T00:31:42.875Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=8d3ff5badb457d09 -C extra-filename=-8d3ff5badb457d09 --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-42c8c764cb4293aa.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902025-01-11T00:31:43.380Z Compiling assert_cmd v2.0.16
45912025-01-11T00:31:43.382Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=1f5f59728613a6ce -C extra-filename=-1f5f59728613a6ce --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922025-01-11T00:31:43.923Z Compiling guppy-workspace-hack v0.1.0
45932025-01-11T00:31:43.925Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e26002185cac8ef5 -C extra-filename=-e26002185cac8ef5 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942025-01-11T00:31:44.314Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5/build-script-build`
45952025-01-11T00:31:44.357Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce/build-script-build`
45962025-01-11T00:31:44.402Z Compiling bcrypt-pbkdf v0.10.0
45972025-01-11T00:31:44.405Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=4e58abeb4a25aa47 -C extra-filename=-4e58abeb4a25aa47 --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-8d3ff5badb457d09.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-27a31c6284b30dda.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982025-01-11T00:31:44.999Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=48fbd73129a2c4ae -C extra-filename=-48fbd73129a2c4ae --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-29117e4ff36dab03.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-316efe58a0f270d9.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-b8bd1938cb3272eb/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
45992025-01-11T00:31:45.089Z Compiling ssh-cipher v0.2.0
46002025-01-11T00:31:45.092Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=ed283f930b717eab -C extra-filename=-ed283f930b717eab --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-4476fc5febc57ba1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-cd4d753cc6401610.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ea9cfe8799224fc2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a1395332c0d7c651.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7a5d583767ffb64c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ad66ae8b29f16553.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-6403efe56d514161.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012025-01-11T00:31:45.309Z Compiling blocking v1.6.1
46022025-01-11T00:31:45.312Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=45437561779373b8 -C extra-filename=-45437561779373b8 --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-a1ff82d8a7169d59.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-1870c002cec5451d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-d59e7a64d2a6216f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46032025-01-11T00:31:45.730Z Compiling git2 v0.19.0
46042025-01-11T00:31:45.732Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=498761e1faa1c874 -C extra-filename=-498761e1faa1c874 --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-c9523f7c75feac51.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-48fbd73129a2c4ae.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.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-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64`
46052025-01-11T00:31:45.969Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=d635affb61cddc7a -C extra-filename=-d635affb61cddc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062025-01-11T00:31:46.103Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=9169530e626c6002 -C extra-filename=-9169530e626c6002 --out-dir /work/oxidecomputer/omicron/target/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"'`
46072025-01-11T00:31:46.960Z Compiling async-executor v1.13.1
46082025-01-11T00:31:46.979Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=a884622f779f5e2e -C extra-filename=-a884622f779f5e2e --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-1870c002cec5451d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-9d76f34f37d34689.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9b4100b7d6800cd3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092025-01-11T00:31:47.054Z Compiling async-signal v0.2.10
46102025-01-11T00:31:47.058Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ceef80ebd65d7437 -C extra-filename=-ceef80ebd65d7437 --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-f2a9516bc6a53047.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-1e8f38f4beebb57d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112025-01-11T00:31:47.608Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
46122025-01-11T00:31:47.611Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5494cae12f5afbba -C extra-filename=-5494cae12f5afbba --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-f7ae3eefbcb18a0f.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46132025-01-11T00:31:47.896Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46142025-01-11T00:31:47.899Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ea4ec1dd6e9f072 -C extra-filename=-2ea4ec1dd6e9f072 --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-86814329573828fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46152025-01-11T00:31:49.106Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46162025-01-11T00:31:49.109Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af0269588e424c21 -C extra-filename=-af0269588e424c21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46172025-01-11T00:31:52.477Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c79e0db8594c04ea -C extra-filename=-c79e0db8594c04ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-498761e1faa1c874.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06ff194dd0046c2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.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-b8bd1938cb3272eb/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)'`
46182025-01-11T00:31:53.368Z Compiling password-hash v0.4.2
46192025-01-11T00:31:53.371Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=bb8ad28a0bda70e6 -C extra-filename=-bb8ad28a0bda70e6 --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-d4bf7869d4ee9385.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202025-01-11T00:31:54.331Z Compiling matches v0.1.10
46212025-01-11T00:31:54.334Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f756f479b35788f -C extra-filename=-7f756f479b35788f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222025-01-11T00:31:54.473Z Compiling futures-timer v3.0.3
46232025-01-11T00:31:54.476Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=59cf1b18c098fd7e -C extra-filename=-59cf1b18c098fd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242025-01-11T00:31:54.715Z Compiling event-listener v2.5.3
46252025-01-11T00:31:54.717Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8fb6bacc5e9e941e -C extra-filename=-8fb6bacc5e9e941e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262025-01-11T00:31:55.226Z Compiling target-spec v3.2.2
46272025-01-11T00:31:55.229Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=f5b111fd59ab663f -C extra-filename=-f5b111fd59ab663f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282025-01-11T00:31:55.483Z Compiling async-channel v1.9.0
46292025-01-11T00:31:55.486Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bf7c885cefb58b44 -C extra-filename=-bf7c885cefb58b44 --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-9d76f34f37d34689.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-8fb6bacc5e9e941e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302025-01-11T00:31:55.855Z Compiling idna v0.2.3
46312025-01-11T00:31:55.855Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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)' --check-cfg 'cfg(feature, values())' -C metadata=6054e3b7cc9b917e -C extra-filename=-6054e3b7cc9b917e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-7f756f479b35788f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322025-01-11T00:31:55.913Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f/build-script-build`
46332025-01-11T00:31:55.954Z Compiling pbkdf2 v0.11.0
46342025-01-11T00:31:55.957Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=4275b8a3a97d6d84 -C extra-filename=-4275b8a3a97d6d84 --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-970947f9bc43ab10.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f4fd33fab95c131e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-bb8ad28a0bda70e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352025-01-11T00:31:56.376Z Compiling async-process v2.3.0
46362025-01-11T00:31:56.378Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=ea0f9d4f3792953a -C extra-filename=-ea0f9d4f3792953a --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-f2a9516bc6a53047.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-ceef80ebd65d7437.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b3d0e290ba00242c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372025-01-11T00:31:56.520Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
46382025-01-11T00:31:56.522Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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)' --check-cfg 'cfg(feature, values())' -C metadata=b1aaa388344ad4c0 -C extra-filename=-b1aaa388344ad4c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-b1aaa388344ad4c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-c79e0db8594c04ea.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-b8bd1938cb3272eb/out/build -L native=/usr/lib/amd64`
46392025-01-11T00:31:57.639Z Compiling async-global-executor v2.4.1
46402025-01-11T00:31:57.642Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=d243e43b0a292312 -C extra-filename=-d243e43b0a292312 --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-a1ff82d8a7169d59.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-a884622f779f5e2e.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-f2a9516bc6a53047.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-45437561779373b8.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412025-01-11T00:31:58.003Z Compiling cfg-expr v0.17.0
46422025-01-11T00:31:58.006Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=f32dfc9624de7ee9 -C extra-filename=-f32dfc9624de7ee9 --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-4dafc5e65351502b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432025-01-11T00:31:58.701Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-b1aaa388344ad4c0/build-script-build`
46442025-01-11T00:31:59.508Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=ec6033f800f8da03 -C extra-filename=-ec6033f800f8da03 --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-2570a634c4322755.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-d635affb61cddc7a.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3792c8ca0d3316fb.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-64601b9b0e8a95bb.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-180b6aa23cc2f4ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452025-01-11T00:31:59.551Z Compiling ssh-key v0.6.6
46462025-01-11T00:31:59.554Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=b392577f137c85d2 -C extra-filename=-b392577f137c85d2 --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-4e58abeb4a25aa47.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-894d62fecbcf3238.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-ab498a41c5cdf6d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-229710da42ba9e10.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-51b140600e3fe3e4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-323b26ced2f457c1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-ed283f930b717eab.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-6403efe56d514161.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472025-01-11T00:32:00.507Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/c9d31d2/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)' --check-cfg 'cfg(feature, values())' -C metadata=95c4cff85dfeec3b -C extra-filename=-95c4cff85dfeec3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-08f0a4890d2d32c1.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2ee54a9ce846ec72.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c9c1ea41e0151580.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-38a639a31c2ccf86.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-f40d93964d70db97.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b6de77c19e02896b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8b350d0403c8d928.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5b935db2f2e7f4ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-e3eeef21104bdb05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/lib/amd64`
46482025-01-11T00:32:00.930Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dcf613efd911aee8 -C extra-filename=-dcf613efd911aee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492025-01-11T00:32:01.078Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46502025-01-11T00:32:01.081Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a83c1888f134cbe5 -C extra-filename=-a83c1888f134cbe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46512025-01-11T00:32:03.394Z Compiling p256 v0.13.2
46522025-01-11T00:32:03.397Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e2f605b684691f36 -C extra-filename=-e2f605b684691f36 --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-4b7559d67d750d80.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5f0012680232e714.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532025-01-11T00:32:04.311Z Compiling p521 v0.13.3
46542025-01-11T00:32:04.315Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4137f22edac5ec29 -C extra-filename=-4137f22edac5ec29 --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-2a65e2ab151e09a4.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-4b7559d67d750d80.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5f0012680232e714.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552025-01-11T00:32:04.655Z Compiling enum-as-inner v0.5.1
46562025-01-11T00:32:04.658Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.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)' --check-cfg 'cfg(feature, values())' -C metadata=960217f57b807585 -C extra-filename=-960217f57b807585 --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-dd99b89daf0c34d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572025-01-11T00:32:05.911Z Compiling petname v2.0.2
46582025-01-11T00:32:05.914Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=da64376b998bfec5 -C extra-filename=-da64376b998bfec5 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-da64376b998bfec5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592025-01-11T00:32:06.855Z Compiling async-attributes v1.1.2
46602025-01-11T00:32:06.857Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2a47733470d09a3a -C extra-filename=-2a47733470d09a3a --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-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aae6d1bdfaa93514.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612025-01-11T00:32:07.221Z Compiling num_cpus v1.16.0
46622025-01-11T00:32:07.224Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ab012f26251dbb0 -C extra-filename=-1ab012f26251dbb0 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632025-01-11T00:32:07.403Z Compiling russh-cryptovec v0.7.3
46642025-01-11T00:32:07.405Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c83939e00e0c0029 -C extra-filename=-c83939e00e0c0029 --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652025-01-11T00:32:07.751Z Compiling kv-log-macro v1.0.7
46662025-01-11T00:32:07.754Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a5c63cddda8596c9 -C extra-filename=-a5c63cddda8596c9 --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-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672025-01-11T00:32:07.954Z Compiling md5 v0.7.0
46682025-01-11T00:32:07.991Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=778d21cacd260cac -C extra-filename=-778d21cacd260cac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692025-01-11T00:32:07.997Z Compiling async-std v1.13.0
46702025-01-11T00:32:07.999Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=46fd699cc2e068ed -C extra-filename=-46fd699cc2e068ed --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-2a47733470d09a3a.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-bf7c885cefb58b44.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-d243e43b0a292312.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-f2a9516bc6a53047.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-878591e285ce9ac1.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-ea0f9d4f3792953a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-d6c258a9e4040e53.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a5c63cddda8596c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-46453f98c25563b1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c4b18aa76c089b05.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712025-01-11T00:32:08.524Z Compiling russh-keys v0.45.0
46722025-01-11T00:32:08.526Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=146f4463de90da07 -C extra-filename=-146f4463de90da07 --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-4476fc5febc57ba1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4e58abeb4a25aa47.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-b7d42d4d4dc5dd5c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ea9cfe8799224fc2.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7a5d583767ffb64c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6810d10f370bba08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-4b7559d67d750d80.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-894d62fecbcf3238.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f4fd33fab95c131e.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d84c059d6435e5d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-778d21cacd260cac.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e2f605b684691f36.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-23ffa35c09064719.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4137f22edac5ec29.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4275b8a3a97d6d84.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6489097f94c9b5b5.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-ca422722d0800d4f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4b99c76d8213f970.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-229710da42ba9e10.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c83939e00e0c0029.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-51b140600e3fe3e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-68d90a5ea494d2db.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-6403efe56d514161.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b392577f137c85d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732025-01-11T00:32:09.424Z Compiling threadpool v1.8.1
46742025-01-11T00:32:09.427Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac2cc9c1dac7e59e -C extra-filename=-ac2cc9c1dac7e59e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-1ab012f26251dbb0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752025-01-11T00:32:10.406Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-da64376b998bfec5/build-script-build`
46762025-01-11T00:32:10.806Z Compiling trust-dns-proto v0.22.0
46772025-01-11T00:32:10.809Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "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", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=620f5648dd433d90 -C extra-filename=-620f5648dd433d90 --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-ad3c2a9507c92ace.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-960217f57b807585.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6054e3b7cc9b917e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782025-01-11T00:32:12.885Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=4380bba9a4aec991 -C extra-filename=-4380bba9a4aec991 --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-f32dfc9624de7ee9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9169530e626c6002.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46792025-01-11T00:32:13.094Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46802025-01-11T00:32:13.097Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc955668e1f0d195 -C extra-filename=-dc955668e1f0d195 --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-5494cae12f5afbba.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46812025-01-11T00:32:13.960Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46822025-01-11T00:32:13.962Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15e8c7869a1972e7 -C extra-filename=-15e8c7869a1972e7 --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-691b9dcebd0265fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46832025-01-11T00:32:14.940Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46842025-01-11T00:32:14.945Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcb668e9c4726308 -C extra-filename=-dcb668e9c4726308 --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-913a8bb524140659.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46852025-01-11T00:32:15.663Z Compiling httptest v0.16.1
46862025-01-11T00:32:15.666Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f23c5de554101c2 -C extra-filename=-4f23c5de554101c2 --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-a50dd529fc113091.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9a55828e5a47f28b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872025-01-11T00:32:16.110Z Compiling num-bigint v0.4.6
46882025-01-11T00:32:16.112Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=139adc3e2c88c620 -C extra-filename=-139adc3e2c88c620 --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-57ea22489f9eb50c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46892025-01-11T00:32:19.518Z Compiling pathdiff v0.2.2
46902025-01-11T00:32:19.521Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=15d231c0d178c972 -C extra-filename=-15d231c0d178c972 --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-913a8bb524140659.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912025-01-11T00:32:19.737Z Compiling rustls-native-certs v0.7.3
46922025-01-11T00:32:19.739Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3d59b4584548294c -C extra-filename=-3d59b4584548294c --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-dd81080d435c4bbe.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46932025-01-11T00:32:19.927Z Compiling des v0.8.1
46942025-01-11T00:32:19.951Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=a3a0f4e6b8e66231 -C extra-filename=-a3a0f4e6b8e66231 --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-a15feaebe993dc68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952025-01-11T00:32:20.334Z Compiling nested v0.1.1
46962025-01-11T00:32:20.338Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d8b5fe80e93811ac -C extra-filename=-d8b5fe80e93811ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972025-01-11T00:32:20.457Z Compiling dhcproto-macros v0.1.0
46982025-01-11T00:32:20.459Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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)' --check-cfg 'cfg(feature, values())' -C metadata=c278ee2171aef707 -C extra-filename=-c278ee2171aef707 --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`
46992025-01-11T00:32:20.735Z Compiling escape8259 v0.5.3
47002025-01-11T00:32:20.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ca9f6f1ef9fdf75b -C extra-filename=-ca9f6f1ef9fdf75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012025-01-11T00:32:21.202Z Compiling libtest-mimic v0.7.3
47022025-01-11T00:32:21.205Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-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)' --check-cfg 'cfg(feature, values())' -C metadata=ef2c43ee849a2069 -C extra-filename=-ef2c43ee849a2069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ca9f6f1ef9fdf75b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-ac2cc9c1dac7e59e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032025-01-11T00:32:21.589Z Compiling dhcproto v0.12.0
47042025-01-11T00:32:21.591Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=05d9f7cf72e47cef -C extra-filename=-05d9f7cf72e47cef --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-c278ee2171aef707.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-620f5648dd433d90.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052025-01-11T00:32:22.077Z Compiling guppy v0.17.8
47062025-01-11T00:32:22.080Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=e339a9e5ad89cf1a -C extra-filename=-e339a9e5ad89cf1a --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-601eae4ebaad7560.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3993d879d3735a13.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dcf613efd911aee8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-d8b5fe80e93811ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-15d231c0d178c972.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-4380bba9a4aec991.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072025-01-11T00:32:23.564Z Compiling russh v0.45.0
47082025-01-11T00:32:23.567Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=4ce6bd31e5995b5f -C extra-filename=-4ce6bd31e5995b5f --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-4476fc5febc57ba1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-cd4d753cc6401610.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-c9523f7c75feac51.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ea9cfe8799224fc2.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a1395332c0d7c651.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-7a5d583767ffb64c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4e2a9fb83105b6b4.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-a3a0f4e6b8e66231.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-16e0b1122a3f1b48.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f4fd33fab95c131e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-139adc3e2c88c620.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e2f605b684691f36.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-23ffa35c09064719.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4137f22edac5ec29.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ad66ae8b29f16553.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c83939e00e0c0029.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-146f4463de90da07.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-6403efe56d514161.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b392577f137c85d2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47092025-01-11T00:32:25.422Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6dac88096dea2afb -C extra-filename=-6dac88096dea2afb --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-3a6727dc7657a9a9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47102025-01-11T00:32:27.170Z Compiling hyper-rustls v0.26.0
47112025-01-11T00:32:27.173Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=edf2467f4930ccf9 -C extra-filename=-edf2467f4930ccf9 --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-f07982b6549edd79.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-3d59b4584548294c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6e3836e52805c9b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/`
47122025-01-11T00:32:27.197Z Compiling async-object-pool v0.1.5
47132025-01-11T00:32:27.200Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0df7a482cd5f948f -C extra-filename=-0df7a482cd5f948f --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-46fd699cc2e068ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47142025-01-11T00:32:27.438Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=360b13df622bb253 -C extra-filename=-360b13df622bb253 --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-6b8c06aaa5867a2a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152025-01-11T00:32:27.805Z Compiling fancy-regex v0.13.0
47162025-01-11T00:32:27.809Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-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="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=e2a162cb211c7f2a -C extra-filename=-e2a162cb211c7f2a --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-1499c911902a6a96.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172025-01-11T00:32:30.146Z Compiling rstest_macros v0.23.0
47182025-01-11T00:32:30.149Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.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)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=bd4fce297092755d -C extra-filename=-bd4fce297092755d --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-bd4fce297092755d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c06ff194dd0046c2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192025-01-11T00:32:30.215Z Compiling assert-json-diff v2.0.2
47202025-01-11T00:32:30.217Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4edc90b214a52ef4 -C extra-filename=-4edc90b214a52ef4 --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-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212025-01-11T00:32:30.816Z Compiling serde_regex v1.1.0
47222025-01-11T00:32:30.819Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c92d4800a9506290 -C extra-filename=-c92d4800a9506290 --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-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232025-01-11T00:32:31.165Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47242025-01-11T00:32:31.168Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/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)' --check-cfg 'cfg(feature, values())' -C metadata=414aca4f11f37699 -C extra-filename=-414aca4f11f37699 --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252025-01-11T00:32:31.330Z Compiling path-tree v0.8.1
47262025-01-11T00:32:31.332Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d102334ba62b34cb -C extra-filename=-d102334ba62b34cb --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-4dafc5e65351502b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272025-01-11T00:32:31.402Z Compiling target-triple v0.1.3
47282025-01-11T00:32:31.405Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c180273141f07097 -C extra-filename=-c180273141f07097 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292025-01-11T00:32:31.755Z Compiling sync-ptr v0.1.1
47302025-01-11T00:32:31.757Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c4769adbca513052 -C extra-filename=-c4769adbca513052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312025-01-11T00:32:32.043Z Compiling internet-checksum v0.2.1
47322025-01-11T00:32:32.046Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=fc090d67868fcae5 -C extra-filename=-fc090d67868fcae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332025-01-11T00:32:32.070Z Compiling stringmetrics v2.2.2
47342025-01-11T00:32:32.096Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=5acb2435e30a3768 -C extra-filename=-5acb2435e30a3768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47352025-01-11T00:32:32.100Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097/build-script-build`
47362025-01-11T00:32:32.155Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-bd4fce297092755d/build-script-build`
47372025-01-11T00:32:32.290Z Compiling datatest-stable v0.2.9
47382025-01-11T00:32:32.293Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-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)' --check-cfg 'cfg(feature, values())' -C metadata=ac7b34f081432687 -C extra-filename=-ac7b34f081432687 --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-913a8bb524140659.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-e2a162cb211c7f2a.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-ef2c43ee849a2069.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47392025-01-11T00:32:32.310Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47402025-01-11T00:32:32.313Z Compiling httpmock v0.8.0-alpha.1
47412025-01-11T00:32:32.313Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=96ff03d68ed11183 -C extra-filename=-96ff03d68ed11183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e8c7869a1972e7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
47422025-01-11T00:32:32.313Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=507f0e79d3246252 -C extra-filename=-507f0e79d3246252 --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-4edc90b214a52ef4.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-0df7a482cd5f948f.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-46fd699cc2e068ed.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d102334ba62b34cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-c92d4800a9506290.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-5acb2435e30a3768.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432025-01-11T00:32:32.367Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47442025-01-11T00:32:32.367Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=258372ebec2a05bb -C extra-filename=-258372ebec2a05bb --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-29117e4ff36dab03.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
47452025-01-11T00:32:33.034Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47462025-01-11T00:32:33.036Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2181b0844634668 -C extra-filename=-f2181b0844634668 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-f2181b0844634668 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47472025-01-11T00:32:33.126Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47482025-01-11T00:32:33.129Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba21115f8f449e7c -C extra-filename=-ba21115f8f449e7c --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-ba21115f8f449e7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47492025-01-11T00:32:33.425Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47502025-01-11T00:32:33.428Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=409da7ad070b81b8 -C extra-filename=-409da7ad070b81b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-409da7ad070b81b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47512025-01-11T00:32:33.490Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47522025-01-11T00:32:33.492Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56f3b302f8a83de5 -C extra-filename=-56f3b302f8a83de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-56f3b302f8a83de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47532025-01-11T00:32:33.809Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47542025-01-11T00:32:33.812Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e41d8cec105d116 -C extra-filename=-1e41d8cec105d116 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1e41d8cec105d116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47552025-01-11T00:32:33.896Z Compiling similar-asserts v1.6.0
47562025-01-11T00:32:33.899Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-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="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=0bda880a12e82784 -C extra-filename=-0bda880a12e82784 --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-8134fd228889b755.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47572025-01-11T00:32:34.216Z Compiling proc-macro-crate v3.2.0
47582025-01-11T00:32:34.219Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3c522d80e3881275 -C extra-filename=-3c522d80e3881275 --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-576dc811a81a17fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47592025-01-11T00:32:35.096Z Compiling relative-path v1.9.3
47602025-01-11T00:32:35.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=eb2005d781c181a6 -C extra-filename=-eb2005d781c181a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47612025-01-11T00:32:35.890Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1e41d8cec105d116/build-script-build`
47622025-01-11T00:32:35.935Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-56f3b302f8a83de5/build-script-build`
47632025-01-11T00:32:35.938Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.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)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=88d1c5a6d0d32650 -C extra-filename=-88d1c5a6d0d32650 --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-83c04ded702a2c6e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-3c522d80e3881275.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-eb2005d781c181a6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2fdb16acfe73c7b9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642025-01-11T00:32:35.986Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-409da7ad070b81b8/build-script-build`
47652025-01-11T00:32:36.029Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-ba21115f8f449e7c/build-script-build`
47662025-01-11T00:32:36.074Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-f2181b0844634668/build-script-build`
47672025-01-11T00:32:36.114Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47682025-01-11T00:32:36.117Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93b4169a95946bec -C extra-filename=-93b4169a95946bec --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-2570a634c4322755.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-05d9f7cf72e47cef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-414aca4f11f37699.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4ce6bd31e5995b5f.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-146f4463de90da07.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47692025-01-11T00:32:38.998Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b5984a9b105052d9 -C extra-filename=-b5984a9b105052d9 --out-dir /work/oxidecomputer/omicron/target/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"))'`
47702025-01-11T00:32:39.164Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47712025-01-11T00:32:39.166Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46fdcbe76513517d -C extra-filename=-46fdcbe76513517d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-360b13df622bb253.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47722025-01-11T00:32:40.438Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47732025-01-11T00:32:40.442Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de95b4103c5b42fd -C extra-filename=-de95b4103c5b42fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47742025-01-11T00:32:40.612Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47752025-01-11T00:32:40.615Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8dcb1f25eeb91b77 -C extra-filename=-8dcb1f25eeb91b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47762025-01-11T00:32:42.991Z Compiling polar-core v0.27.3
47772025-01-11T00:32:42.994Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=7fbf55147c7833b8 -C extra-filename=-7fbf55147c7833b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-7fbf55147c7833b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-bae2b972ca23a274.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47782025-01-11T00:32:43.436Z Compiling multimap v0.10.0
47792025-01-11T00:32:43.440Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=b4fc4ba52a5f71c9 -C extra-filename=-b4fc4ba52a5f71c9 --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-180a178abc10ab9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47802025-01-11T00:32:43.841Z Compiling uzers v0.12.1
47812025-01-11T00:32:43.844Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=701a4a1f6a4aa386 -C extra-filename=-701a4a1f6a4aa386 --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-29117e4ff36dab03.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47822025-01-11T00:32:44.615Z Compiling trybuild v1.0.101
47832025-01-11T00:32:44.617Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=517ff88d597fbe53 -C extra-filename=-517ff88d597fbe53 --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-dec4d7736b1aadcb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1670acf8f3e88418.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b5984a9b105052d9.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-4797ccd8a8baddc1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842025-01-11T00:32:44.713Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-7fbf55147c7833b8/build-script-build`
47852025-01-11T00:32:45.319Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47862025-01-11T00:32:45.321Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=353c187823349e8f -C extra-filename=-353c187823349e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
47872025-01-11T00:32:46.473Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=50ea8693eadea540 -C extra-filename=-50ea8693eadea540 --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-af4dd81929a552eb.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-30ff188d43085993.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882025-01-11T00:32:48.086Z Compiling rstest v0.23.0
47892025-01-11T00:32:48.089Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-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="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=a54b73b79bb65dc6 -C extra-filename=-a54b73b79bb65dc6 --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-5e76835fbbdb4a96.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-59cf1b18c098fd7e.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-88d1c5a6d0d32650.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47902025-01-11T00:32:48.384Z Compiling partial-io v0.5.4
47912025-01-11T00:32:48.388Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=72f8ee3019aeecff -C extra-filename=-72f8ee3019aeecff --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-5e76835fbbdb4a96.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-ab17eda2ad854330.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47922025-01-11T00:32:48.937Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
47932025-01-11T00:32:48.939Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=373b046311ef975b -C extra-filename=-373b046311ef975b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-373b046311ef975b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47942025-01-11T00:32:49.317Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47952025-01-11T00:32:49.320Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9816f3827742dea0 -C extra-filename=-9816f3827742dea0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-9816f3827742dea0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47962025-01-11T00:32:49.706Z Compiling blake2b_simd v1.0.2
47972025-01-11T00:32:49.708Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=eda17c6efe244ce2 -C extra-filename=-eda17c6efe244ce2 --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-b91986aeb4aaec13.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-3ded41aaa9d9802f.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47982025-01-11T00:32:50.122Z Compiling rand_distr v0.4.3
47992025-01-11T00:32:50.125Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=a3b53235131204ca -C extra-filename=-a3b53235131204ca --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-b347099865a56f50.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002025-01-11T00:32:51.242Z Compiling approx v0.5.1
48012025-01-11T00:32:51.245Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=8148c88ee720cd5b -C extra-filename=-8148c88ee720cd5b --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-b347099865a56f50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48022025-01-11T00:32:51.547Z Compiling rust-argon2 v2.1.0
48032025-01-11T00:32:51.547Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b71e8232227ebb47 -C extra-filename=-b71e8232227ebb47 --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-6d27ec8383fdb856.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-eda17c6efe244ce2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4d02674e81423f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042025-01-11T00:32:52.356Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-9816f3827742dea0/build-script-build`
48052025-01-11T00:32:52.397Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-373b046311ef975b/build-script-build`
48062025-01-11T00:32:52.443Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48072025-01-11T00:32:52.446Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e957ea2246c99c90 -C extra-filename=-e957ea2246c99c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48082025-01-11T00:32:52.908Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95ee7fd5f9f5d0c6 -C extra-filename=-95ee7fd5f9f5d0c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dc955668e1f0d195.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5494cae12f5afbba.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48092025-01-11T00:32:53.480Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48102025-01-11T00:32:53.483Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8417f9a72016683f -C extra-filename=-8417f9a72016683f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dc955668e1f0d195.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd6316ce1514cbea.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48112025-01-11T00:32:53.766Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48122025-01-11T00:32:53.769Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6c04cb8b12fbcbc -C extra-filename=-d6c04cb8b12fbcbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c9cce4745cc329a1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8b350d0403c8d928.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
48132025-01-11T00:32:53.937Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48142025-01-11T00:32:53.940Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c3ecf1f65699b74 -C extra-filename=-2c3ecf1f65699b74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48152025-01-11T00:32:55.435Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48162025-01-11T00:32:55.465Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e84c1c18b58eefc5 -C extra-filename=-e84c1c18b58eefc5 --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-2e648b8628fe1484.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48172025-01-11T00:32:55.819Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48182025-01-11T00:32:55.822Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db577307674abcfc -C extra-filename=-db577307674abcfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48192025-01-11T00:32:56.469Z Compiling oso v0.27.3
48202025-01-11T00:32:56.471Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c32bccaa570208a2 -C extra-filename=-c32bccaa570208a2 --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-182ef76a70a2d6db.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-d01af7b6c400fe7b.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-50ea8693eadea540.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48212025-01-11T00:32:57.797Z Compiling cargo_toml v0.20.5
48222025-01-11T00:32:57.800Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/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)' --check-cfg 'cfg(feature, values("features"))' -C metadata=8057d091ef0bfd23 -C extra-filename=-8057d091ef0bfd23 --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-180a178abc10ab9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48232025-01-11T00:32:58.903Z Compiling termios v0.3.3
48242025-01-11T00:32:58.907Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=550fd14e52bda4fa -C extra-filename=-550fd14e52bda4fa --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-29117e4ff36dab03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48252025-01-11T00:32:59.209Z Compiling indoc v2.0.5
48262025-01-11T00:32:59.211Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=7d65c32a1e8d7443 -C extra-filename=-7d65c32a1e8d7443 --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`
48272025-01-11T00:32:59.663Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f381c67a015145fe -C extra-filename=-f381c67a015145fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5c417784de7069b6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6dac88096dea2afb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c32bccaa570208a2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48282025-01-11T00:33:00.396Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcb8fa9f860c6122 -C extra-filename=-bcb8fa9f860c6122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-266859645a267059.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
48292025-01-11T00:33:01.232Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4e037f34cc5fd39 -C extra-filename=-a4e037f34cc5fd39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-d6c04cb8b12fbcbc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c9cce4745cc329a1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8b350d0403c8d928.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
48302025-01-11T00:33:03.193Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48312025-01-11T00:33:03.196Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccc71d496f686c65 -C extra-filename=-ccc71d496f686c65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-550fd14e52bda4fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aa3106dcb432d889.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48322025-01-11T00:33:05.190Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=28f050fdf2ead015 -C extra-filename=-28f050fdf2ead015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c6959481e8fe2373.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2f090e1db7ea5432.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b4baa5ab151d00e6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6dac88096dea2afb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48332025-01-11T00:33:07.008Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48342025-01-11T00:33:07.032Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c41e3328a919da1e -C extra-filename=-c41e3328a919da1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-8057d091ef0bfd23.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48352025-01-11T00:33:07.314Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9beaeefb36537a54 -C extra-filename=-9beaeefb36537a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dc955668e1f0d195.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-8417f9a72016683f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd6316ce1514cbea.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48362025-01-11T00:33:09.543Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0a6e30614875937 -C extra-filename=-d0a6e30614875937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-353c187823349e8f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48372025-01-11T00:33:09.917Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7596da27f4ae78ed -C extra-filename=-7596da27f4ae78ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-353c187823349e8f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48382025-01-11T00:33:11.432Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=01f7230ab18fe232 -C extra-filename=-01f7230ab18fe232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-db577307674abcfc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48392025-01-11T00:33:12.236Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f97163f75473d3eb -C extra-filename=-f97163f75473d3eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-2c3ecf1f65699b74.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48402025-01-11T00:33:12.311Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e19c30b123529160 -C extra-filename=-e19c30b123529160 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1a7ae2d0c106277d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48412025-01-11T00:33:12.737Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2c5c0b575644b11 -C extra-filename=-d2c5c0b575644b11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-507f0e79d3246252.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48422025-01-11T00:33:13.155Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb2cfc452eb97aee -C extra-filename=-bb2cfc452eb97aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-507f0e79d3246252.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48432025-01-11T00:33:13.716Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1aae1e2b9bfdc12 -C extra-filename=-e1aae1e2b9bfdc12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-507f0e79d3246252.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48442025-01-11T00:33:14.595Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=026f0f6fc7d8732b -C extra-filename=-026f0f6fc7d8732b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-507f0e79d3246252.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48452025-01-11T00:33:16.097Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3595c48d1fd93ac4 -C extra-filename=-3595c48d1fd93ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-e957ea2246c99c90.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48462025-01-11T00:33:17.372Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cf4d68c05597336 -C extra-filename=-4cf4d68c05597336 --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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-a3b53235131204ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-a54b73b79bb65dc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-517ff88d597fbe53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48472025-01-11T00:33:19.865Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8c86d7a613204e1 -C extra-filename=-b8c86d7a613204e1 --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-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-a3b53235131204ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-a54b73b79bb65dc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-517ff88d597fbe53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48482025-01-11T00:33:21.079Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0dc848f5b459462 -C extra-filename=-a0dc848f5b459462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48492025-01-11T00:33:23.592Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=173abee9d08190f2 -C extra-filename=-173abee9d08190f2 --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-3a6727dc7657a9a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48502025-01-11T00:33:23.869Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b9596808e5e27de -C extra-filename=-8b9596808e5e27de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-8dcb1f25eeb91b77.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48512025-01-11T00:33:24.529Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d18b98387df9c8ba -C extra-filename=-d18b98387df9c8ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-8dcb1f25eeb91b77.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48522025-01-11T00:33:25.486Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8a7aa09f47c64af -C extra-filename=-a8a7aa09f47c64af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-8dcb1f25eeb91b77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48532025-01-11T00:33:28.893Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=60afe8bdb1df2e01 -C extra-filename=-60afe8bdb1df2e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-96ff03d68ed11183.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e8c7869a1972e7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-72f8ee3019aeecff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/usr/lib/amd64`
48542025-01-11T00:33:31.352Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=7c3a386edf68e58f -C extra-filename=-7c3a386edf68e58f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e8c7869a1972e7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-72f8ee3019aeecff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
48552025-01-11T00:33:32.781Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6eccb66c7492015 -C extra-filename=-a6eccb66c7492015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48562025-01-11T00:33:32.974Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82b979078de8d0ff -C extra-filename=-82b979078de8d0ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-de95b4103c5b42fd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48572025-01-11T00:33:33.456Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8db57bbd5c6c785 -C extra-filename=-c8db57bbd5c6c785 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-96ff03d68ed11183.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e8c7869a1972e7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-de95b4103c5b42fd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48582025-01-11T00:33:35.036Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c66f76e50c79b803 -C extra-filename=-c66f76e50c79b803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-96ff03d68ed11183.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e8c7869a1972e7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-de95b4103c5b42fd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48592025-01-11T00:33:38.333Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4654c1352dda546b -C extra-filename=-4654c1352dda546b --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-05d9f7cf72e47cef.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-93b4169a95946bec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-414aca4f11f37699.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4ce6bd31e5995b5f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-146f4463de90da07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48602025-01-11T00:33:40.793Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2882e134312ee831 -C extra-filename=-2882e134312ee831 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-05d9f7cf72e47cef.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-93b4169a95946bec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-414aca4f11f37699.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4ce6bd31e5995b5f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-146f4463de90da07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48612025-01-11T00:33:41.517Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea49632efca8e612 -C extra-filename=-ea49632efca8e612 --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-05d9f7cf72e47cef.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-93b4169a95946bec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-414aca4f11f37699.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4ce6bd31e5995b5f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-146f4463de90da07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48622025-01-11T00:33:43.555Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36fc35f84cf6b82f -C extra-filename=-36fc35f84cf6b82f --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-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-05d9f7cf72e47cef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-414aca4f11f37699.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4ce6bd31e5995b5f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-146f4463de90da07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48632025-01-11T00:33:44.558Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16c4782c49a26e13 -C extra-filename=-16c4782c49a26e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-46fdcbe76513517d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48642025-01-11T00:33:53.388Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e7cc4b965595b0f8 -C extra-filename=-e7cc4b965595b0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e339a9e5ad89cf1a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48652025-01-11T00:34:05.190Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48662025-01-11T00:34:05.193Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6b3e5b69f916cf3 -C extra-filename=-a6b3e5b69f916cf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48672025-01-11T00:34:05.498Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48682025-01-11T00:34:05.501Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=9c50dedfdae80df2 -C extra-filename=-9c50dedfdae80df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48692025-01-11T00:34:08.371Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48702025-01-11T00:34:08.374Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8666fd3f5252ed24 -C extra-filename=-8666fd3f5252ed24 --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-5e76835fbbdb4a96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48712025-01-11T00:34:10.502Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b49229a856665868 -C extra-filename=-b49229a856665868 --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-f7ae3eefbcb18a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48722025-01-11T00:34:10.853Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3b1c065b212ef48 -C extra-filename=-e3b1c065b212ef48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48732025-01-11T00:34:11.832Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88cfb7b39d14bd9d -C extra-filename=-88cfb7b39d14bd9d --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-f7ae3eefbcb18a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48742025-01-11T00:34:12.834Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4fa0634741b543dd -C extra-filename=-4fa0634741b543dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48752025-01-11T00:34:13.770Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d12fa293835900b4 -C extra-filename=-d12fa293835900b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48762025-01-11T00:34:13.914Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0e627c76f0f3aff6 -C extra-filename=-0e627c76f0f3aff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48772025-01-11T00:34:15.902Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1bf506a00bc7eab7 -C extra-filename=-1bf506a00bc7eab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e339a9e5ad89cf1a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48782025-01-11T00:34:16.040Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=7567b3dc3ebd490e -C extra-filename=-7567b3dc3ebd490e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e339a9e5ad89cf1a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48792025-01-11T00:34:19.269Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52922b35b99ac756 -C extra-filename=-52922b35b99ac756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-95c4cff85dfeec3b.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-59320f8120dc4cfb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5cc304de1260068a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-88cfb7b39d14bd9d.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e3b1c065b212ef48.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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=/usr/lib/amd64`
48802025-01-11T00:34:19.296Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4439e6ce977330e0 -C extra-filename=-4439e6ce977330e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48812025-01-11T00:34:31.912Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=8a8e254c6409efad -C extra-filename=-8a8e254c6409efad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e339a9e5ad89cf1a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48822025-01-11T00:34:35.284Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eef9cd8995640cc9 -C extra-filename=-eef9cd8995640cc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-96ff03d68ed11183.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e8c7869a1972e7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48832025-01-11T00:34:35.291Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f760db01138c4da -C extra-filename=-2f760db01138c4da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-258372ebec2a05bb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48842025-01-11T00:34:37.865Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04beb4394f489e63 -C extra-filename=-04beb4394f489e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-258372ebec2a05bb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48852025-01-11T00:34:40.729Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=329f843189053948 -C extra-filename=-329f843189053948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b4fc4ba52a5f71c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48862025-01-11T00:34:48.323Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1dd3f0850c0c57b -C extra-filename=-f1dd3f0850c0c57b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-95c4cff85dfeec3b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-59320f8120dc4cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5cc304de1260068a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4f23c5de554101c2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-edf2467f4930ccf9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-88cfb7b39d14bd9d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e3b1c065b212ef48.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48872025-01-11T00:34:49.974Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=ab2a0909ce56fd6c -C extra-filename=-ab2a0909ce56fd6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c6959481e8fe2373.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2f090e1db7ea5432.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b4baa5ab151d00e6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-edf2467f4930ccf9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6dac88096dea2afb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c32bccaa570208a2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48882025-01-11T00:34:58.603Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5c76ab8ea23edff -C extra-filename=-b5c76ab8ea23edff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dc955668e1f0d195.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5494cae12f5afbba.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-95ee7fd5f9f5d0c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48892025-01-11T00:35:01.040Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5dabdc086065b0c1 -C extra-filename=-5dabdc086065b0c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-e84c1c18b58eefc5.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48902025-01-11T00:35:01.223Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d0a9c16494b5e95 -C extra-filename=-3d0a9c16494b5e95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48912025-01-11T00:35:02.980Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=015c523cff3354d5 -C extra-filename=-015c523cff3354d5 --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-5e76835fbbdb4a96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48922025-01-11T00:35:04.663Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=454667a1ea5ffc78 -C extra-filename=-454667a1ea5ffc78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5c417784de7069b6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6dac88096dea2afb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c32bccaa570208a2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48932025-01-11T00:35:06.522Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=e9f6b13b961a18dd -C extra-filename=-e9f6b13b961a18dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48942025-01-11T00:35:07.483Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d82988a27939945c -C extra-filename=-d82988a27939945c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dc955668e1f0d195.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5494cae12f5afbba.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48952025-01-11T00:35:12.818Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9a2f757f036cc7f -C extra-filename=-d9a2f757f036cc7f --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-dfb4e80e8e6ec445.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4f23c5de554101c2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48962025-01-11T00:35:33.424Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c915a7b454de64b9 -C extra-filename=-c915a7b454de64b9 --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-f7ae3eefbcb18a0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
48972025-01-11T00:35:55.147Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2031b6291bf4cb7c -C extra-filename=-2031b6291bf4cb7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48982025-01-11T00:35:56.171Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b15bdc393df017c -C extra-filename=-4b15bdc393df017c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ac7b34f081432687.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
48992025-01-11T00:35:58.590Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d95429c5cf464ff6 -C extra-filename=-d95429c5cf464ff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ac7b34f081432687.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49002025-01-11T00:36:09.220Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bd61fab5fca819e -C extra-filename=-0bd61fab5fca819e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ac7b34f081432687.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49012025-01-11T00:36:09.300Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6e7612cabb5e8dd -C extra-filename=-b6e7612cabb5e8dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ac7b34f081432687.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49022025-01-11T00:36:12.162Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a74938601a650885 -C extra-filename=-a74938601a650885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-360b13df622bb253.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49032025-01-11T00:36:14.646Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=628cf41aa6150aa0 -C extra-filename=-628cf41aa6150aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e339a9e5ad89cf1a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49042025-01-11T00:36:15.125Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53e62208f07af433 -C extra-filename=-53e62208f07af433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dcb668e9c4726308.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a83c1888f134cbe5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49052025-01-11T00:36:18.143Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9eac45d60e1daeb8 -C extra-filename=-9eac45d60e1daeb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dcb668e9c4726308.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a83c1888f134cbe5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49062025-01-11T00:36:20.326Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49072025-01-11T00:36:20.370Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b29c7556e4bdb20 -C extra-filename=-7b29c7556e4bdb20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dcb668e9c4726308.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49082025-01-11T00:36:21.711Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1c1a07d5666f3f2 -C extra-filename=-c1c1a07d5666f3f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dcb668e9c4726308.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49092025-01-11T00:36:23.167Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=531f2be2b65f0b9a -C extra-filename=-531f2be2b65f0b9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dcb668e9c4726308.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a83c1888f134cbe5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49102025-01-11T00:36:24.888Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf7d235102243490 -C extra-filename=-cf7d235102243490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dcb668e9c4726308.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a83c1888f134cbe5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49112025-01-11T00:36:25.791Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42f573cb2e2be1e3 -C extra-filename=-42f573cb2e2be1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dc955668e1f0d195.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd6316ce1514cbea.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49122025-01-11T00:36:27.589Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b9f56f8106b9443 -C extra-filename=-6b9f56f8106b9443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5404ca051039fa19.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49132025-01-11T00:36:34.331Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5396c76ae0ef305f -C extra-filename=-5396c76ae0ef305f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49142025-01-11T00:36:37.690Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ec462b550573fe1 -C extra-filename=-2ec462b550573fe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5404ca051039fa19.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49152025-01-11T00:36:39.091Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bed8b361125bf170 -C extra-filename=-bed8b361125bf170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5404ca051039fa19.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49162025-01-11T00:36:41.528Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51117e2299cab23c -C extra-filename=-51117e2299cab23c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a83c1888f134cbe5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49172025-01-11T00:36:43.234Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d1e6e8d4d41199d -C extra-filename=-4d1e6e8d4d41199d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a83c1888f134cbe5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49182025-01-11T00:36:52.263Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a92eb182b0ad5b15 -C extra-filename=-a92eb182b0ad5b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a83c1888f134cbe5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49192025-01-11T00:37:02.175Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d6de87b24e02748 -C extra-filename=-6d6de87b24e02748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5404ca051039fa19.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49202025-01-11T00:37:05.633Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=462343f9a204b05d -C extra-filename=-462343f9a204b05d --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-5494cae12f5afbba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49212025-01-11T00:37:07.648Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=985aa97e0146d695 -C extra-filename=-985aa97e0146d695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-4e3732e26382ec86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f81fc34e70f28fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05cbf8d2977a01bf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c6959481e8fe2373.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72aa7a156021c723.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b4d2bbf8dd25c0be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-050eda13399b4538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49222025-01-11T00:37:14.671Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=b6c8a9c91ff584a2 -C extra-filename=-b6c8a9c91ff584a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-4e3732e26382ec86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f81fc34e70f28fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05cbf8d2977a01bf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c6959481e8fe2373.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72aa7a156021c723.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b4d2bbf8dd25c0be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-050eda13399b4538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49232025-01-11T00:37:18.041Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=48f345cc24d185bc -C extra-filename=-48f345cc24d185bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-4e3732e26382ec86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f81fc34e70f28fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05cbf8d2977a01bf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c6959481e8fe2373.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72aa7a156021c723.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b4d2bbf8dd25c0be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-050eda13399b4538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49242025-01-11T00:37:18.249Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fac93ab51f800b23 -C extra-filename=-fac93ab51f800b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49252025-01-11T00:37:25.415Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72c1077395dac672 -C extra-filename=-72c1077395dac672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49262025-01-11T00:37:34.182Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4f9b4b5d0c92b75 -C extra-filename=-f4f9b4b5d0c92b75 --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-f7ae3eefbcb18a0f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49272025-01-11T00:37:37.678Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49282025-01-11T00:37:37.681Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce6360f6d4a0e8d9 -C extra-filename=-ce6360f6d4a0e8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c9cce4745cc329a1.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out`
49292025-01-11T00:37:41.763Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36b089e629c4bb22 -C extra-filename=-36b089e629c4bb22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c9cce4745cc329a1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8b350d0403c8d928.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
49302025-01-11T00:37:42.768Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca97d33dd51e6ea6 -C extra-filename=-ca97d33dd51e6ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49312025-01-11T00:37:46.759Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5f78da437ff8d4d -C extra-filename=-d5f78da437ff8d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49322025-01-11T00:37:50.301Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cdd2319df552780 -C extra-filename=-1cdd2319df552780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49332025-01-11T00:37:52.685Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac2f97b2919fe6e7 -C extra-filename=-ac2f97b2919fe6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-629447db1a80c54f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aa3106dcb432d889.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49342025-01-11T00:38:10.574Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6e4b1dbf007c635 -C extra-filename=-b6e4b1dbf007c635 --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-913a8bb524140659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6303aa302d216de6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49352025-01-11T00:38:13.648Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87a1c3a05565a92e -C extra-filename=-87a1c3a05565a92e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-629447db1a80c54f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6303aa302d216de6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aa3106dcb432d889.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49362025-01-11T00:38:15.685Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b72d6f01d29f289 -C extra-filename=-1b72d6f01d29f289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-629447db1a80c54f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6303aa302d216de6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aa3106dcb432d889.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49372025-01-11T00:38:38.130Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49382025-01-11T00:38:38.133Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a757605e6191dfa3 -C extra-filename=-a757605e6191dfa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6303aa302d216de6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49392025-01-11T00:38:39.422Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=039155fd65c21468 -C extra-filename=-039155fd65c21468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-629447db1a80c54f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6303aa302d216de6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aa3106dcb432d889.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49402025-01-11T00:38:43.871Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f128b08b7018342c -C extra-filename=-f128b08b7018342c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd6316ce1514cbea.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49412025-01-11T00:38:43.942Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f03b0304ca83446b -C extra-filename=-f03b0304ca83446b --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-d70a74f0ee7d7b08.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49422025-01-11T00:38:50.340Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b5f59326a4e0792 -C extra-filename=-8b5f59326a4e0792 --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-86814329573828fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49432025-01-11T00:38:51.137Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91634d5f425acfaf -C extra-filename=-91634d5f425acfaf --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-f7ae3eefbcb18a0f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49442025-01-11T00:38:54.928Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2caffe33c71c44d -C extra-filename=-d2caffe33c71c44d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49452025-01-11T00:38:55.954Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23b54fb310c0611f -C extra-filename=-23b54fb310c0611f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2f090e1db7ea5432.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49462025-01-11T00:39:03.623Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=914681ad29974070 -C extra-filename=-914681ad29974070 --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-19e5985bb94b6ed1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c2031ffb480b0ff2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c1aca83c05869c81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-feef69d428b7e714.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f57ed294448d743d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49472025-01-11T00:39:10.027Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0dd4eb0e3c8f20c3 -C extra-filename=-0dd4eb0e3c8f20c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49482025-01-11T00:39:13.811Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed8532f5745d9aae -C extra-filename=-ed8532f5745d9aae --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c2031ffb480b0ff2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c1aca83c05869c81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-feef69d428b7e714.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f57ed294448d743d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49492025-01-11T00:39:38.858Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf433ae27c9fcce8 -C extra-filename=-bf433ae27c9fcce8 --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-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c2031ffb480b0ff2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c1aca83c05869c81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-feef69d428b7e714.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f57ed294448d743d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49502025-01-11T00:39:39.490Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8784a3f02128cae -C extra-filename=-b8784a3f02128cae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49512025-01-11T00:39:40.712Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7568acd58cdf1d48 -C extra-filename=-7568acd58cdf1d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49522025-01-11T00:39:56.837Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=825303dca755974a -C extra-filename=-825303dca755974a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49532025-01-11T00:39:57.645Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8577446f2cbfe1c -C extra-filename=-c8577446f2cbfe1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49542025-01-11T00:40:00.821Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a35c7c13bf21fd4 -C extra-filename=-0a35c7c13bf21fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49552025-01-11T00:40:01.706Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=819be3096be331ac -C extra-filename=-819be3096be331ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49562025-01-11T00:40:02.954Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79f38a88baeaa5be -C extra-filename=-79f38a88baeaa5be --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-0c1c5c94fbdfb275.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49572025-01-11T00:40:03.587Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f4a09cb26c56044a -C extra-filename=-f4a09cb26c56044a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ba1737b38193a78d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8c6475cb19208148.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49582025-01-11T00:40:06.938Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb5fcac5fd42976f -C extra-filename=-fb5fcac5fd42976f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49592025-01-11T00:40:09.375Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95bde0da9c17607f -C extra-filename=-95bde0da9c17607f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49602025-01-11T00:40:10.913Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d016ab3d581fd6a4 -C extra-filename=-d016ab3d581fd6a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
49612025-01-11T00:40:22.495Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1307dc7bea58a849 -C extra-filename=-1307dc7bea58a849 --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-f7ae3eefbcb18a0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49622025-01-11T00:40:26.604Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9911acd46ba9a45c -C extra-filename=-9911acd46ba9a45c --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-ad3c2a9507c92ace.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49632025-01-11T00:40:29.247Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff28af734f734998 -C extra-filename=-ff28af734f734998 --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-9580cdd7e40ea423.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49642025-01-11T00:40:32.890Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9bae6052c531984d -C extra-filename=-9bae6052c531984d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-4e3732e26382ec86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f81fc34e70f28fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05cbf8d2977a01bf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c6959481e8fe2373.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72aa7a156021c723.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b4d2bbf8dd25c0be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-050eda13399b4538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49652025-01-11T00:40:33.320Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dc4ed57c9e14ded -C extra-filename=-2dc4ed57c9e14ded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49662025-01-11T00:40:34.705Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db8e948057b27bd8 -C extra-filename=-db8e948057b27bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49672025-01-11T00:40:38.822Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6aa398420422ead2 -C extra-filename=-6aa398420422ead2 --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-9580cdd7e40ea423.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49682025-01-11T00:40:41.505Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a31c0bb04b8e30c1 -C extra-filename=-a31c0bb04b8e30c1 --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-9396c872bbb0813c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-788baf5066cb8b5c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49692025-01-11T00:40:41.827Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ce484c6e88227c3 -C extra-filename=-2ce484c6e88227c3 --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-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49702025-01-11T00:40:44.646Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84e08f983b83f20e -C extra-filename=-84e08f983b83f20e --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-913a8bb524140659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49712025-01-11T00:40:45.605Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c5984c43cd5215c -C extra-filename=-4c5984c43cd5215c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49722025-01-11T00:40:48.340Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6dc9ec7e2f2f99ba -C extra-filename=-6dc9ec7e2f2f99ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49732025-01-11T00:40:48.698Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5def6524cc71d2f -C extra-filename=-a5def6524cc71d2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49742025-01-11T00:40:49.222Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=907b618d3df4d5c1 -C extra-filename=-907b618d3df4d5c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-530547ea1a4acf24.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-35c7bb29622df945.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-f2f917705fef8dc2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
49752025-01-11T00:40:51.797Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf11aec337959324 -C extra-filename=-cf11aec337959324 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49762025-01-11T00:40:59.303Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=93d04262cf1ed512 -C extra-filename=-93d04262cf1ed512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
49772025-01-11T00:41:03.120Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be8ce40b0e200d2b -C extra-filename=-be8ce40b0e200d2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49782025-01-11T00:41:03.246Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=045167791227b03d -C extra-filename=-045167791227b03d --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-d0cc95eae0eb6567.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49792025-01-11T00:41:04.109Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a8eb94c9759cf47 -C extra-filename=-6a8eb94c9759cf47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49802025-01-11T00:41:05.728Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b970f24a53d51998 -C extra-filename=-b970f24a53d51998 --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-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49812025-01-11T00:41:06.689Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69cc918d4d851dc6 -C extra-filename=-69cc918d4d851dc6 --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-16736f4f60da201c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49822025-01-11T00:41:10.790Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65450db7930b9666 -C extra-filename=-65450db7930b9666 --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-691b9dcebd0265fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49832025-01-11T00:41:12.851Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc340b82286f0b5a -C extra-filename=-cc340b82286f0b5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-83e15ac6d08ec6e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49842025-01-11T00:41:14.118Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=38d98b62a0e3f393 -C extra-filename=-38d98b62a0e3f393 --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-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e186200f00dda158.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49852025-01-11T00:41:15.947Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=affec3ce25c9d2b8 -C extra-filename=-affec3ce25c9d2b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-43a9c1e77fd1f9a7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-cf005059acaed403.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49862025-01-11T00:41:16.246Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b7acfbb27ae0799 -C extra-filename=-6b7acfbb27ae0799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49872025-01-11T00:41:25.093Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b994669bcccba12c -C extra-filename=-b994669bcccba12c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49882025-01-11T00:41:26.106Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f297504995e57369 -C extra-filename=-f297504995e57369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49892025-01-11T00:41:27.850Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=109d3a66ab6139a3 -C extra-filename=-109d3a66ab6139a3 --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-2e648b8628fe1484.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-18972e6e1105b1e0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-21fe14a80424fe86.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49902025-01-11T00:41:29.784Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e319a2f940d26a8 -C extra-filename=-4e319a2f940d26a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-43a9c1e77fd1f9a7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49912025-01-11T00:41:34.853Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ed26734ad5c630c -C extra-filename=-0ed26734ad5c630c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49922025-01-11T00:41:35.707Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49932025-01-11T00:41:35.710Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28f25da513b86366 -C extra-filename=-28f25da513b86366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49942025-01-11T00:41:39.125Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49952025-01-11T00:41:39.128Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31b66af04f1a77b2 -C extra-filename=-31b66af04f1a77b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49962025-01-11T00:41:47.410Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=5e32083f35114eed -C extra-filename=-5e32083f35114eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d62392717960dc6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49972025-01-11T00:41:48.315Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=149553e2c77c6d18 -C extra-filename=-149553e2c77c6d18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d62392717960dc6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49982025-01-11T00:41:49.495Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b8ab098248faede -C extra-filename=-9b8ab098248faede --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-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
49992025-01-11T00:41:49.650Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff7aa2c53a2f900b -C extra-filename=-ff7aa2c53a2f900b --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-c934ff84d13620ad.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64`
50002025-01-11T00:41:49.845Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7095ef3b2ca82b1 -C extra-filename=-d7095ef3b2ca82b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
50012025-01-11T00:41:51.086Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50022025-01-11T00:41:51.089Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb32621fc7cfd8b0 -C extra-filename=-fb32621fc7cfd8b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
50032025-01-11T00:41:51.448Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=983233b449a821be -C extra-filename=-983233b449a821be --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-f7ae3eefbcb18a0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50042025-01-11T00:41:53.329Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70acc20942e25e8c -C extra-filename=-70acc20942e25e8c --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-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50052025-01-11T00:42:06.644Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de2073d80a453964 -C extra-filename=-de2073d80a453964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50062025-01-11T00:42:07.004Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68a1ab91b740e6d8 -C extra-filename=-68a1ab91b740e6d8 --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-f7ae3eefbcb18a0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50072025-01-11T00:42:07.116Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=741ef82b309e1cd2 -C extra-filename=-741ef82b309e1cd2 --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-f7ae3eefbcb18a0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50082025-01-11T00:42:07.440Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e2436ae86b39c76 -C extra-filename=-0e2436ae86b39c76 --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-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50092025-01-11T00:42:08.402Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=375c13db1564b572 -C extra-filename=-375c13db1564b572 --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-f7ae3eefbcb18a0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50102025-01-11T00:42:09.744Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=775382931791761c -C extra-filename=-775382931791761c --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-ad3c2a9507c92ace.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c1aca83c05869c81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-feef69d428b7e714.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50112025-01-11T00:42:10.410Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f32f918c331b3fe -C extra-filename=-0f32f918c331b3fe --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-c1c647bef926d575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50122025-01-11T00:42:10.436Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1999c205a3c05cc -C extra-filename=-a1999c205a3c05cc --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-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50132025-01-11T00:42:11.337Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a96862ba1ad720ee -C extra-filename=-a96862ba1ad720ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50142025-01-11T00:42:11.881Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28f43e9583f3f1cf -C extra-filename=-28f43e9583f3f1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50152025-01-11T00:42:18.808Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d7fc080f849ec51 -C extra-filename=-7d7fc080f849ec51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50162025-01-11T00:42:20.934Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16ef120ee11e81d3 -C extra-filename=-16ef120ee11e81d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50172025-01-11T00:42:22.181Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=233000da27c8cef4 -C extra-filename=-233000da27c8cef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c696b7fc2e70d980.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-89860e00e9d5e126.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-29d04463f5a96233.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dec7d11e128087b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-481c22fa51e162df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
50182025-01-11T00:42:23.904Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=228e72389c6f78f6 -C extra-filename=-228e72389c6f78f6 --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-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50192025-01-11T00:42:27.491Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee0363f1469d9795 -C extra-filename=-ee0363f1469d9795 --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-913a8bb524140659.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50202025-01-11T00:42:29.498Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b873ef2eea2f5c23 -C extra-filename=-b873ef2eea2f5c23 --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-f7ae3eefbcb18a0f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50212025-01-11T00:42:30.830Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad04b3b0d97e2c0f -C extra-filename=-ad04b3b0d97e2c0f --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-8dd76fe5df37d3d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50222025-01-11T00:42:31.953Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=f3aec512636fef75 -C extra-filename=-f3aec512636fef75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d62392717960dc6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/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-f7ea44e4a6d36c20/out/lib`
50232025-01-11T00:42:32.283Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46f4a1603abb8444 -C extra-filename=-46f4a1603abb8444 --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-8b0203daf59c8493.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f33e21e50e59bc61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50242025-01-11T00:42:32.989Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6338a1732a707408 -C extra-filename=-6338a1732a707408 --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-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-96dd27a5ec7f513a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50252025-01-11T00:42:34.841Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e14d2fd905cae45 -C extra-filename=-7e14d2fd905cae45 --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-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-96dd27a5ec7f513a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50262025-01-11T00:42:37.744Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=868f8c97e8739032 -C extra-filename=-868f8c97e8739032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-481c22fa51e162df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50272025-01-11T00:42:38.281Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=94fedf484c2b4fe9 -C extra-filename=-94fedf484c2b4fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-83e15ac6d08ec6e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9223cd3ae7f07851.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50282025-01-11T00:42:39.030Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=183de2e4a320ce65 -C extra-filename=-183de2e4a320ce65 --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-2e648b8628fe1484.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50292025-01-11T00:42:39.450Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22c4584dd03fe8dc -C extra-filename=-22c4584dd03fe8dc --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-2e648b8628fe1484.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50302025-01-11T00:42:40.277Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e055a174eda3b4f -C extra-filename=-1e055a174eda3b4f --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-2e648b8628fe1484.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50312025-01-11T00:42:41.766Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94d0df643ee445ab -C extra-filename=-94d0df643ee445ab --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-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50322025-01-11T00:42:44.653Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81a98b0a559647dd -C extra-filename=-81a98b0a559647dd --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-2e648b8628fe1484.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50332025-01-11T00:42:45.208Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f5425b7d4ce135b -C extra-filename=-9f5425b7d4ce135b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50342025-01-11T00:42:45.840Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdc384ebcee69fb0 -C extra-filename=-cdc384ebcee69fb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50352025-01-11T00:42:48.913Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc2c85b90dc7fcb4 -C extra-filename=-bc2c85b90dc7fcb4 --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-2e648b8628fe1484.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50362025-01-11T00:42:49.496Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f74acf4c0f5e004 -C extra-filename=-0f74acf4c0f5e004 --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-f7ae3eefbcb18a0f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50372025-01-11T00:42:49.599Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1e815ef400e42b0 -C extra-filename=-d1e815ef400e42b0 --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-83c04ded702a2c6e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50382025-01-11T00:42:51.041Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44a0468c390d845a -C extra-filename=-44a0468c390d845a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50392025-01-11T00:42:51.599Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=805e539a29caaf22 -C extra-filename=-805e539a29caaf22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50402025-01-11T00:42:52.606Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2f500fa30cd569c -C extra-filename=-d2f500fa30cd569c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50412025-01-11T00:42:52.750Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74b940b23968a554 -C extra-filename=-74b940b23968a554 --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-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50422025-01-11T00:42:54.360Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c89e5db24afef5f -C extra-filename=-1c89e5db24afef5f --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-2e648b8628fe1484.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50432025-01-11T00:42:55.427Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=108e1860da425d45 -C extra-filename=-108e1860da425d45 --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-601eae4ebaad7560.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ba1737b38193a78d.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-c9523f7c75feac51.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c80083d0c58db2d1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a236405acad79de0.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4e2a9fb83105b6b4.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-17fb15abb8f89d61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c9c1ea41e0151580.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-4b7559d67d750d80.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-894d62fecbcf3238.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-16e0b1122a3f1b48.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dd99b89daf0c34d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f4fd33fab95c131e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ffa7e856eca83945.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d84c059d6435e5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-ab498a41c5cdf6d8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4b99c76d8213f970.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6e1a232e148cf51b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-229710da42ba9e10.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bdc1b57a6748da39.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ed000fad94254156.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-91537ff9f0410e38.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6060787ff0686e2d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b6fbc30e8bd72608.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8ddac79a4b70b7b3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-008c88988592656d.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-61314ee9b73dea67.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-03a591e9d10ecb0e.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0b6bb73bee6c46db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
50442025-01-11T00:42:55.821Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=78019942e5d24ba2 -C extra-filename=-78019942e5d24ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50452025-01-11T00:44:31.568Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08c8aa12e51031cf -C extra-filename=-08c8aa12e51031cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b4fc4ba52a5f71c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50462025-01-11T00:44:31.591Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fef7a897d2455dac -C extra-filename=-fef7a897d2455dac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-95c4cff85dfeec3b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-59320f8120dc4cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5cc304de1260068a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4f23c5de554101c2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-edf2467f4930ccf9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-88cfb7b39d14bd9d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e3b1c065b212ef48.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
50472025-01-11T00:44:31.596Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=49eb2293b364d729 -C extra-filename=-49eb2293b364d729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4f23c5de554101c2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50482025-01-11T00:44:31.612Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ff0813e28a11c84 -C extra-filename=-2ff0813e28a11c84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-46fdcbe76513517d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50492025-01-11T00:44:34.438Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=525e9262ca30f1ff -C extra-filename=-525e9262ca30f1ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-95c4cff85dfeec3b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-59320f8120dc4cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5cc304de1260068a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-88cfb7b39d14bd9d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e3b1c065b212ef48.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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=/usr/lib/amd64`
50502025-01-11T00:44:51.319Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c52444f99f04bfa8 -C extra-filename=-c52444f99f04bfa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-46fdcbe76513517d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50512025-01-11T00:44:55.399Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a80c706e7743d12 -C extra-filename=-2a80c706e7743d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50522025-01-11T00:45:10.161Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71c80f6b320365b2 -C extra-filename=-71c80f6b320365b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-95c4cff85dfeec3b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-59320f8120dc4cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5cc304de1260068a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4f23c5de554101c2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-edf2467f4930ccf9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-88cfb7b39d14bd9d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e3b1c065b212ef48.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
50532025-01-11T00:45:13.774Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d1852125a856145 -C extra-filename=-5d1852125a856145 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-258372ebec2a05bb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50542025-01-11T00:49:29.019Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9546ffe8f3b8032d -C extra-filename=-9546ffe8f3b8032d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b4fc4ba52a5f71c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50552025-01-11T00:51:01.227Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6545d83bb5f80e3 -C extra-filename=-a6545d83bb5f80e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-95c4cff85dfeec3b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-59320f8120dc4cfb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5cc304de1260068a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-88cfb7b39d14bd9d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e3b1c065b212ef48.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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=/usr/lib/amd64`
50562025-01-11T00:52:46.193Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71c8ed9667b45991 -C extra-filename=-71c8ed9667b45991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-95c4cff85dfeec3b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-59320f8120dc4cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5cc304de1260068a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4f23c5de554101c2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-edf2467f4930ccf9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-88cfb7b39d14bd9d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e3b1c065b212ef48.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/`
50572025-01-11T00:53:20.833Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=752138cb37e2e549 -C extra-filename=-752138cb37e2e549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-258372ebec2a05bb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.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-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -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-544ca801dccddab8/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50582025-01-11T01:41:10.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 75m 19s
50592025-01-11T01:41:50.110Z
50602025-01-11T01:41:50.115Zreal 1:15:58.584826463
50612025-01-11T01:41:50.115Zuser 2:10:19.601783308
50622025-01-11T01:41:50.115Zsys 31:39.526598742
50632025-01-11T01:41:50.115Ztrap 12.657794509
50642025-01-11T01:41:50.115Ztflt 27.903845383
50652025-01-11T01:41:50.115Zdflt 5:10:28.557971216
50662025-01-11T01:41:50.115Zkflt 2.158180900
50672025-01-11T01:41:50.115Zlock 13:13:04.551609554
50682025-01-11T01:41:50.115Zslp 43:13:28.963455433
50692025-01-11T01:41:50.115Zlat 12:40.734547142
50702025-01-11T01:41:50.115Zstop 11:27.342075316
50712025-01-11T01:41:51.121Z+ banner test
50722025-01-11T01:41:51.161Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
50732025-01-11T01:41:52.102Z
50742025-01-11T01:41:52.102Z ##### ###### #### #####
50752025-01-11T01:41:52.102Z # # # #
50762025-01-11T01:41:52.102Z # ##### #### #
50772025-01-11T01:41:52.102Z # # # #
50782025-01-11T01:41:52.102Z # # # # #
50792025-01-11T01:41:52.102Z # ###### #### #
50802025-01-11T01:41:52.102Z
50812025-01-11T01:41:54.907Zinfo: experimental features enabled: setup-scripts
50822025-01-11T01:41:56.618Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
50832025-01-11T01:41:56.621Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
50842025-01-11T01:41:56.805Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50852025-01-11T01:41:56.828Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50862025-01-11T01:42:15.031Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.95s
50872025-01-11T01:42:33.319Z────────────
50882025-01-11T01:42:33.319Z Nextest run ID 4f85a326-9042-4b2b-9f3d-b5cd727e89c2 with nextest profile: ci
50892025-01-11T01:42:33.323Z Starting 1767 tests across 181 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
50902025-01-11T01:42:33.323Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
50912025-01-11T01:42:34.188Z Compiling newtype-uuid v1.1.3
50922025-01-11T01:42:34.816Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50932025-01-11T01:42:35.144Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50942025-01-11T01:42:35.805Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50952025-01-11T01:42:44.357Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50962025-01-11T01:42:46.811Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50972025-01-11T01:42:48.864Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50982025-01-11T01:42:55.656Z Finished `test` profile [unoptimized + debuginfo] target(s) in 22.26s
50992025-01-11T01:42:55.779Z Running `target/debug/crdb-seed`
51002025-01-11T01:42:55.822ZJan 11 01:42:54.720 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpn9hPXb
51012025-01-11T01:42:55.827ZJan 11 01:42:54.720 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmppskYcz,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpn9hPXb/listen-url
51022025-01-11T01:42:55.827ZJan 11 01:42:54.720 INFO cockroach environment: BUILDOMAT_JOB_ID=01JH9BG9P09KBYNJ5EEXA9AJC2 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.81.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_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_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 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-f47834445a2c1f16/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envsTAOhg NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out:/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=4f85a326-9042-4b2b-9f3d-b5cd727e89c2 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.81.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
51032025-01-11T01:42:56.827ZJan 11 01:42:55.725 INFO cockroach pid: 9181
51042025-01-11T01:42:56.827ZJan 11 01:42:55.725 INFO cockroach listen URL: postgresql://root@[::1]:40959/omicron?sslmode=disable
51052025-01-11T01:42:56.827ZJan 11 01:42:55.725 INFO cockroach: populating
51062025-01-11T01:42:58.750ZJan 11 01:42:57.648 INFO cockroach: populated
51072025-01-11T01:42:59.707ZJan 11 01:42:58.605 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/8dca36feea1c1273d295510ce2d8e096f8671340aaf1eb5b3c9acebffd6d8527.tar`
51082025-01-11T01:42:59.712Z SETUP PASS [ 26.391s] crdb-seed: cargo run -p crdb-seed --profile test
51092025-01-11T01:42:59.715Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51102025-01-11T01:43:00.598Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
51112025-01-11T01:43:00.600Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51122025-01-11T01:43:00.600Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51132025-01-11T01:43:00.600Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51142025-01-11T01:43:00.709Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51152025-01-11T01:43:03.091Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51162025-01-11T01:43:03.118Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51172025-01-11T01:43:05.990Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
51182025-01-11T01:43:09.554Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51192025-01-11T01:43:17.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.27s
51202025-01-11T01:43:17.193Z Running `target/debug/clickhouse-cluster-dev`
51212025-01-11T01:43:17.238ZJan 11 01:43:16.135 INFO Setting up a ClickHouse cluster
51222025-01-11T01:43:17.241ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
51232025-01-11T01:43:17.247ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
51242025-01-11T01:43:17.250ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
51252025-01-11T01:43:17.252ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
51262025-01-11T01:43:17.257ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
51272025-01-11T01:43:20.952ZJan 11 01:43:19.848 INFO ClickHouse server ready
51282025-01-11T01:43:20.952ZJan 11 01:43:19.849 INFO ClickHouse server ready
51292025-01-11T01:43:21.182ZJan 11 01:43:20.078 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
51302025-01-11T01:43:21.187Z SETUP PASS [ 21.472s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51312025-01-11T01:43:21.224Z PASS [ 0.031s] api_identity test::test_identity
51322025-01-11T01:43:21.233Z PASS [ 0.045s] api_identity test::test_identity_no_field
51332025-01-11T01:43:21.236Z PASS [ 0.047s] bootstore trust_quorum::rack_secret::tests::create_and_verify
51342025-01-11T01:43:21.247Z PASS [ 0.053s] bootstore schemes::v0::share_pkg::tests::create_packages
51352025-01-11T01:43:21.250Z PASS [ 0.059s] authz-macros tests::test_authz_snapshots
51362025-01-11T01:43:21.259Z PASS [ 0.026s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
51372025-01-11T01:43:21.262Z PASS [ 0.065s] bootstore schemes::tests::hello_roundtrip
51382025-01-11T01:43:21.295Z PASS [ 0.035s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
51392025-01-11T01:43:21.295Z PASS [ 0.035s] clickana chart::tests::gather_chart_data_for_disk_usage_success
51402025-01-11T01:43:21.308Z PASS [ 0.120s] bootstore schemes::v0::peer::tests::network_config
51412025-01-11T01:43:21.321Z PASS [ 0.025s] clickana chart::tests::gather_chart_data_for_query_count_success
51422025-01-11T01:43:21.328Z PASS [ 0.032s] clickana chart::tests::gather_chart_data_for_running_queries_success
51432025-01-11T01:43:21.370Z PASS [ 0.041s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
51442025-01-11T01:43:21.378Z PASS [ 0.056s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
51452025-01-11T01:43:21.384Z PASS [ 0.075s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
51462025-01-11T01:43:21.395Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_output_parse_fail
51472025-01-11T01:43:21.403Z PASS [ 0.024s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
51482025-01-11T01:43:21.412Z PASS [ 0.028s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
51492025-01-11T01:43:21.422Z PASS [ 0.027s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
51502025-01-11T01:43:21.430Z PASS [ 0.026s] clickhouse-admin-types tests::test_full_lgif_parse_success
51512025-01-11T01:43:21.439Z PASS [ 0.026s] clickhouse-admin-types tests::test_full_raft_config_parse_success
51522025-01-11T01:43:21.464Z PASS [ 0.032s] clickhouse-admin-types tests::test_generate_replica_config
51532025-01-11T01:43:21.464Z PASS [ 0.039s] clickhouse-admin-types tests::test_generate_keeper_config
51542025-01-11T01:43:21.467Z PASS [ 0.023s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51552025-01-11T01:43:21.489Z PASS [ 0.026s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51562025-01-11T01:43:21.495Z PASS [ 0.032s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51572025-01-11T01:43:21.504Z PASS [ 0.039s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51582025-01-11T01:43:21.509Z PASS [ 0.260s] cert-dev::test-cert-dev test_cert_create
51592025-01-11T01:43:21.516Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
51602025-01-11T01:43:21.523Z PASS [ 0.027s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
51612025-01-11T01:43:21.530Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
51622025-01-11T01:43:21.536Z PASS [ 0.027s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
51632025-01-11T01:43:21.544Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
51642025-01-11T01:43:21.550Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
51652025-01-11T01:43:21.557Z PASS [ 0.027s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
51662025-01-11T01:43:21.563Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
51672025-01-11T01:43:21.570Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
51682025-01-11T01:43:21.576Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
51692025-01-11T01:43:21.583Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
51702025-01-11T01:43:21.590Z PASS [ 0.027s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
51712025-01-11T01:43:21.596Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
51722025-01-11T01:43:21.603Z PASS [ 0.026s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
51732025-01-11T01:43:21.610Z PASS [ 0.027s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
51742025-01-11T01:43:21.617Z PASS [ 0.026s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
51752025-01-11T01:43:21.624Z PASS [ 0.027s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
51762025-01-11T01:43:21.631Z PASS [ 0.027s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
51772025-01-11T01:43:21.637Z PASS [ 0.026s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
51782025-01-11T01:43:21.655Z PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
51792025-01-11T01:43:21.658Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
51802025-01-11T01:43:21.675Z PASS [ 0.020s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
51812025-01-11T01:43:21.681Z PASS [ 0.026s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
51822025-01-11T01:43:21.694Z PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
51832025-01-11T01:43:21.711Z PASS [ 0.086s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
51842025-01-11T01:43:21.718Z PASS [ 0.100s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
51852025-01-11T01:43:21.759Z PASS [ 0.511s] clickana chart::tests::gather_chart_data_failure
51862025-01-11T01:43:21.845Z PASS [ 0.085s] db-macros lookup::test::test_lookup_snapshots
51872025-01-11T01:43:21.864Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_for_enums
51882025-01-11T01:43:21.882Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
51892025-01-11T01:43:21.900Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
51902025-01-11T01:43:21.919Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
51912025-01-11T01:43:21.939Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
51922025-01-11T01:43:21.967Z PASS [ 0.027s] db-macros tests::test_derive_snapshots
51932025-01-11T01:43:21.968Z PASS [ 0.285s] db-dev::test-db-dev test_db_dev_populate_no_args
51942025-01-11T01:43:21.971Z PASS [ 0.273s] db-dev::test-db-dev test_db_dev_wipe_no_args
51952025-01-11T01:43:21.995Z PASS [ 0.027s] db-macros tests::test_derive_with_unknown_field
51962025-01-11T01:43:22.203Z PASS [ 0.235s] dns-server storage::test::test_update_in_progress
51972025-01-11T01:43:22.209Z PASS [ 0.241s] dns-server storage::test::test_update_basic
51982025-01-11T01:43:22.212Z PASS [ 0.214s] dns-server storage::test::test_update_interrupted
51992025-01-11T01:43:22.311Z PASS [ 1.124s] bootstore schemes::v0::peer::tests::basic_3_nodes
52002025-01-11T01:43:22.710Z PASS [ 0.499s] dns-server::basic_test answers_match_question
52012025-01-11T01:43:22.713Z PASS [ 0.506s] dns-server::basic_test a_crud
52022025-01-11T01:43:22.713Z PASS [ 0.500s] dns-server::basic_test aaaa_crud
52032025-01-11T01:43:22.713Z PASS [ 0.398s] dns-server::basic_test empty_record
52042025-01-11T01:43:22.948Z PASS [ 0.237s] dns-server::basic_test nxdomain
52052025-01-11T01:43:22.969Z PASS [ 0.259s] dns-server::basic_test name_contains_zone
52062025-01-11T01:43:22.978Z PASS [ 0.268s] dns-server::basic_test multi_record_crud
52072025-01-11T01:43:23.001Z PASS [ 0.290s] dns-server::basic_test servfail
52082025-01-11T01:43:23.042Z PASS [ 0.041s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
52092025-01-11T01:43:23.058Z PASS [ 0.079s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
52102025-01-11T01:43:23.126Z PASS [ 0.084s] illumos-utils destructor::test::test_delayed_delete
52112025-01-11T01:43:23.158Z PASS [ 0.032s] illumos-utils destructor::test::test_destructor_bad_close
52122025-01-11T01:43:23.181Z PASS [ 0.232s] dns-server::basic_test srv_crud
52132025-01-11T01:43:23.192Z PASS [ 0.033s] illumos-utils link::test::test_allocate
52142025-01-11T01:43:23.213Z PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes
52152025-01-11T01:43:23.219Z PASS [ 0.026s] illumos-utils running_zone::tests::test_is_oxide_smf_service
52162025-01-11T01:43:23.258Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_quota
52172025-01-11T01:43:23.258Z PASS [ 0.046s] illumos-utils zfs::test::parse_dataset_bad_avail
52182025-01-11T01:43:23.287Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_reservation
52192025-01-11T01:43:23.294Z PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_bad_usage
52202025-01-11T01:43:23.319Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_uuid
52212025-01-11T01:43:23.326Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_missing_fields
52222025-01-11T01:43:23.349Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_props
52232025-01-11T01:43:23.356Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_props_with_optionals
52242025-01-11T01:43:23.385Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
52252025-01-11T01:43:23.386Z PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_too_many_columns
52262025-01-11T01:43:23.417Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
52272025-01-11T01:43:23.424Z PASS [ 0.038s] illumos-utils zfs::test::parse_quota_ignored_if_default
52282025-01-11T01:43:23.450Z PASS [ 0.033s] illumos-utils zfs::test::parse_reservation_ignored_if_default
52292025-01-11T01:43:23.457Z PASS [ 0.032s] illumos-utils zfs::test::parse_sorts_and_dedups
52302025-01-11T01:43:23.483Z PASS [ 0.033s] illumos-utils zone::tests::test_parse_ip_network
52312025-01-11T01:43:23.498Z PASS [ 0.040s] illumos-utils zpool::test::test_parse_zpool
52322025-01-11T01:43:23.514Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column
52332025-01-11T01:43:23.743Z PASS [ 2.508s] bootstore::v0-fsm-proptest-learner run
52342025-01-11T01:43:23.955Z PASS [ 0.212s] installinator-common block_size_writer::tests::proptest_block_writer
52352025-01-11T01:43:23.977Z PASS [ 0.918s] illumos-utils destructor::test::test_delayed_delete_with_error
52362025-01-11T01:43:24.696Z PASS [ 0.719s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
52372025-01-11T01:43:24.719Z PASS [ 0.763s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
52382025-01-11T01:43:25.082Z PASS [ 0.385s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
52392025-01-11T01:43:25.187Z PASS [ 0.467s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
52402025-01-11T01:43:25.557Z PASS [ 0.475s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
52412025-01-11T01:43:25.640Z PASS [ 0.453s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
52422025-01-11T01:43:25.681Z PASS [ 0.041s] internal-dns-types config::test::display_hosts
52432025-01-11T01:43:25.710Z PASS [ 0.028s] internal-dns-types config::test::display_srv_service
52442025-01-11T01:43:25.764Z PASS [ 0.054s] internal-dns-types config::test::test_builder_errors
52452025-01-11T01:43:25.821Z PASS [ 0.056s] internal-dns-types config::test::test_builder_output
52462025-01-11T01:43:25.849Z PASS [ 0.291s] internal-dns-resolver resolver::test::update_record
52472025-01-11T01:43:25.873Z PASS [ 0.051s] internal-dns-types diff::test::diff_different
52482025-01-11T01:43:25.891Z PASS [ 0.041s] internal-dns-types diff::test::diff_equivalent
52492025-01-11T01:43:25.915Z PASS [ 0.042s] internal-dns-types diff::test::diff_invalid
52502025-01-11T01:43:25.942Z PASS [ 4.707s] bootstore::v0-fsm-proptest-rack-coordinator run
52512025-01-11T01:43:25.972Z PASS [ 2.457s] installinator write::tests::proptest_write_artifact
52522025-01-11T01:43:26.008Z PASS [ 0.116s] ipcc tests::deserialize_fixed_value
52532025-01-11T01:43:26.033Z PASS [ 0.117s] ipcc tests::installinator_image_id_round_trip
52542025-01-11T01:43:26.059Z PASS [ 0.116s] ipcc tests::serialized_size
52552025-01-11T01:43:26.072Z PASS [ 0.056s] key-manager tests::different_ikm_produces_different_keys
52562025-01-11T01:43:26.075Z PASS [ 0.100s] key-manager tests::different_disks_produce_different_keys
52572025-01-11T01:43:26.104Z PASS [ 0.044s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52582025-01-11T01:43:26.106Z PASS [ 0.070s] key-manager tests::disk_encryption_key_epoch_0
52592025-01-11T01:43:26.201Z PASS [ 0.097s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52602025-01-11T01:43:26.214Z PASS [ 0.109s] nexus-auth authn::external::session_cookie::test::test_get_token
52612025-01-11T01:43:26.249Z PASS [ 0.177s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
52622025-01-11T01:43:26.257Z PASS [ 0.166s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
52632025-01-11T01:43:26.273Z PASS [ 0.070s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
52642025-01-11T01:43:26.287Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
52652025-01-11T01:43:26.297Z PASS [ 0.083s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
52662025-01-11T01:43:26.307Z PASS [ 0.050s] nexus-auth authn::external::session_cookie::test::test_other_cookie
52672025-01-11T01:43:26.316Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
52682025-01-11T01:43:26.323Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
52692025-01-11T01:43:26.333Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
52702025-01-11T01:43:26.359Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
52712025-01-11T01:43:26.361Z PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_make_header_value
52722025-01-11T01:43:26.368Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
52732025-01-11T01:43:26.370Z PASS [ 0.035s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
52742025-01-11T01:43:26.405Z PASS [ 0.036s] nexus-auth authn::external::token::test::test_make_header_value
52752025-01-11T01:43:26.412Z PASS [ 0.052s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
52762025-01-11T01:43:26.414Z PASS [ 0.052s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
52772025-01-11T01:43:26.426Z PASS [ 0.056s] nexus-auth authn::external::test::test_authn_sequence
52782025-01-11T01:43:26.438Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
52792025-01-11T01:43:26.446Z PASS [ 0.033s] nexus-auth authn::external::token::test::test_token_header_valid
52802025-01-11T01:43:26.457Z PASS [ 0.044s] nexus-auth authn::external::token::test::test_token_header_missing
52812025-01-11T01:43:26.486Z PASS [ 0.059s] nexus-auth authn::test::test_internal_users
52822025-01-11T01:43:26.520Z PASS [ 0.072s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
52832025-01-11T01:43:26.555Z PASS [ 0.068s] nexus-auth context::test::test_child_context
52842025-01-11T01:43:26.562Z PASS [ 0.104s] nexus-auth context::test::test_background_context
52852025-01-11T01:43:26.573Z PASS [ 0.134s] nexus-auth authz::context::test::test_unregistered_resource
52862025-01-11T01:43:26.591Z PASS [ 0.071s] nexus-auth context::test::test_test_context
52872025-01-11T01:43:26.629Z PASS [ 0.037s] nexus-config nexus_config::test::test_config_nonexistent
52882025-01-11T01:43:26.631Z PASS [ 0.067s] nexus-config nexus_config::test::test_config_bad_toml
52892025-01-11T01:43:26.631Z PASS [ 0.056s] nexus-config nexus_config::test::test_config_empty
52902025-01-11T01:43:26.692Z PASS [ 0.062s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
52912025-01-11T01:43:26.694Z PASS [ 0.137s] nexus-config nexus_config::test::test_bad_authn_schemes
52922025-01-11T01:43:26.735Z PASS [ 0.087s] nexus-config nexus_config::test::test_repo_configs_are_valid
52932025-01-11T01:43:26.741Z PASS [ 0.043s] nexus-config nexus_config::test::test_valid
52942025-01-11T01:43:26.744Z PASS [ 0.111s] nexus-config nexus_config::test::test_deployment_config_schema
52952025-01-11T01:43:26.761Z PASS [ 0.068s] nexus-config postgres_config::test::test_bad_url
52962025-01-11T01:43:26.769Z PASS [ 0.034s] nexus-config postgres_config::test::test_example_url
52972025-01-11T01:43:26.796Z PASS [ 0.035s] nexus-db-fixed-data test::test_allowlist_id_is_valid
52982025-01-11T01:43:26.799Z PASS [ 0.054s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
52992025-01-11T01:43:26.811Z PASS [ 0.067s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
53002025-01-11T01:43:26.813Z PASS [ 0.040s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
53012025-01-11T01:43:26.841Z PASS [ 0.044s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
53022025-01-11T01:43:26.849Z PASS [ 0.052s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
53032025-01-11T01:43:26.858Z PASS [ 3.887s] dns-server::commands_test test_dnsadm
53042025-01-11T01:43:26.868Z PASS [ 0.057s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
53052025-01-11T01:43:26.877Z PASS [ 0.034s] nexus-db-model instance_state::tests::test_from_str_roundtrips
53062025-01-11T01:43:26.904Z PASS [ 0.092s] nexus-db-model device_auth::test::test_generate_user_code
53072025-01-11T01:43:26.904Z PASS [ 0.046s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
53082025-01-11T01:43:26.916Z PASS [ 0.061s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
53092025-01-11T01:43:26.925Z PASS [ 0.047s] nexus-db-model schema_versions::test::test_known_versions
53102025-01-11T01:43:26.932Z PASS [ 5.220s] db-dev::test-db-dev test_db_killed
53112025-01-11T01:43:26.942Z PASS [ 0.072s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
53122025-01-11T01:43:26.949Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
53132025-01-11T01:43:26.951Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
53142025-01-11T01:43:26.963Z PASS [ 0.040s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
53152025-01-11T01:43:26.966Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_verify
53162025-01-11T01:43:26.978Z PASS [ 0.039s] nexus-db-model semver_version::test::test_to_from_sortable_string
53172025-01-11T01:43:26.987Z PASS [ 0.044s] nexus-db-model tests::test_ip_subnet_check_requestable_address
53182025-01-11T01:43:26.994Z PASS [ 0.044s] nexus-db-model tests::test_roles_database_strings
53192025-01-11T01:43:27.002Z PASS [ 0.037s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
53202025-01-11T01:43:27.002Z PASS [ 0.052s] nexus-db-model tests::test_ipv6_net_random_subnet
53212025-01-11T01:43:27.005Z PASS [ 0.037s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
53222025-01-11T01:43:27.016Z PASS [ 0.036s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
53232025-01-11T01:43:27.165Z PASS [ 3.667s] installinator mock_peers::tests::proptest_fetch_artifact
53242025-01-11T01:43:30.388Z PASS [ 3.393s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
53252025-01-11T01:43:30.468Z PASS [ 3.465s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
53262025-01-11T01:43:30.657Z PASS [ 3.653s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
53272025-01-11T01:43:30.657Z PASS [ 3.640s] nexus-db-queries db::collection_attach::test::test_attach_once
53282025-01-11T01:43:30.768Z PASS [ 0.110s] nexus-db-queries db::collection_attach::test::test_verify_query
53292025-01-11T01:43:30.794Z PASS [ 3.789s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
53302025-01-11T01:43:30.859Z PASS [ 3.872s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
53312025-01-11T01:43:30.951Z PASS [ 3.784s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
53322025-01-11T01:43:33.559Z PASS [ 3.089s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
53332025-01-11T01:43:33.684Z PASS [ 3.296s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
53342025-01-11T01:43:33.800Z PASS [ 2.940s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
53352025-01-11T01:43:33.847Z PASS [ 0.047s] nexus-db-queries db::collection_detach::test::test_verify_query
53362025-01-11T01:43:33.966Z PASS [ 3.197s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
53372025-01-11T01:43:34.020Z PASS [ 3.362s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
53382025-01-11T01:43:34.022Z PASS [ 3.069s] nexus-db-queries db::collection_detach::test::test_detach_once
53392025-01-11T01:43:34.379Z PASS [ 3.586s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
53402025-01-11T01:43:36.800Z PASS [ 2.780s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
53412025-01-11T01:43:36.881Z PASS [ 2.914s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
53422025-01-11T01:43:36.994Z PASS [ 3.146s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
53432025-01-11T01:43:37.054Z PASS [ 3.034s] nexus-db-queries db::collection_detach_many::test::test_detach_many
53442025-01-11T01:43:37.078Z PASS [ 2.699s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
53452025-01-11T01:43:37.102Z PASS [ 0.047s] nexus-db-queries db::collection_detach_many::test::test_verify_query
53462025-01-11T01:43:37.207Z PASS [ 3.648s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
53472025-01-11T01:43:37.264Z PASS [ 3.579s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
53482025-01-11T01:43:37.276Z PASS [ 0.069s] nexus-db-queries db::collection_insert::test::test_verify_query
53492025-01-11T01:43:37.311Z PASS [ 0.047s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
53502025-01-11T01:43:37.321Z PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_columns
53512025-01-11T01:43:37.365Z PASS [ 0.054s] nexus-db-queries db::column_walker::test::test_walk_table
53522025-01-11T01:43:38.333Z PASS [ 16.614s] db-dev::test-db-dev test_db_run
53532025-01-11T01:43:38.976Z PASS [ 1.897s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53542025-01-11T01:43:39.447Z PASS [ 2.344s] nexus-db-queries db::collection_insert::test::test_collection_present
53552025-01-11T01:43:39.468Z PASS [ 2.667s] nexus-db-queries db::collection_detach_many::test::test_detach_once
53562025-01-11T01:43:39.542Z PASS [ 2.661s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53572025-01-11T01:43:39.706Z PASS [ 2.712s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53582025-01-11T01:43:41.224Z PASS [ 3.858s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
53592025-01-11T01:43:41.245Z PASS [ 3.925s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
53602025-01-11T01:43:42.489Z PASS [ 2.782s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
53612025-01-11T01:43:43.312Z PASS [ 4.977s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
53622025-01-11T01:43:43.314Z PASS [ 4.335s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
53632025-01-11T01:43:43.696Z PASS [ 2.471s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53642025-01-11T01:43:43.752Z PASS [ 4.305s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
53652025-01-11T01:43:44.179Z PASS [ 4.710s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
53662025-01-11T01:43:44.215Z PASS [ 4.672s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes
53672025-01-11T01:43:44.287Z PASS [ 3.041s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
53682025-01-11T01:43:47.653Z PASS [ 5.163s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
53692025-01-11T01:43:47.891Z PASS [ 4.579s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
53702025-01-11T01:43:47.956Z PASS [ 0.065s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
53712025-01-11T01:43:48.406Z PASS [ 5.094s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
53722025-01-11T01:43:48.649Z PASS [ 4.896s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
53732025-01-11T01:43:48.836Z PASS [ 4.620s] nexus-db-queries db::datastore::deployment::tests::test_set_target
53742025-01-11T01:43:48.854Z PASS [ 5.158s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
53752025-01-11T01:43:49.180Z PASS [ 4.892s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
53762025-01-11T01:43:49.183Z PASS [ 5.001s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
53772025-01-11T01:43:52.498Z PASS [ 4.540s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
53782025-01-11T01:43:52.752Z PASS [ 5.097s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
53792025-01-11T01:43:53.150Z PASS [ 4.743s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
53802025-01-11T01:43:53.558Z PASS [ 4.377s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
53812025-01-11T01:43:53.574Z PASS [ 4.738s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
53822025-01-11T01:43:53.581Z PASS [ 4.726s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
53832025-01-11T01:43:54.134Z PASS [ 5.485s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
53842025-01-11T01:43:54.198Z PASS [ 5.016s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
53852025-01-11T01:43:57.754Z PASS [ 5.003s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
53862025-01-11T01:43:57.977Z PASS [ 4.827s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
53872025-01-11T01:43:58.181Z PASS [ 4.606s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
53882025-01-11T01:43:58.230Z PASS [ 4.648s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
53892025-01-11T01:43:58.487Z PASS [ 4.929s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
53902025-01-11T01:43:58.620Z PASS [ 4.485s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
53912025-01-11T01:43:58.627Z PASS [ 4.429s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
53922025-01-11T01:43:59.019Z PASS [ 6.520s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
53932025-01-11T01:44:02.531Z PASS [ 4.553s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
53942025-01-11T01:44:02.681Z PASS [ 4.926s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
53952025-01-11T01:44:02.844Z PASS [ 4.216s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
53962025-01-11T01:44:03.396Z PASS [ 4.908s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
53972025-01-11T01:44:03.434Z PASS [ 4.814s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
53982025-01-11T01:44:03.444Z PASS [ 5.262s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
53992025-01-11T01:44:03.783Z PASS [ 4.764s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
54002025-01-11T01:44:05.589Z PASS [ 7.357s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
54012025-01-11T01:44:07.142Z PASS [ 4.460s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
54022025-01-11T01:44:07.348Z PASS [ 4.503s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
54032025-01-11T01:44:07.408Z PASS [ 4.011s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
54042025-01-11T01:44:07.766Z PASS [ 4.331s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
54052025-01-11T01:44:07.979Z PASS [ 4.195s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
54062025-01-11T01:44:08.283Z PASS [ 4.838s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
54072025-01-11T01:44:08.680Z PASS [ 6.147s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
54082025-01-11T01:44:11.605Z PASS [ 6.016s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
54092025-01-11T01:44:11.806Z PASS [ 4.458s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
54102025-01-11T01:44:12.070Z PASS [ 4.303s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
54112025-01-11T01:44:12.546Z PASS [ 4.566s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
54122025-01-11T01:44:12.897Z PASS [ 4.613s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
54132025-01-11T01:44:13.584Z PASS [ 4.905s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
54142025-01-11T01:44:16.428Z PASS [ 4.821s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
54152025-01-11T01:44:16.864Z PASS [ 5.057s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
54162025-01-11T01:44:16.950Z PASS [ 4.880s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
54172025-01-11T01:44:17.687Z PASS [ 5.140s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
54182025-01-11T01:44:18.486Z PASS [ 4.901s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
54192025-01-11T01:44:19.532Z PASS [ 6.634s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
54202025-01-11T01:44:19.583Z PASS [ 0.050s] nexus-db-queries db::datastore::region::test::test_extent_count
54212025-01-11T01:44:21.216Z PASS [ 4.788s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
54222025-01-11T01:44:21.387Z PASS [ 14.244s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
54232025-01-11T01:44:21.554Z PASS [ 4.689s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
54242025-01-11T01:44:22.018Z PASS [ 5.067s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
54252025-01-11T01:44:22.878Z PASS [ 4.390s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
54262025-01-11T01:44:22.931Z PASS [ 5.243s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
54272025-01-11T01:44:23.977Z PASS [ 4.393s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
54282025-01-11T01:44:25.860Z PASS [ 4.472s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
54292025-01-11T01:44:25.888Z PASS [ 4.671s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
54302025-01-11T01:44:26.154Z PASS [ 4.136s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
54312025-01-11T01:44:26.239Z PASS [ 4.684s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
54322025-01-11T01:44:27.011Z PASS [ 4.133s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
54332025-01-11T01:44:27.214Z PASS [ 4.283s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
54342025-01-11T01:44:28.237Z PASS [ 4.260s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
54352025-01-11T01:44:30.194Z PASS [ 4.333s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
54362025-01-11T01:44:30.225Z PASS [ 4.069s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
54372025-01-11T01:44:30.418Z PASS [ 4.529s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
54382025-01-11T01:44:30.679Z PASS [ 4.440s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
54392025-01-11T01:44:30.934Z PASS [ 3.922s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
54402025-01-11T01:44:31.873Z PASS [ 4.657s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
54412025-01-11T01:44:32.050Z PASS [ 24.640s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
54422025-01-11T01:44:32.734Z PASS [ 4.496s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
54432025-01-11T01:44:34.614Z PASS [ 4.419s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
54442025-01-11T01:44:35.659Z PASS [ 5.433s] nexus-db-queries db::datastore::sled::test::sled_list_batch
54452025-01-11T01:44:35.890Z PASS [ 5.210s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
54462025-01-11T01:44:36.172Z PASS [ 5.754s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
54472025-01-11T01:44:36.733Z PASS [ 4.859s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
54482025-01-11T01:44:36.837Z PASS [ 4.786s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
54492025-01-11T01:44:37.256Z PASS [ 4.521s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
54502025-01-11T01:44:39.554Z PASS [ 4.939s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
54512025-01-11T01:44:40.500Z PASS [ 9.565s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54522025-01-11T01:44:41.507Z PASS [ 4.668s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
54532025-01-11T01:44:41.884Z PASS [ 6.224s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
54542025-01-11T01:44:41.940Z PASS [ 4.682s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
54552025-01-11T01:44:42.050Z PASS [ 6.158s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
54562025-01-11T01:44:42.432Z PASS [ 6.260s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
54572025-01-11T01:44:42.822Z PASS [ 6.088s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
54582025-01-11T01:44:43.734Z PASS [ 4.180s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
54592025-01-11T01:44:45.426Z PASS [ 4.926s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
54602025-01-11T01:44:46.273Z PASS [ 4.223s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
54612025-01-11T01:44:46.317Z PASS [ 4.809s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
54622025-01-11T01:44:46.373Z PASS [ 4.433s] nexus-db-queries db::datastore::test::test_project_creation
54632025-01-11T01:44:46.578Z PASS [ 4.694s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
54642025-01-11T01:44:46.778Z PASS [ 4.345s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
54652025-01-11T01:44:48.344Z PASS [ 4.607s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
54662025-01-11T01:44:51.054Z PASS [ 5.626s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
54672025-01-11T01:44:51.190Z PASS [ 4.916s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
54682025-01-11T01:44:53.092Z PASS [ 4.749s] nexus-db-queries db::datastore::test::test_session_methods
54692025-01-11T01:44:53.598Z PASS [ 10.776s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
54702025-01-11T01:44:55.264Z PASS [ 4.210s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
54712025-01-11T01:44:55.548Z PASS [ 4.357s] nexus-db-queries db::datastore::test::test_ssh_keys
54722025-01-11T01:44:56.230Z PASS [ 9.856s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
54732025-01-11T01:44:56.991Z PASS [ 10.212s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
54742025-01-11T01:44:57.039Z PASS [ 10.721s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
54752025-01-11T01:44:57.102Z PASS [ 4.010s] nexus-db-queries db::datastore::test::test_table_scan
54762025-01-11T01:44:58.043Z PASS [ 4.444s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
54772025-01-11T01:44:58.052Z PASS [ 11.473s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
54782025-01-11T01:44:58.095Z PASS [ 0.042s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
54792025-01-11T01:44:58.143Z PASS [ 0.048s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
54802025-01-11T01:45:00.255Z PASS [ 4.706s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
54812025-01-11T01:45:00.268Z PASS [ 5.003s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
54822025-01-11T01:45:00.905Z PASS [ 4.674s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
54832025-01-11T01:45:01.309Z PASS [ 4.269s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
54842025-01-11T01:45:01.312Z PASS [ 4.207s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
54852025-01-11T01:45:01.694Z PASS [ 4.702s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
54862025-01-11T01:45:04.861Z PASS [ 4.592s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
54872025-01-11T01:45:05.151Z PASS [ 4.246s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
54882025-01-11T01:45:05.273Z PASS [ 3.964s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
54892025-01-11T01:45:05.900Z PASS [ 4.590s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
54902025-01-11T01:45:06.273Z PASS [ 4.578s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
54912025-01-11T01:45:07.648Z PASS [ 1.747s] nexus-db-queries db::explain::test::test_explain_async
54922025-01-11T01:45:08.203Z PASS [ 1.929s] nexus-db-queries db::explain::test::test_explain_full_table_scan
54932025-01-11T01:45:08.692Z PASS [ 10.647s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
54942025-01-11T01:45:08.999Z PASS [ 10.854s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
54952025-01-11T01:45:10.530Z PASS [ 5.369s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
54962025-01-11T01:45:11.070Z PASS [ 2.867s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
54972025-01-11T01:45:11.289Z PASS [ 11.033s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
54982025-01-11T01:45:11.323Z PASS [ 6.049s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
54992025-01-11T01:45:11.338Z PASS [ 0.048s] nexus-db-queries db::pagination::test::test_paginator
55002025-01-11T01:45:11.494Z PASS [ 6.632s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
55012025-01-11T01:45:11.614Z PASS [ 2.921s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
55022025-01-11T01:45:11.778Z PASS [ 2.778s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
55032025-01-11T01:45:12.062Z PASS [ 4.413s] nexus-db-queries db::lookup::test::test_lookup
55042025-01-11T01:45:13.579Z PASS [ 3.057s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
55052025-01-11T01:45:14.192Z PASS [ 3.121s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
55062025-01-11T01:45:16.297Z PASS [ 4.683s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
55072025-01-11T01:45:16.723Z PASS [ 5.227s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
55082025-01-11T01:45:16.857Z PASS [ 5.519s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
55092025-01-11T01:45:16.888Z PASS [ 5.110s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
55102025-01-11T01:45:16.932Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
55112025-01-11T01:45:16.972Z PASS [ 4.909s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
55122025-01-11T01:45:17.022Z PASS [ 5.697s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
55132025-01-11T01:45:19.006Z PASS [ 5.425s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
55142025-01-11T01:45:19.351Z PASS [ 5.159s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
55152025-01-11T01:45:21.009Z PASS [ 4.711s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
55162025-01-11T01:45:21.556Z PASS [ 4.832s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
55172025-01-11T01:45:21.707Z PASS [ 4.685s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
55182025-01-11T01:45:21.867Z PASS [ 4.934s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
55192025-01-11T01:45:22.002Z PASS [ 5.028s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
55202025-01-11T01:45:22.961Z PASS [ 6.104s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
55212025-01-11T01:45:23.626Z PASS [ 4.620s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
55222025-01-11T01:45:23.695Z PASS [ 4.343s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
55232025-01-11T01:45:25.859Z PASS [ 4.849s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
55242025-01-11T01:45:26.297Z PASS [ 4.740s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
55252025-01-11T01:45:26.351Z PASS [ 0.054s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
55262025-01-11T01:45:26.418Z PASS [ 4.710s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
55272025-01-11T01:45:26.477Z PASS [ 4.610s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
55282025-01-11T01:45:26.587Z PASS [ 4.584s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
55292025-01-11T01:45:27.561Z PASS [ 4.599s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
55302025-01-11T01:45:28.270Z PASS [ 4.643s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
55312025-01-11T01:45:28.320Z PASS [ 0.050s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
55322025-01-11T01:45:28.589Z PASS [ 4.893s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
55332025-01-11T01:45:29.009Z PASS [ 0.419s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
55342025-01-11T01:45:29.070Z PASS [ 2.652s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
55352025-01-11T01:45:29.078Z PASS [ 2.600s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
55362025-01-11T01:45:29.214Z PASS [ 2.626s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
55372025-01-11T01:45:29.304Z PASS [ 0.294s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
55382025-01-11T01:45:30.200Z PASS [ 2.637s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
55392025-01-11T01:45:30.362Z PASS [ 4.503s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
55402025-01-11T01:45:30.584Z PASS [ 0.384s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
55412025-01-11T01:45:30.711Z PASS [ 1.498s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
55422025-01-11T01:45:30.743Z PASS [ 1.673s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
55432025-01-11T01:45:30.817Z PASS [ 0.454s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
55442025-01-11T01:45:31.029Z PASS [ 0.444s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
55452025-01-11T01:45:31.098Z PASS [ 0.386s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
55462025-01-11T01:45:31.140Z PASS [ 4.788s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
55472025-01-11T01:45:31.151Z PASS [ 2.831s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
55482025-01-11T01:45:31.193Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
55492025-01-11T01:45:31.237Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
55502025-01-11T01:45:31.257Z PASS [ 0.117s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
55512025-01-11T01:45:31.281Z PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
55522025-01-11T01:45:31.299Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
55532025-01-11T01:45:31.338Z PASS [ 2.259s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
55542025-01-11T01:45:31.657Z PASS [ 2.353s] nexus-db-queries db::queries::region_allocation::test::explainable
55552025-01-11T01:45:32.601Z PASS [ 1.784s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
55562025-01-11T01:45:32.741Z PASS [ 1.998s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
55572025-01-11T01:45:32.793Z PASS [ 1.763s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
55582025-01-11T01:45:32.805Z PASS [ 1.706s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
55592025-01-11T01:45:32.867Z PASS [ 0.062s] nexus-defaults tests::test_random_vpc_ipv6_prefix
55602025-01-11T01:45:32.934Z PASS [ 1.653s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
55612025-01-11T01:45:32.969Z PASS [ 1.631s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
55622025-01-11T01:45:32.985Z PASS [ 0.051s] nexus-inventory builder::test::test_empty
55632025-01-11T01:45:33.035Z PASS [ 0.065s] nexus-inventory builder::test::test_problems
55642025-01-11T01:45:33.239Z PASS [ 1.939s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
55652025-01-11T01:45:33.265Z PASS [ 0.397s] nexus-inventory builder::test::test_basic
55662025-01-11T01:45:33.868Z PASS [ 0.629s] nexus-inventory collector::test::test_multi_mgs_failure
55672025-01-11T01:45:34.202Z PASS [ 0.936s] nexus-inventory collector::test::test_sled_agent_failure
55682025-01-11T01:45:34.581Z PASS [ 1.593s] nexus-inventory collector::test::test_basic
55692025-01-11T01:45:34.643Z PASS [ 1.608s] nexus-inventory collector::test::test_multi_mgs
55702025-01-11T01:45:34.898Z PASS [ 0.255s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
55712025-01-11T01:45:34.899Z PASS [ 0.319s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
55722025-01-11T01:45:34.940Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
55732025-01-11T01:45:34.952Z PASS [ 0.053s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
55742025-01-11T01:45:34.982Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
55752025-01-11T01:45:34.993Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
55762025-01-11T01:45:35.026Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
55772025-01-11T01:45:35.044Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
55782025-01-11T01:45:35.070Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
55792025-01-11T01:45:35.087Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
55802025-01-11T01:45:35.116Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
55812025-01-11T01:45:35.132Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
55822025-01-11T01:45:35.162Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
55832025-01-11T01:45:35.179Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
55842025-01-11T01:45:35.206Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
55852025-01-11T01:45:35.222Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
55862025-01-11T01:45:35.281Z PASS [ 0.073s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
55872025-01-11T01:45:36.712Z PASS [ 3.919s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
55882025-01-11T01:45:36.995Z PASS [ 4.252s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
55892025-01-11T01:45:39.140Z PASS [ 5.268s] nexus-metrics-producer-gc tests::test_prune_expired_producers
55902025-01-11T01:45:39.423Z PASS [ 5.221s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
55912025-01-11T01:45:39.505Z PASS [ 0.082s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
55922025-01-11T01:45:39.581Z PASS [ 0.075s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
55932025-01-11T01:45:39.644Z PASS [ 0.062s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
55942025-01-11T01:45:39.714Z PASS [ 0.070s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
55952025-01-11T01:45:41.272Z PASS [ 9.613s] nexus-db-queries policy_test::test_conferred_roles
55962025-01-11T01:46:04.449Z PASS [ 29.167s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging
55972025-01-11T01:46:05.074Z PASS [ 23.800s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
55982025-01-11T01:46:07.690Z PASS [ 30.975s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create
55992025-01-11T01:46:08.770Z PASS [ 31.773s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete
56002025-01-11T01:46:10.165Z PASS [ 31.025s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update
56012025-01-11T01:46:10.463Z PASS [ 0.298s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
56022025-01-11T01:46:10.513Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
56032025-01-11T01:46:10.554Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
56042025-01-11T01:46:10.598Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backcompat_reuse_existing_database_dataset_ids
56052025-01-11T01:46:10.700Z PASS [ 0.101s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
56062025-01-11T01:46:10.757Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
56072025-01-11T01:46:10.801Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
56082025-01-11T01:46:10.856Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
56092025-01-11T01:46:10.896Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
56102025-01-11T01:46:10.941Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
56112025-01-11T01:46:10.983Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
56122025-01-11T01:46:11.020Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
56132025-01-11T01:46:11.059Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
56142025-01-11T01:46:11.097Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
56152025-01-11T01:46:11.140Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
56162025-01-11T01:46:11.180Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
56172025-01-11T01:46:11.224Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately
56182025-01-11T01:46:11.386Z PASS [ 0.161s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
56192025-01-11T01:46:18.601Z PASS [ 7.214s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
56202025-01-11T01:46:18.661Z PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
56212025-01-11T01:46:19.971Z PASS [ 1.310s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
56222025-01-11T01:46:21.603Z PASS [ 1.631s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
56232025-01-11T01:46:22.252Z PASS [ 0.648s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
56242025-01-11T01:46:22.725Z PASS [ 0.473s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
56252025-01-11T01:46:22.782Z PASS [ 0.056s] nexus-reconfigurator-planning example::tests::builder_zone_counts
56262025-01-11T01:46:22.817Z PASS [ 0.035s] nexus-reconfigurator-planning example::tests::instances_on_examples
56272025-01-11T01:46:22.854Z PASS [ 0.037s] nexus-reconfigurator-planning ip_allocator::test::test_basic
56282025-01-11T01:46:22.953Z PASS [ 0.098s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
56292025-01-11T01:46:23.039Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
56302025-01-11T01:46:23.098Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
56312025-01-11T01:46:23.237Z PASS [ 0.138s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
56322025-01-11T01:46:23.290Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
56332025-01-11T01:46:23.403Z PASS [ 0.113s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
56342025-01-11T01:46:23.455Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
56352025-01-11T01:46:23.525Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
56362025-01-11T01:46:23.574Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
56372025-01-11T01:46:23.621Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
56382025-01-11T01:46:23.695Z PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
56392025-01-11T01:46:23.782Z PASS [ 0.086s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
56402025-01-11T01:46:23.871Z PASS [ 0.089s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
56412025-01-11T01:46:23.966Z PASS [ 0.093s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
56422025-01-11T01:46:24.050Z PASS [ 0.084s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
56432025-01-11T01:46:24.119Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
56442025-01-11T01:46:24.174Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
56452025-01-11T01:46:24.243Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
56462025-01-11T01:46:24.341Z PASS [ 0.097s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
56472025-01-11T01:46:24.543Z PASS [ 0.202s] nexus-saga-recovery recovery::test::test_execution_basic
56482025-01-11T01:46:24.581Z PASS [ 0.037s] nexus-saga-recovery recovery::test::test_plan_basic
56492025-01-11T01:46:24.626Z PASS [ 0.044s] nexus-saga-recovery recovery::test::test_read_all_from_channel
56502025-01-11T01:46:24.677Z PASS [ 0.051s] nexus-saga-recovery test::test_basic
56512025-01-11T01:46:24.722Z PASS [ 0.045s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
56522025-01-11T01:46:24.764Z PASS [ 0.042s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
56532025-01-11T01:46:24.820Z PASS [ 0.055s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
56542025-01-11T01:46:24.852Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
56552025-01-11T01:46:24.886Z PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
56562025-01-11T01:46:24.918Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
56572025-01-11T01:46:24.957Z PASS [ 0.038s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
56582025-01-11T01:46:24.995Z PASS [ 0.038s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
56592025-01-11T01:46:26.700Z PASS [ 21.625s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
56602025-01-11T01:46:27.020Z PASS [ 22.568s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
56612025-01-11T01:46:28.948Z PASS [ 20.176s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
56622025-01-11T01:46:28.983Z PASS [ 0.035s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
56632025-01-11T01:46:29.016Z PASS [ 0.032s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
56642025-01-11T01:46:29.065Z PASS [ 0.048s] nexus-types external_api::shared::test::test_policy_parsing
56652025-01-11T01:46:29.214Z PASS [ 0.149s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
56662025-01-11T01:46:29.281Z PASS [ 0.067s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
56672025-01-11T01:46:29.365Z PASS [ 0.084s] omicron-certificates tests::test_cert_extended_key_usage
56682025-01-11T01:46:29.463Z PASS [ 0.097s] omicron-certificates tests::test_common_name_is_validated
56692025-01-11T01:46:29.474Z PASS [ 21.778s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
56702025-01-11T01:46:29.523Z PASS [ 0.060s] omicron-certificates tests::test_subject_alternate_names_are_validated
56712025-01-11T01:46:30.115Z PASS [ 0.641s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
56722025-01-11T01:46:30.294Z PASS [ 0.179s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
56732025-01-11T01:46:30.540Z PASS [ 0.245s] omicron-clickhouse-admin::integration_test test_lgif_parsing
56742025-01-11T01:46:30.743Z PASS [ 0.203s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
56752025-01-11T01:46:31.038Z PASS [ 0.295s] omicron-clickhouse-admin::integration_test test_teardown
56762025-01-11T01:46:31.502Z PASS [ 4.801s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
56772025-01-11T01:46:31.967Z PASS [ 2.443s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
56782025-01-11T01:46:32.013Z PASS [ 0.045s] omicron-common address::test::test_dns_subnets
56792025-01-11T01:46:32.047Z PASS [ 0.034s] omicron-common address::test::test_ip_range_checks_non_decreasing
56802025-01-11T01:46:32.115Z PASS [ 0.067s] omicron-common address::test::test_ip_range_enum_deserialization
56812025-01-11T01:46:32.144Z PASS [ 0.029s] omicron-common address::test::test_ip_range_iter
56822025-01-11T01:46:32.174Z PASS [ 0.029s] omicron-common address::test::test_ip_range_length
56832025-01-11T01:46:32.205Z PASS [ 0.031s] omicron-common address::test::test_ip_range_try_from
56842025-01-11T01:46:32.261Z PASS [ 0.055s] omicron-common address::test::test_ipv6_subnet_deserialize
56852025-01-11T01:46:32.300Z PASS [ 0.039s] omicron-common address::test::test_sled_address
56862025-01-11T01:46:32.342Z PASS [ 0.041s] omicron-common api::external::error::test::test_bail_unless
56872025-01-11T01:46:32.375Z PASS [ 0.033s] omicron-common api::external::error::test::test_context
56882025-01-11T01:46:32.429Z PASS [ 0.054s] omicron-common api::external::http_pagination::test::test_pagination_examples
56892025-01-11T01:46:32.499Z PASS [ 0.070s] omicron-common api::external::http_pagination::test::test_pagination_schemas
56902025-01-11T01:46:32.551Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_scan_by_id
56912025-01-11T01:46:32.586Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_name
56922025-01-11T01:46:32.618Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
56932025-01-11T01:46:32.625Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
56942025-01-11T01:46:32.650Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
56952025-01-11T01:46:32.706Z PASS [ 0.054s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
56962025-01-11T01:46:32.740Z PASS [ 0.033s] omicron-common api::external::test::test_bytecount
56972025-01-11T01:46:32.770Z PASS [ 0.030s] omicron-common api::external::test::test_bytecount_display
56982025-01-11T01:46:32.805Z PASS [ 1.767s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
56992025-01-11T01:46:32.839Z PASS [ 0.069s] omicron-common api::external::test::test_digest
57002025-01-11T01:46:32.853Z PASS [ 0.048s] omicron-common api::external::test::test_firewall_deserialization
57012025-01-11T01:46:32.929Z PASS [ 0.090s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
57022025-01-11T01:46:32.929Z PASS [ 0.075s] omicron-common api::external::test::test_firewall_rule_target_parse
57032025-01-11T01:46:32.992Z PASS [ 0.062s] omicron-common api::external::test::test_hostname_from_str
57042025-01-11T01:46:32.992Z PASS [ 0.043s] omicron-common api::external::test::test_ip_port_range_from_str
57052025-01-11T01:46:33.021Z PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str
57062025-01-11T01:46:33.043Z PASS [ 0.051s] omicron-common api::external::test::test_ipv6_net_operations
57072025-01-11T01:46:33.073Z PASS [ 0.052s] omicron-common api::external::test::test_mac_system_iterator
57082025-01-11T01:46:33.081Z PASS [ 0.037s] omicron-common api::external::test::test_mac_to_int_conversions
57092025-01-11T01:46:33.114Z PASS [ 0.040s] omicron-common api::external::test::test_macaddr
57102025-01-11T01:46:33.140Z PASS [ 0.059s] omicron-common api::external::test::test_name_parse
57112025-01-11T01:46:33.154Z PASS [ 0.040s] omicron-common api::external::test::test_name_parse_from_param
57122025-01-11T01:46:33.177Z PASS [ 0.036s] omicron-common api::external::test::test_resource_name_parse
57132025-01-11T01:46:33.179Z PASS [ 1.676s] omicron-cockroach-admin context::tests::test_node_id
57142025-01-11T01:46:33.203Z PASS [ 0.048s] omicron-common api::external::test::test_role_name_parse
57152025-01-11T01:46:33.234Z PASS [ 0.056s] omicron-common api::external::test::test_route_destination_parse
57162025-01-11T01:46:33.244Z PASS [ 0.040s] omicron-common api::external::test::test_semver_serialize
57172025-01-11T01:46:33.282Z PASS [ 0.047s] omicron-common api::external::test::test_semver_validation
57182025-01-11T01:46:33.282Z PASS [ 0.103s] omicron-common api::external::test::test_route_target_parse
57192025-01-11T01:46:33.298Z PASS [ 0.054s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
57202025-01-11T01:46:33.315Z PASS [ 0.033s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
57212025-01-11T01:46:33.324Z PASS [ 0.040s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
57222025-01-11T01:46:33.332Z PASS [ 0.033s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
57232025-01-11T01:46:33.355Z PASS [ 0.039s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
57242025-01-11T01:46:33.391Z PASS [ 0.058s] omicron-common ledger::test::test_create_default_ledger
57252025-01-11T01:46:33.394Z PASS [ 0.066s] omicron-common ledger::test::test_commit_handles_write_failures
57262025-01-11T01:46:33.409Z PASS [ 0.054s] omicron-common ledger::test::test_create_ledger_reads_from_storage
57272025-01-11T01:46:33.428Z PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
57282025-01-11T01:46:33.436Z PASS [ 0.043s] omicron-common update::tests::serde_artifact_kind
57292025-01-11T01:46:33.449Z PASS [ 0.039s] omicron-common zpool_name::test::test_parse_bad_zpool_names
57302025-01-11T01:46:33.460Z PASS [ 0.031s] omicron-common zpool_name::test::test_parse_external_zpool_name
57312025-01-11T01:46:33.470Z PASS [ 0.033s] omicron-common zpool_name::test::test_parse_internal_zpool_name
57322025-01-11T01:46:33.485Z PASS [ 0.034s] omicron-common zpool_name::test::test_parse_zpool_name_json
57332025-01-11T01:46:33.497Z PASS [ 0.033s] omicron-common zpool_name::test::test_zpool_name_regex
57342025-01-11T01:46:34.247Z PASS [ 7.227s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
57352025-01-11T01:46:34.390Z PASS [ 0.142s] omicron-gateway management_switch::location_map::tests::test_config_validation
57362025-01-11T01:46:34.462Z PASS [ 0.072s] omicron-gateway management_switch::location_map::tests::test_resolve_location
57372025-01-11T01:46:35.003Z PASS [ 1.533s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
57382025-01-11T01:46:35.006Z PASS [ 1.518s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
57392025-01-11T01:46:35.060Z PASS [ 0.056s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
57402025-01-11T01:46:35.177Z PASS [ 0.714s] omicron-gateway::test_all integration_tests::component_list::component_list
57412025-01-11T01:46:35.249Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
57422025-01-11T01:46:35.288Z PASS [ 0.227s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
57432025-01-11T01:46:35.358Z PASS [ 0.354s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
57442025-01-11T01:46:35.367Z PASS [ 0.188s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
57452025-01-11T01:46:35.632Z PASS [ 60.406s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
57462025-01-11T01:46:39.015Z PASS [ 14.018s] nexus-types deployment::tri_map::tests::proptest_ops
57472025-01-11T01:46:39.733Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57482025-01-11T01:46:54.445Z PASS [ 81.837s] nexus-db-queries policy_test::test_iam_roles_behavior
57492025-01-11T01:46:55.302Z PASS [ 21.806s] omicron-dev::test-omicron-dev test_run_all
57502025-01-11T01:46:57.308Z PASS [ 21.940s] omicron-nexus app::background::driver::test::test_driver_basic
57512025-01-11T01:46:57.976Z PASS [ 22.342s] omicron-nexus app::background::init::test::test_dns_propagation_basic
57522025-01-11T01:46:58.341Z PASS [ 23.051s] omicron-ls-apis::test_dependencies test_api_dependencies
57532025-01-11T01:46:58.972Z PASS [ 23.611s] omicron-nexus app::background::driver::test::test_activation_in_progress
57542025-01-11T01:47:03.206Z PASS [ 4.864s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
57552025-01-11T01:47:03.835Z PASS [ 4.862s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
57562025-01-11T01:47:03.899Z PASS [ 0.064s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
57572025-01-11T01:47:08.248Z PASS [ 29.230s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
57582025-01-11T01:47:08.562Z PASS [ 5.355s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
57592025-01-11T01:47:14.297Z PASS [ 94.523s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57602025-01-11T01:47:16.849Z PASS [ 18.871s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
57612025-01-11T01:47:18.334Z PASS [ 21.023s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
57622025-01-11T01:47:19.731Z PASS [ 25.284s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
57632025-01-11T01:47:21.200Z PASS [ 25.895s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
57642025-01-11T01:47:22.832Z PASS [ 18.931s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
57652025-01-11T01:47:26.986Z PASS [ 18.737s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
57662025-01-11T01:47:27.105Z PASS [ 18.542s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
57672025-01-11T01:47:33.705Z PASS [ 19.458s] omicron-nexus app::background::tasks::dns_config::test::test_basic
57682025-01-11T01:47:37.824Z PASS [ 20.973s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
57692025-01-11T01:47:38.761Z PASS [ 20.425s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
57702025-01-11T01:47:48.371Z PASS [ 27.169s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
57712025-01-11T01:47:52.353Z PASS [ 18.646s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
57722025-01-11T01:47:52.504Z PASS [ 25.516s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
57732025-01-11T01:47:54.219Z PASS [ 16.394s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
57742025-01-11T01:47:54.906Z PASS [ 16.144s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
57752025-01-11T01:48:05.571Z PASS [ 17.198s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
57762025-01-11T01:48:05.880Z PASS [ 46.145s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
57772025-01-11T01:48:07.812Z PASS [ 40.703s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
57782025-01-11T01:48:09.716Z PASS [ 17.210s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
57792025-01-11T01:48:09.955Z PASS [ 17.601s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
57802025-01-11T01:48:12.318Z PASS [ 18.097s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
57812025-01-11T01:48:14.059Z PASS [ 19.151s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
57822025-01-11T01:48:17.144Z PASS [ 3.084s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
57832025-01-11T01:48:22.848Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
57842025-01-11T01:48:23.735Z PASS [ 18.163s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
57852025-01-11T01:48:25.394Z PASS [ 19.512s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
57862025-01-11T01:48:26.484Z PASS [ 1.089s] omicron-nexus app::external_endpoints::test::test_authority
57872025-01-11T01:48:26.642Z PASS [ 0.158s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
57882025-01-11T01:48:27.061Z PASS [ 3.325s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
57892025-01-11T01:48:27.173Z PASS [ 0.111s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
57902025-01-11T01:48:27.247Z PASS [ 0.073s] omicron-nexus app::external_endpoints::test::test_no_endpoint
57912025-01-11T01:48:27.320Z PASS [ 0.073s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
57922025-01-11T01:48:27.391Z PASS [ 0.071s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
57932025-01-11T01:48:27.474Z PASS [ 0.081s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
57942025-01-11T01:48:27.544Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
57952025-01-11T01:48:27.622Z PASS [ 0.077s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
57962025-01-11T01:48:27.690Z PASS [ 0.067s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
57972025-01-11T01:48:28.337Z PASS [ 18.380s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
57982025-01-11T01:48:29.401Z PASS [ 2.758s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
57992025-01-11T01:48:32.066Z PASS [ 19.746s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
58002025-01-11T01:48:33.173Z PASS [ 25.359s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
58012025-01-11T01:48:35.766Z PASS [ 26.047s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
58022025-01-11T01:48:38.186Z PASS [ 21.041s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
58032025-01-11T01:48:50.869Z PASS [ 88.030s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58042025-01-11T01:48:56.314Z PASS [ 28.622s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58052025-01-11T01:48:56.594Z PASS [ 27.191s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
58062025-01-11T01:48:56.607Z PASS [ 28.267s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58072025-01-11T01:48:58.201Z PASS [ 26.133s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
58082025-01-11T01:48:58.812Z PASS [ 25.638s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
58092025-01-11T01:49:02.258Z PASS [ 26.490s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
58102025-01-11T01:49:26.884Z PASS [ 30.287s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
58112025-01-11T01:49:27.057Z PASS [ 30.447s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
58122025-01-11T01:49:29.215Z PASS [ 32.898s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
58132025-01-11T01:49:29.380Z PASS [ 31.176s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
58142025-01-11T01:49:32.871Z PASS [ 34.056s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58152025-01-11T01:49:34.900Z PASS [ 32.639s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58162025-01-11T01:49:38.203Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58172025-01-11T01:49:50.885Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58182025-01-11T01:49:55.152Z PASS [ 28.092s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
58192025-01-11T01:49:57.157Z PASS [ 30.271s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
58202025-01-11T01:50:05.593Z PASS [ 32.719s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
58212025-01-11T01:50:05.667Z PASS [ 36.284s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58222025-01-11T01:50:05.720Z PASS [ 36.503s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58232025-01-11T01:50:06.914Z PASS [ 32.011s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
58242025-01-11T01:50:24.869Z PASS [ 27.709s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
58252025-01-11T01:50:30.873Z PASS [ 25.151s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
58262025-01-11T01:50:30.888Z PASS [ 25.218s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
58272025-01-11T01:50:32.645Z PASS [ 25.730s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
58282025-01-11T01:50:38.209Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58292025-01-11T01:50:38.709Z PASS [ 33.114s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58302025-01-11T01:50:50.890Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58312025-01-11T01:50:55.169Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58322025-01-11T01:50:57.067Z PASS [ 26.177s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
58332025-01-11T01:50:57.525Z PASS [ 26.649s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
58342025-01-11T01:51:04.265Z PASS [ 31.617s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
58352025-01-11T01:51:12.542Z PASS [ 77.385s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58362025-01-11T01:51:24.886Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58372025-01-11T01:51:27.907Z PASS [ 30.838s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
58382025-01-11T01:51:29.253Z PASS [ 31.725s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
58392025-01-11T01:51:38.215Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58402025-01-11T01:51:38.726Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58412025-01-11T01:51:42.536Z PASS [ 29.991s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
58422025-01-11T01:51:50.896Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58432025-01-11T01:51:58.732Z PASS [ 30.823s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
58442025-01-11T01:52:04.280Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58452025-01-11T01:52:11.666Z PASS [ 29.127s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
58462025-01-11T01:52:17.125Z PASS [ 112.247s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58472025-01-11T01:52:27.670Z PASS [ 28.935s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
58482025-01-11T01:52:29.269Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58492025-01-11T01:52:38.223Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58502025-01-11T01:52:38.732Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58512025-01-11T01:52:45.916Z PASS [ 28.789s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
58522025-01-11T01:52:50.902Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58532025-01-11T01:52:56.348Z PASS [ 137.629s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58542025-01-11T01:52:57.313Z PASS [ 29.641s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
58552025-01-11T01:53:01.910Z PASS [ 117.636s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58562025-01-11T01:53:11.681Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58572025-01-11T01:53:25.699Z PASS [ 29.348s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
58582025-01-11T01:53:27.634Z PASS [ 30.318s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
58592025-01-11T01:53:28.234Z PASS [ 76.562s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58602025-01-11T01:53:29.275Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58612025-01-11T01:53:38.226Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58622025-01-11T01:53:45.932Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58632025-01-11T01:53:50.906Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58642025-01-11T01:53:54.639Z PASS [ 28.937s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
58652025-01-11T01:53:57.740Z PASS [ 30.103s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
58662025-01-11T01:54:01.926Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58672025-01-11T01:54:18.889Z PASS [ 76.973s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58682025-01-11T01:54:24.511Z PASS [ 29.869s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
58692025-01-11T01:54:28.251Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58702025-01-11T01:54:28.472Z PASS [ 179.190s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58712025-01-11T01:54:38.232Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58722025-01-11T01:54:45.938Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58732025-01-11T01:54:47.922Z PASS [ 29.031s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
58742025-01-11T01:54:50.912Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58752025-01-11T01:54:53.212Z PASS [ 28.699s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
58762025-01-11T01:54:57.758Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
58772025-01-11T01:55:00.790Z PASS [ 134.864s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58782025-01-11T01:55:10.189Z PASS [ 41.730s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
58792025-01-11T01:55:15.256Z PASS [ 27.331s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
58802025-01-11T01:55:20.240Z PASS [ 19.449s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
58812025-01-11T01:55:25.336Z PASS [ 32.120s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
58822025-01-11T01:55:27.774Z PASS [ 17.584s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
58832025-01-11T01:55:27.824Z PASS [ 119.581s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58842025-01-11T01:55:38.238Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58852025-01-11T01:55:43.098Z PASS [ 17.761s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
58862025-01-11T01:55:45.010Z PASS [ 29.751s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
58872025-01-11T01:55:45.564Z PASS [ 17.738s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
58882025-01-11T01:55:45.745Z PASS [ 25.503s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
58892025-01-11T01:55:50.919Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58902025-01-11T01:55:54.405Z PASS [ 26.629s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
58912025-01-11T01:55:56.735Z PASS [ 118.986s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
58922025-01-11T01:56:13.847Z PASS [ 28.280s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
58932025-01-11T01:56:14.298Z PASS [ 28.550s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
58942025-01-11T01:56:17.585Z PASS [ 34.483s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
58952025-01-11T01:56:19.157Z PASS [ 34.144s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
58962025-01-11T01:56:25.570Z PASS [ 28.833s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
58972025-01-11T01:56:25.634Z PASS [ 0.063s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
58982025-01-11T01:56:25.899Z PASS [ 31.491s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
58992025-01-11T01:56:33.691Z PASS [ 19.391s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
59002025-01-11T01:56:38.243Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59012025-01-11T01:56:43.551Z PASS [ 29.701s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
59022025-01-11T01:56:50.924Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59032025-01-11T01:56:52.051Z PASS [ 26.416s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
59042025-01-11T01:57:01.793Z PASS [ 35.892s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
59052025-01-11T01:57:02.018Z PASS [ 18.466s] omicron-nexus app::sagas::test_saga::test_saga_stuck
59062025-01-11T01:57:07.072Z PASS [ 33.379s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
59072025-01-11T01:57:07.142Z PASS [ 0.068s] omicron-nexus external_api::console_api::test::test_accept_gz
59082025-01-11T01:57:07.203Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
59092025-01-11T01:57:07.267Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
59102025-01-11T01:57:07.330Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
59112025-01-11T01:57:07.393Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
59122025-01-11T01:57:07.458Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
59132025-01-11T01:57:07.521Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
59142025-01-11T01:57:07.585Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_relative_uri
59152025-01-11T01:57:07.943Z PASS [ 5.924s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
59162025-01-11T01:57:17.601Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59172025-01-11T01:57:18.375Z PASS [ 26.322s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59182025-01-11T01:57:19.176Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59192025-01-11T01:57:22.997Z PASS [ 21.202s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
59202025-01-11T01:57:30.991Z PASS [ 23.045s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
59212025-01-11T01:57:35.715Z PASS [ 4.723s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
59222025-01-11T01:57:37.628Z PASS [ 1.912s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
59232025-01-11T01:57:37.811Z PASS [ 19.434s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
59242025-01-11T01:57:38.302Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59252025-01-11T01:57:38.347Z PASS [ 0.719s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
59262025-01-11T01:57:45.475Z PASS [ 22.475s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
59272025-01-11T01:57:45.523Z PASS [ 86.360s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59282025-01-11T01:57:50.929Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59292025-01-11T01:57:55.332Z PASS [ 16.983s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
59302025-01-11T01:57:55.685Z PASS [ 17.872s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
59312025-01-11T01:57:59.676Z PASS [ 548.767s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59322025-01-11T01:58:02.624Z PASS [ 17.098s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
59332025-01-11T01:58:03.425Z PASS [ 17.946s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
59342025-01-11T01:58:05.103Z PASS [ 566.876s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59352025-01-11T01:58:07.604Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
59362025-01-11T01:58:11.956Z PASS [ 16.269s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
59372025-01-11T01:58:13.112Z PASS [ 17.777s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
59382025-01-11T01:58:15.347Z PASS [ 15.669s] omicron-nexus::test_all integration_tests::basic::test_ping
59392025-01-11T01:58:17.607Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59402025-01-11T01:58:23.174Z PASS [ 16.708s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
59412025-01-11T01:58:25.394Z PASS [ 22.769s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
59422025-01-11T01:58:28.357Z PASS [ 16.400s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
59432025-01-11T01:58:29.156Z PASS [ 16.043s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
59442025-01-11T01:58:30.245Z PASS [ 26.819s] omicron-nexus::test_all integration_tests::basic::test_projects_list
59452025-01-11T01:58:30.797Z PASS [ 15.450s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
59462025-01-11T01:58:34.763Z PASS [ 4.518s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
59472025-01-11T01:58:34.789Z PASS [ 3.991s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
59482025-01-11T01:58:34.864Z PASS [ 0.101s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
59492025-01-11T01:58:36.984Z PASS [ 15.170s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
59502025-01-11T01:58:42.997Z PASS [ 17.601s] omicron-nexus::test_all integration_tests::certificates::test_crud
59512025-01-11T01:58:44.412Z PASS [ 16.053s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
59522025-01-11T01:58:51.117Z PASS [ 16.251s] omicron-nexus::test_all integration_tests::console_api::test_assets
59532025-01-11T01:58:51.739Z PASS [ 16.949s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
59542025-01-11T01:58:52.038Z PASS [ 22.881s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
59552025-01-11T01:58:52.736Z PASS [ 15.750s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
59562025-01-11T01:59:03.523Z PASS [ 20.524s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
59572025-01-11T01:59:05.835Z PASS [ 21.421s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
59582025-01-11T01:59:07.609Z SLOW [>120.000s] omicron-nexus populate::test::test_populators
59592025-01-11T01:59:08.020Z PASS [ 16.901s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
59602025-01-11T01:59:08.263Z PASS [ 16.516s] omicron-nexus::test_all integration_tests::console_api::test_session_me
59612025-01-11T01:59:08.405Z PASS [ 16.365s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
59622025-01-11T01:59:13.833Z PASS [ 21.095s] omicron-nexus::test_all integration_tests::console_api::test_sessions
59632025-01-11T01:59:17.612Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59642025-01-11T01:59:20.115Z PASS [ 16.591s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
59652025-01-11T01:59:39.172Z PASS [ 33.334s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
59662025-01-11T01:59:39.560Z PASS [ 31.538s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
59672025-01-11T01:59:42.815Z PASS [ 34.555s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
59682025-01-11T01:59:44.566Z PASS [ 36.158s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
59692025-01-11T01:59:51.772Z PASS [ 37.936s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
59702025-01-11T01:59:53.784Z PASS [ 33.667s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
59712025-01-11T02:00:07.614Z SLOW [>180.000s] omicron-nexus populate::test::test_populators
59722025-01-11T02:00:09.205Z PASS [ 29.642s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
59732025-01-11T02:00:16.650Z PASS [ 22.863s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
59742025-01-11T02:00:17.440Z PASS [ 38.265s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
59752025-01-11T02:00:17.617Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59762025-01-11T02:00:21.791Z PASS [ 37.222s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
59772025-01-11T02:00:22.764Z PASS [ 39.945s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
59782025-01-11T02:00:30.841Z PASS [ 39.066s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
59792025-01-11T02:00:38.853Z PASS [ 17.060s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
59802025-01-11T02:00:39.456Z PASS [ 16.691s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
59812025-01-11T02:00:48.051Z PASS [ 220.449s] omicron-nexus populate::test::test_populators
59822025-01-11T02:00:56.683Z PASS [ 25.839s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
59832025-01-11T02:01:00.769Z PASS [ 43.326s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
59842025-01-11T02:01:01.911Z PASS [ 22.452s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
59852025-01-11T02:01:09.223Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
59862025-01-11T02:01:11.971Z PASS [ 33.115s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
59872025-01-11T02:01:11.981Z PASS [ 23.927s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
59882025-01-11T02:01:16.667Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
59892025-01-11T02:01:17.623Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59902025-01-11T02:01:23.496Z PASS [ 26.811s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
59912025-01-11T02:01:28.374Z PASS [ 27.602s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
59922025-01-11T02:01:28.506Z PASS [ 26.593s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
59932025-01-11T02:01:42.259Z PASS [ 93.047s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
59942025-01-11T02:01:47.531Z PASS [ 35.557s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
59952025-01-11T02:01:49.274Z PASS [ 37.290s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
59962025-01-11T02:01:49.823Z PASS [ 93.167s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
59972025-01-11T02:01:52.415Z PASS [ 24.040s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
59982025-01-11T02:01:53.004Z PASS [ 24.495s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
59992025-01-11T02:02:03.597Z PASS [ 21.336s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
60002025-01-11T02:02:09.757Z PASS [ 22.223s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
60012025-01-11T02:02:12.084Z PASS [ 22.259s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
60022025-01-11T02:02:15.130Z PASS [ 25.854s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
60032025-01-11T02:02:16.321Z PASS [ 52.820s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
60042025-01-11T02:02:17.628Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60052025-01-11T02:02:23.253Z PASS [ 30.835s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
60062025-01-11T02:02:31.257Z PASS [ 27.658s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
60072025-01-11T02:02:37.923Z PASS [ 44.915s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
60082025-01-11T02:02:40.633Z PASS [ 30.875s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
60092025-01-11T02:02:42.995Z PASS [ 30.908s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
60102025-01-11T02:02:45.109Z PASS [ 28.785s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
60112025-01-11T02:02:46.141Z PASS [ 31.008s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
60122025-01-11T02:02:55.653Z PASS [ 32.398s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
60132025-01-11T02:03:00.312Z PASS [ 29.052s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
60142025-01-11T02:03:06.792Z PASS [ 26.156s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
60152025-01-11T02:03:07.637Z PASS [ 29.712s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
60162025-01-11T02:03:08.858Z PASS [ 25.861s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
60172025-01-11T02:03:13.588Z PASS [ 27.445s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
60182025-01-11T02:03:14.458Z PASS [ 29.347s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
60192025-01-11T02:03:17.633Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60202025-01-11T02:03:30.039Z PASS [ 34.383s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
60212025-01-11T02:03:32.456Z PASS [ 23.596s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
60222025-01-11T02:03:39.608Z PASS [ 25.147s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
60232025-01-11T02:03:39.943Z PASS [ 39.628s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
60242025-01-11T02:03:49.132Z PASS [ 35.541s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
60252025-01-11T02:03:54.204Z PASS [ 21.745s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
60262025-01-11T02:03:58.621Z PASS [ 51.825s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
60272025-01-11T02:04:00.352Z PASS [ 20.742s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
60282025-01-11T02:04:00.598Z PASS [ 52.957s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
60292025-01-11T02:04:00.775Z PASS [ 20.830s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
60302025-01-11T02:04:01.000Z PASS [ 0.647s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
60312025-01-11T02:04:01.383Z PASS [ 0.607s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
60322025-01-11T02:04:02.807Z PASS [ 32.766s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
60332025-01-11T02:04:04.407Z PASS [ 3.806s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
60342025-01-11T02:04:04.579Z PASS [ 3.578s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
60352025-01-11T02:04:11.104Z PASS [ 21.968s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
60362025-01-11T02:04:13.614Z PASS [ 475.996s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60372025-01-11T02:04:15.782Z PASS [ 21.577s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
60382025-01-11T02:04:19.539Z PASS [ 20.916s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
60392025-01-11T02:04:26.870Z PASS [ 25.484s] omicron-nexus::test_all integration_tests::images::test_image_create
60402025-01-11T02:04:30.541Z PASS [ 27.731s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
60412025-01-11T02:04:31.956Z PASS [ 27.375s] omicron-nexus::test_all integration_tests::images::test_image_promotion
60422025-01-11T02:04:35.369Z PASS [ 30.961s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
60432025-01-11T02:04:35.385Z PASS [ 24.281s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
60442025-01-11T02:04:36.843Z PASS [ 4.886s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
60452025-01-11T02:04:36.897Z PASS [ 6.356s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
60462025-01-11T02:04:37.184Z PASS [ 23.568s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
60472025-01-11T02:04:40.253Z PASS [ 20.713s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
60482025-01-11T02:04:40.330Z PASS [ 24.545s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
60492025-01-11T02:04:41.967Z PASS [ 6.597s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
60502025-01-11T02:04:42.980Z PASS [ 16.108s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
60512025-01-11T02:05:02.096Z PASS [ 24.910s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
60522025-01-11T02:05:06.597Z PASS [ 29.697s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
60532025-01-11T02:05:07.474Z PASS [ 32.086s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
60542025-01-11T02:05:07.797Z PASS [ 27.465s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
60552025-01-11T02:05:09.969Z PASS [ 29.713s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
60562025-01-11T02:05:12.951Z PASS [ 29.968s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
60572025-01-11T02:05:17.953Z PASS [ 41.106s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
60582025-01-11T02:05:23.421Z PASS [ 21.322s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
60592025-01-11T02:05:24.658Z PASS [ 42.687s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
60602025-01-11T02:05:26.983Z PASS [ 20.385s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
60612025-01-11T02:05:31.788Z PASS [ 21.817s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
60622025-01-11T02:05:39.840Z PASS [ 32.364s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
60632025-01-11T02:05:48.049Z PASS [ 21.063s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
60642025-01-11T02:05:49.951Z PASS [ 42.150s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
60652025-01-11T02:05:51.922Z PASS [ 27.262s] omicron-nexus::test_all integration_tests::instances::test_instance_access
60662025-01-11T02:05:54.090Z PASS [ 41.135s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
60672025-01-11T02:06:04.478Z PASS [ 32.687s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
60682025-01-11T02:06:07.091Z PASS [ 43.666s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
60692025-01-11T02:06:15.389Z PASS [ 35.545s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
60702025-01-11T02:06:17.972Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
60712025-01-11T02:06:25.676Z PASS [ 33.751s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
60722025-01-11T02:06:26.591Z PASS [ 38.539s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
60732025-01-11T02:06:29.007Z PASS [ 34.914s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
60742025-01-11T02:06:29.444Z PASS [ 39.490s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
60752025-01-11T02:06:42.807Z PASS [ 27.416s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
60762025-01-11T02:06:43.701Z PASS [ 85.742s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
60772025-01-11T02:06:46.134Z PASS [ 41.653s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
60782025-01-11T02:06:51.998Z PASS [ 26.318s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
60792025-01-11T02:06:59.270Z PASS [ 29.824s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
60802025-01-11T02:06:59.605Z PASS [ 33.011s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
60812025-01-11T02:07:01.222Z PASS [ 32.213s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
60822025-01-11T02:07:01.393Z PASS [ 54.299s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
60832025-01-11T02:07:13.664Z PASS [ 29.960s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
60842025-01-11T02:07:15.298Z PASS [ 32.488s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
60852025-01-11T02:07:17.035Z PASS [ 30.898s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
60862025-01-11T02:07:36.854Z PASS [ 35.629s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
60872025-01-11T02:07:40.132Z PASS [ 40.858s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
60882025-01-11T02:07:40.446Z PASS [ 40.838s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
60892025-01-11T02:07:41.616Z PASS [ 40.220s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
60902025-01-11T02:07:43.790Z PASS [ 51.788s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
60912025-01-11T02:07:54.621Z PASS [ 39.319s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
60922025-01-11T02:07:55.400Z PASS [ 41.733s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
60932025-01-11T02:07:56.760Z PASS [ 39.722s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
60942025-01-11T02:07:57.165Z PASS [ 20.308s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
60952025-01-11T02:08:01.140Z PASS [ 20.692s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
60962025-01-11T02:08:09.609Z PASS [ 25.817s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
60972025-01-11T02:08:09.932Z PASS [ 28.313s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
60982025-01-11T02:08:14.697Z PASS [ 20.075s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
60992025-01-11T02:08:14.753Z PASS [ 34.619s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
61002025-01-11T02:08:24.196Z PASS [ 28.793s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
61012025-01-11T02:08:25.438Z PASS [ 28.675s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
61022025-01-11T02:08:27.765Z PASS [ 17.831s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
61032025-01-11T02:08:29.230Z PASS [ 28.087s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
61042025-01-11T02:08:34.782Z PASS [ 20.083s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
61052025-01-11T02:08:35.356Z PASS [ 20.601s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
61062025-01-11T02:08:39.320Z PASS [ 42.152s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
61072025-01-11T02:08:40.966Z PASS [ 31.355s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
61082025-01-11T02:08:45.043Z PASS [ 20.845s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
61092025-01-11T02:08:46.108Z PASS [ 18.342s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
61102025-01-11T02:08:59.689Z PASS [ 34.248s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
61112025-01-11T02:09:04.874Z PASS [ 19.829s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
61122025-01-11T02:09:04.920Z PASS [ 29.561s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
61132025-01-11T02:09:05.536Z PASS [ 36.303s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
61142025-01-11T02:09:06.135Z PASS [ 31.350s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
61152025-01-11T02:09:09.876Z PASS [ 23.765s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
61162025-01-11T02:09:14.033Z PASS [ 33.064s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
61172025-01-11T02:09:15.430Z PASS [ 36.103s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
61182025-01-11T02:09:20.678Z PASS [ 20.988s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
61192025-01-11T02:09:25.327Z PASS [ 20.451s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
61202025-01-11T02:09:25.372Z PASS [ 20.450s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
61212025-01-11T02:09:25.388Z PASS [ 19.849s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
61222025-01-11T02:09:25.484Z PASS [ 19.346s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
61232025-01-11T02:09:30.470Z PASS [ 20.592s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
61242025-01-11T02:09:35.571Z PASS [ 21.536s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
61252025-01-11T02:09:38.106Z PASS [ 22.678s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
61262025-01-11T02:09:42.783Z PASS [ 22.102s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
61272025-01-11T02:09:45.134Z PASS [ 19.744s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
61282025-01-11T02:09:47.999Z PASS [ 22.625s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
61292025-01-11T02:09:50.881Z PASS [ 25.552s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
61302025-01-11T02:09:57.818Z PASS [ 32.332s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
61312025-01-11T02:10:06.579Z PASS [ 28.471s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
61322025-01-11T02:10:06.687Z PASS [ 21.551s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
61332025-01-11T02:10:07.955Z PASS [ 19.954s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
61342025-01-11T02:10:14.226Z PASS [ 43.752s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
61352025-01-11T02:10:15.143Z PASS [ 24.259s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
61362025-01-11T02:10:26.670Z PASS [ 43.883s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
61372025-01-11T02:10:32.217Z PASS [ 56.641s] omicron-nexus::test_all integration_tests::metrics::test_metrics
61382025-01-11T02:10:32.571Z PASS [ 34.750s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
61392025-01-11T02:10:33.066Z PASS [ 25.109s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
61402025-01-11T02:10:33.126Z PASS [ 26.437s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
61412025-01-11T02:10:42.442Z PASS [ 28.214s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
61422025-01-11T02:10:53.258Z PASS [ 46.676s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
61432025-01-11T02:10:58.190Z PASS [ 25.971s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
61442025-01-11T02:11:00.754Z PASS [ 45.607s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
61452025-01-11T02:11:07.136Z PASS [ 34.067s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
61462025-01-11T02:11:07.888Z PASS [ 34.759s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
61472025-01-11T02:11:11.544Z PASS [ 44.871s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
61482025-01-11T02:11:18.188Z PASS [ 45.613s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
61492025-01-11T02:11:19.356Z PASS [ 36.911s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
61502025-01-11T02:11:20.120Z PASS [ 26.859s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
61512025-01-11T02:11:30.613Z PASS [ 22.722s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
61522025-01-11T02:11:32.051Z PASS [ 20.506s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
61532025-01-11T02:11:42.919Z PASS [ 22.797s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
61542025-01-11T02:11:43.010Z PASS [ 44.817s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
61552025-01-11T02:11:44.099Z PASS [ 24.740s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
61562025-01-11T02:11:45.896Z PASS [ 27.704s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
61572025-01-11T02:11:48.333Z PASS [ 47.576s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
61582025-01-11T02:11:59.728Z PASS [ 29.113s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
61592025-01-11T02:12:02.164Z PASS [ 30.110s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
61602025-01-11T02:12:04.434Z PASS [ 21.421s] omicron-nexus::test_all integration_tests::projects::test_projects
61612025-01-11T02:12:05.162Z PASS [ 22.242s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
61622025-01-11T02:12:06.028Z PASS [ 21.927s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
61632025-01-11T02:12:06.772Z PASS [ 18.437s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
61642025-01-11T02:12:07.152Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
61652025-01-11T02:12:08.972Z PASS [ 61.831s] omicron-nexus::test_all integration_tests::password_login::test_local_users
61662025-01-11T02:12:18.700Z PASS [ 18.971s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
61672025-01-11T02:12:22.854Z PASS [ 20.687s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
61682025-01-11T02:12:24.744Z PASS [ 20.309s] omicron-nexus::test_all integration_tests::rack::test_sled_add
61692025-01-11T02:12:25.520Z PASS [ 20.355s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
61702025-01-11T02:12:26.971Z PASS [ 20.941s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
61712025-01-11T02:12:27.403Z PASS [ 0.431s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
61722025-01-11T02:12:27.558Z PASS [ 20.784s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
61732025-01-11T02:12:28.261Z PASS [ 19.288s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
61742025-01-11T02:12:28.461Z PASS [ 3.716s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
61752025-01-11T02:12:29.096Z PASS [ 3.575s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
61762025-01-11T02:12:30.806Z PASS [ 3.403s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
61772025-01-11T02:12:30.972Z PASS [ 3.413s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
61782025-01-11T02:12:34.784Z PASS [ 16.082s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
61792025-01-11T02:12:35.034Z PASS [ 0.250s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
61802025-01-11T02:12:35.267Z PASS [ 0.233s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
61812025-01-11T02:12:35.456Z PASS [ 0.188s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
61822025-01-11T02:12:35.645Z PASS [ 0.189s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
61832025-01-11T02:12:35.830Z PASS [ 0.184s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
61842025-01-11T02:12:37.523Z PASS [ 51.625s] omicron-nexus::test_all integration_tests::quotas::test_quotas
61852025-01-11T02:12:42.241Z PASS [ 19.385s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
61862025-01-11T02:12:50.778Z PASS [ 22.315s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
61872025-01-11T02:12:51.868Z PASS [ 23.603s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
61882025-01-11T02:12:52.695Z PASS [ 21.886s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
61892025-01-11T02:12:53.796Z PASS [ 22.822s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
61902025-01-11T02:12:53.949Z PASS [ 0.152s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
61912025-01-11T02:12:55.831Z PASS [ 19.999s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
61922025-01-11T02:12:56.276Z PASS [ 18.751s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
61932025-01-11T02:12:56.426Z PASS [ 0.151s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
61942025-01-11T02:12:56.568Z PASS [ 0.139s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
61952025-01-11T02:13:01.042Z PASS [ 18.800s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
61962025-01-11T02:13:02.190Z PASS [ 33.091s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
61972025-01-11T02:13:11.145Z PASS [ 20.365s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
61982025-01-11T02:13:12.389Z PASS [ 20.521s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
61992025-01-11T02:13:13.582Z PASS [ 20.885s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
62002025-01-11T02:13:14.784Z PASS [ 20.833s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
62012025-01-11T02:13:15.330Z PASS [ 19.497s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
62022025-01-11T02:13:15.619Z PASS [ 19.051s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
62032025-01-11T02:13:17.402Z PASS [ 15.211s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
62042025-01-11T02:13:17.564Z PASS [ 16.520s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
62052025-01-11T02:13:18.059Z PASS [ 2.729s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
62062025-01-11T02:13:20.544Z PASS [ 2.485s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
62072025-01-11T02:13:20.800Z PASS [ 9.654s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
62082025-01-11T02:13:22.456Z PASS [ 1.911s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
62092025-01-11T02:13:22.754Z PASS [ 1.954s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
62102025-01-11T02:13:24.416Z PASS [ 1.958s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
62112025-01-11T02:13:24.762Z PASS [ 2.007s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
62122025-01-11T02:13:26.026Z PASS [ 1.264s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
62132025-01-11T02:13:53.683Z PASS [ 27.654s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
62142025-01-11T02:14:05.217Z PASS [ 40.798s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
62152025-01-11T02:14:12.399Z PASS [ 18.715s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
62162025-01-11T02:14:29.247Z PASS [ 24.029s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
62172025-01-11T02:14:40.922Z PASS [ 11.673s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
62182025-01-11T02:14:41.089Z PASS [ 11.840s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
62192025-01-11T02:14:41.681Z PASS [ 12.432s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
62202025-01-11T02:14:41.743Z PASS [ 12.494s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
62212025-01-11T02:14:45.054Z PASS [ 32.652s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
62222025-01-11T02:15:00.221Z PASS [ 19.297s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
62232025-01-11T02:15:00.829Z PASS [ 19.146s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
62242025-01-11T02:15:01.235Z PASS [ 19.491s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
62252025-01-11T02:15:01.272Z PASS [ 20.181s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
62262025-01-11T02:15:04.839Z PASS [ 19.784s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
62272025-01-11T02:15:05.278Z PASS [ 20.223s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
62282025-01-11T02:15:05.529Z PASS [ 20.473s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
62292025-01-11T02:15:08.920Z PASS [ 23.864s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
62302025-01-11T02:15:20.569Z PASS [ 20.346s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
62312025-01-11T02:15:22.472Z PASS [ 21.199s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
62322025-01-11T02:15:23.323Z PASS [ 22.493s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
62332025-01-11T02:15:25.086Z PASS [ 19.555s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
62342025-01-11T02:15:25.514Z PASS [ 20.234s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
62352025-01-11T02:15:27.730Z PASS [ 22.889s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
62362025-01-11T02:15:29.760Z PASS [ 20.839s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
62372025-01-11T02:15:31.032Z PASS [ 29.794s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
62382025-01-11T02:15:41.180Z PASS [ 20.608s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
62392025-01-11T02:15:42.952Z PASS [ 20.477s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
62402025-01-11T02:15:46.787Z PASS [ 23.461s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
62412025-01-11T02:15:47.150Z PASS [ 21.634s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
62422025-01-11T02:15:49.179Z PASS [ 19.416s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
62432025-01-11T02:15:53.217Z PASS [ 25.485s] omicron-nexus::test_all integration_tests::silos::test_silos
62442025-01-11T02:15:53.697Z PASS [ 28.609s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
62452025-01-11T02:16:00.371Z PASS [ 19.189s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
62462025-01-11T02:16:00.734Z PASS [ 29.699s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
62472025-01-11T02:16:08.667Z PASS [ 21.878s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
62482025-01-11T02:16:09.740Z PASS [ 26.786s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
62492025-01-11T02:16:13.404Z PASS [ 19.705s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
62502025-01-11T02:16:22.220Z PASS [ 21.847s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
62512025-01-11T02:16:22.433Z PASS [ 35.281s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
62522025-01-11T02:16:23.290Z PASS [ 22.553s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
62532025-01-11T02:16:26.517Z PASS [ 33.297s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
62542025-01-11T02:16:28.526Z PASS [ 39.344s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
62552025-01-11T02:16:28.878Z PASS [ 20.209s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
62562025-01-11T02:16:30.354Z PASS [ 1.476s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
62572025-01-11T02:16:30.940Z PASS [ 4.421s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
62582025-01-11T02:16:33.074Z PASS [ 4.547s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
62592025-01-11T02:16:34.737Z PASS [ 4.383s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
62602025-01-11T02:16:35.381Z PASS [ 4.441s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
62612025-01-11T02:16:39.625Z PASS [ 26.218s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
62622025-01-11T02:16:42.122Z PASS [ 32.379s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
62632025-01-11T02:16:42.541Z PASS [ 2.917s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
62642025-01-11T02:16:49.261Z PASS [ 25.970s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
62652025-01-11T02:16:49.871Z PASS [ 27.435s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
62662025-01-11T02:16:52.218Z PASS [ 29.995s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
62672025-01-11T02:16:52.831Z PASS [ 19.755s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
62682025-01-11T02:17:02.856Z PASS [ 20.312s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
62692025-01-11T02:17:03.018Z PASS [ 20.894s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
62702025-01-11T02:17:05.452Z PASS [ 16.189s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
62712025-01-11T02:17:09.215Z PASS [ 19.343s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
62722025-01-11T02:17:15.991Z PASS [ 41.251s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
62732025-01-11T02:17:23.954Z PASS [ 31.120s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
62742025-01-11T02:17:28.517Z PASS [ 36.296s] omicron-nexus::test_all integration_tests::utilization::test_utilization
62752025-01-11T02:17:29.081Z PASS [ 26.060s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
62762025-01-11T02:17:33.635Z PASS [ 30.776s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
62772025-01-11T02:17:35.409Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
62782025-01-11T02:17:38.283Z PASS [ 32.828s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
62792025-01-11T02:17:40.086Z PASS [ 30.868s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
62802025-01-11T02:17:49.771Z PASS [ 33.777s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
62812025-01-11T02:17:56.268Z PASS [ 32.311s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
62822025-01-11T02:17:59.739Z PASS [ 31.220s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
62832025-01-11T02:18:00.482Z PASS [ 31.399s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
62842025-01-11T02:18:03.163Z PASS [ 29.526s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
62852025-01-11T02:18:05.645Z PASS [ 27.359s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
62862025-01-11T02:18:20.150Z PASS [ 23.879s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
62872025-01-11T02:18:24.108Z PASS [ 23.624s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
62882025-01-11T02:18:25.393Z PASS [ 110.003s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
62892025-01-11T02:18:29.865Z PASS [ 30.123s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
62902025-01-11T02:18:30.718Z PASS [ 27.552s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
62912025-01-11T02:18:37.734Z PASS [ 32.086s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
62922025-01-11T02:18:40.104Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
62932025-01-11T02:18:42.814Z PASS [ 53.039s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
62942025-01-11T02:18:52.848Z PASS [ 72.756s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
62952025-01-11T02:18:53.405Z PASS [ 33.253s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
62962025-01-11T02:19:03.345Z PASS [ 25.608s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
62972025-01-11T02:19:05.182Z PASS [ 41.071s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
62982025-01-11T02:19:07.241Z PASS [ 40.839s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
62992025-01-11T02:19:09.293Z PASS [ 26.477s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
63002025-01-11T02:19:12.372Z PASS [ 42.504s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
63012025-01-11T02:19:16.356Z PASS [ 45.635s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
63022025-01-11T02:19:24.334Z PASS [ 31.484s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
63032025-01-11T02:19:31.976Z PASS [ 26.792s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
63042025-01-11T02:19:33.288Z PASS [ 27.050s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
63052025-01-11T02:19:36.161Z PASS [ 26.866s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
63062025-01-11T02:19:38.458Z PASS [ 26.083s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
63072025-01-11T02:19:44.205Z PASS [ 27.846s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
63082025-01-11T02:19:47.957Z PASS [ 54.548s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
63092025-01-11T02:19:50.481Z PASS [ 17.191s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
63102025-01-11T02:19:53.509Z PASS [ 17.346s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
63112025-01-11T02:19:54.600Z PASS [ 30.264s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
63122025-01-11T02:19:55.309Z PASS [ 51.960s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
63132025-01-11T02:19:56.655Z PASS [ 18.196s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
63142025-01-11T02:20:03.116Z PASS [ 18.909s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
63152025-01-11T02:20:04.662Z PASS [ 32.683s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
63162025-01-11T02:20:07.026Z PASS [ 19.066s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
63172025-01-11T02:20:09.591Z PASS [ 19.108s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
63182025-01-11T02:20:12.883Z PASS [ 19.373s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
63192025-01-11T02:20:13.665Z PASS [ 18.354s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
63202025-01-11T02:20:14.521Z PASS [ 19.919s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
63212025-01-11T02:20:19.555Z PASS [ 22.898s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
63222025-01-11T02:20:23.811Z PASS [ 20.693s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
63232025-01-11T02:20:24.634Z PASS [ 19.969s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
63242025-01-11T02:20:26.355Z PASS [ 19.327s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
63252025-01-11T02:20:28.939Z PASS [ 19.346s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
63262025-01-11T02:20:32.166Z PASS [ 19.281s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
63272025-01-11T02:20:33.156Z PASS [ 19.488s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
63282025-01-11T02:20:34.496Z PASS [ 19.972s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
63292025-01-11T02:20:39.265Z PASS [ 19.709s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
63302025-01-11T02:20:43.919Z PASS [ 20.106s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
63312025-01-11T02:20:44.622Z PASS [ 19.987s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
63322025-01-11T02:20:46.119Z PASS [ 19.762s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
63332025-01-11T02:20:48.537Z PASS [ 19.596s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
63342025-01-11T02:20:55.246Z PASS [ 20.749s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
63352025-01-11T02:20:58.436Z PASS [ 19.169s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
63362025-01-11T02:21:03.620Z PASS [ 19.698s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
63372025-01-11T02:21:04.169Z PASS [ 19.545s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
63382025-01-11T02:21:04.496Z PASS [ 32.327s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
63392025-01-11T02:21:04.832Z PASS [ 18.711s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
63402025-01-11T02:21:08.036Z PASS [ 34.877s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
63412025-01-11T02:21:18.659Z PASS [ 23.411s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
63422025-01-11T02:21:18.757Z PASS [ 20.319s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
63432025-01-11T02:21:20.933Z PASS [ 32.393s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
63442025-01-11T02:21:26.365Z PASS [ 22.743s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
63452025-01-11T02:21:30.488Z PASS [ 25.989s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
63462025-01-11T02:21:33.116Z PASS [ 28.945s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
63472025-01-11T02:21:33.207Z PASS [ 0.090s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
63482025-01-11T02:21:33.243Z PASS [ 0.036s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
63492025-01-11T02:21:33.317Z PASS [ 0.074s] omicron-package config::tests::multi_preset_arg
63502025-01-11T02:21:33.405Z PASS [ 0.088s] omicron-package dot::test::test_bad_dependency
63512025-01-11T02:21:33.448Z PASS [ 0.043s] omicron-package dot::test::test_dot_output
63522025-01-11T02:21:38.090Z PASS [ 7.601s] omicron-omdb::test_all_output test_omdb_usage_errors
63532025-01-11T02:21:38.121Z PASS [ 0.030s] omicron-passwords test::test_password_constraints
63542025-01-11T02:21:39.325Z PASS [ 31.287s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
63552025-01-11T02:21:40.924Z PASS [ 7.475s] omicron-passwords test::test_compatible
63562025-01-11T02:21:40.974Z PASS [ 0.049s] omicron-passwords test::test_stable
63572025-01-11T02:21:41.002Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
63582025-01-11T02:21:41.030Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
63592025-01-11T02:21:41.071Z PASS [ 2.949s] omicron-passwords test::test_reproducible
63602025-01-11T02:21:41.080Z PASS [ 0.050s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
63612025-01-11T02:21:41.101Z PASS [ 0.030s] omicron-rpaths internal::tests::test_emit_rpath
63622025-01-11T02:21:41.390Z PASS [ 22.631s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
63632025-01-11T02:21:41.501Z PASS [ 0.400s] omicron-sled-agent artifact_store::test::no_dataset
63642025-01-11T02:21:41.560Z PASS [ 0.170s] omicron-sled-agent artifact_store::test::wrong_hash
63652025-01-11T02:21:41.575Z PASS [ 0.494s] omicron-sled-agent artifact_store::test::list_get_put_delete
63662025-01-11T02:21:41.676Z PASS [ 0.174s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
63672025-01-11T02:21:41.688Z PASS [ 0.112s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
63682025-01-11T02:21:41.795Z PASS [ 0.107s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
63692025-01-11T02:21:41.837Z PASS [ 0.160s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
63702025-01-11T02:21:41.885Z PASS [ 23.223s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
63712025-01-11T02:21:41.930Z PASS [ 0.092s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
63722025-01-11T02:21:41.948Z PASS [ 0.062s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
63732025-01-11T02:21:41.992Z PASS [ 0.044s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
63742025-01-11T02:21:41.999Z PASS [ 0.069s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
63752025-01-11T02:21:42.038Z PASS [ 0.038s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
63762025-01-11T02:21:42.041Z PASS [ 0.045s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
63772025-01-11T02:21:42.086Z PASS [ 0.047s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
63782025-01-11T02:21:42.089Z PASS [ 0.048s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
63792025-01-11T02:21:42.135Z PASS [ 0.049s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
63802025-01-11T02:21:42.176Z PASS [ 0.090s] omicron-sled-agent config::test::test_smf_configs
63812025-01-11T02:21:42.194Z PASS [ 0.633s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
63822025-01-11T02:21:42.211Z PASS [ 0.075s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
63832025-01-11T02:21:42.223Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
63842025-01-11T02:21:42.240Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
63852025-01-11T02:21:42.261Z PASS [ 0.049s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
63862025-01-11T02:21:42.273Z PASS [ 0.049s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
63872025-01-11T02:21:42.290Z PASS [ 0.049s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
63882025-01-11T02:21:42.365Z PASS [ 0.569s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
63892025-01-11T02:21:44.740Z PASS [ 23.804s] omicron-omdb::test_all_output test_omdb_env_settings
63902025-01-11T02:21:45.267Z PASS [ 2.902s] omicron-sled-agent instance::tests::test_instance_manager_creation
63912025-01-11T02:21:45.313Z PASS [ 0.046s] omicron-sled-agent probe_manager::test::probe_state_set_ops
63922025-01-11T02:21:45.362Z PASS [ 0.048s] omicron-sled-agent profile::tests::empty_profile
63932025-01-11T02:21:45.411Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_disabled_instance
63942025-01-11T02:21:45.450Z PASS [ 0.039s] omicron-sled-agent profile::tests::test_instance
63952025-01-11T02:21:45.499Z PASS [ 0.048s] omicron-sled-agent profile::tests::test_multiple
63962025-01-11T02:21:45.538Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_property
63972025-01-11T02:21:45.580Z PASS [ 0.043s] omicron-sled-agent profile::tests::test_property_group
63982025-01-11T02:21:45.622Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_service
63992025-01-11T02:21:45.659Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_service_property_group
64002025-01-11T02:21:45.697Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
64012025-01-11T02:21:45.739Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
64022025-01-11T02:21:45.790Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
64032025-01-11T02:21:45.852Z PASS [ 0.061s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
64042025-01-11T02:21:45.930Z PASS [ 0.078s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
64052025-01-11T02:21:45.980Z PASS [ 0.050s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
64062025-01-11T02:21:45.998Z PASS [ 3.737s] omicron-sled-agent instance::tests::test_instance_create_events_normal
64072025-01-11T02:21:47.543Z PASS [ 5.251s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
64082025-01-11T02:21:47.783Z PASS [ 5.509s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
64092025-01-11T02:21:48.571Z PASS [ 43.735s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
64102025-01-11T02:21:48.849Z PASS [ 2.850s] omicron-sled-agent services::illumos_tests::test_ensure_service
64112025-01-11T02:21:49.029Z PASS [ 3.049s] omicron-sled-agent services::illumos_tests::test_bad_generations
64122025-01-11T02:21:49.083Z PASS [ 0.052s] omicron-sled-agent services::test::test_all_zones_requests_schema
64132025-01-11T02:21:49.118Z PASS [ 0.035s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
64142025-01-11T02:21:49.154Z PASS [ 0.036s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
64152025-01-11T02:21:49.204Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
64162025-01-11T02:21:49.256Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
64172025-01-11T02:21:49.304Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
64182025-01-11T02:21:49.359Z PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
64192025-01-11T02:21:49.411Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
64202025-01-11T02:21:49.457Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
64212025-01-11T02:21:50.680Z PASS [ 3.135s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
64222025-01-11T02:21:50.728Z PASS [ 0.047s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
64232025-01-11T02:21:50.773Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
64242025-01-11T02:21:50.816Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
64252025-01-11T02:21:50.861Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
64262025-01-11T02:21:50.912Z PASS [ 0.050s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
64272025-01-11T02:21:50.956Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
64282025-01-11T02:21:51.004Z PASS [ 0.048s] omicron-sled-agent sim::storage::test::snapshot_needs_region
64292025-01-11T02:21:51.121Z PASS [ 3.334s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
64302025-01-11T02:21:51.640Z PASS [ 12.313s] omicron-passwords test::test_smoke
64312025-01-11T02:21:51.730Z PASS [ 3.157s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
64322025-01-11T02:21:52.094Z PASS [ 3.243s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
64332025-01-11T02:21:52.840Z PASS [ 26.473s] omicron-omdb::test_all_output test_omdb_success_cases
64342025-01-11T02:21:53.386Z PASS [ 3.928s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
64352025-01-11T02:21:53.425Z PASS [ 0.038s] omicron-sled-agent updates::test::test_query_no_components
64362025-01-11T02:21:53.472Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_sled_agent_version
64372025-01-11T02:21:53.525Z PASS [ 0.052s] omicron-sled-agent updates::test::test_query_zone_version
64382025-01-11T02:21:53.685Z PASS [ 0.159s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
64392025-01-11T02:21:53.721Z PASS [ 0.036s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
64402025-01-11T02:21:55.628Z PASS [ 4.623s] omicron-sled-agent support_bundle::storage::tests::basic_crud
64412025-01-11T02:21:55.770Z PASS [ 4.649s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
64422025-01-11T02:21:55.807Z PASS [ 0.036s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
64432025-01-11T02:21:56.647Z PASS [ 5.007s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
64442025-01-11T02:21:56.794Z PASS [ 5.062s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
64452025-01-11T02:21:57.159Z PASS [ 5.063s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
64462025-01-11T02:21:57.221Z PASS [ 0.062s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
64472025-01-11T02:21:57.271Z PASS [ 0.049s] omicron-sled-agent zone_bundle::tests::test_dir_size
64482025-01-11T02:21:57.340Z PASS [ 0.068s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
64492025-01-11T02:21:58.059Z PASS [ 0.718s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
64502025-01-11T02:21:58.491Z PASS [ 4.769s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
64512025-01-11T02:21:58.716Z PASS [ 0.223s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
64522025-01-11T02:21:58.732Z PASS [ 0.673s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
64532025-01-11T02:21:58.768Z PASS [ 5.927s] omicron-sled-agent support_bundle::storage::tests::ranges
64542025-01-11T02:21:58.778Z PASS [ 0.045s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
64552025-01-11T02:21:58.796Z PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
64562025-01-11T02:21:59.358Z PASS [ 0.580s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
64572025-01-11T02:21:59.361Z PASS [ 0.561s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
64582025-01-11T02:21:59.392Z PASS [ 0.033s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
64592025-01-11T02:21:59.419Z PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
64602025-01-11T02:21:59.542Z PASS [ 0.827s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
64612025-01-11T02:21:59.549Z PASS [ 0.129s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
64622025-01-11T02:21:59.746Z PASS [ 0.196s] omicron-test-utils dev::db::test::test_bad_cmd
64632025-01-11T02:21:59.869Z PASS [ 4.241s] omicron-sled-agent zone_bundle::illumos_tests::test_context
64642025-01-11T02:21:59.984Z PASS [ 0.442s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
64652025-01-11T02:22:00.137Z PASS [ 0.391s] omicron-test-utils dev::db::test::test_cmd_fails
64662025-01-11T02:22:00.185Z PASS [ 0.048s] omicron-test-utils dev::db::test::test_make_pg_config_fail
64672025-01-11T02:22:00.210Z PASS [ 0.024s] omicron-test-utils dev::db::test::test_make_pg_config_ok
64682025-01-11T02:22:00.235Z PASS [ 0.250s] omicron-test-utils dev::db::test::test_database_start_hang
64692025-01-11T02:22:00.242Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_process_exit_abnormal
64702025-01-11T02:22:00.272Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_process_exit_normal
64712025-01-11T02:22:00.321Z PASS [ 3.673s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
64722025-01-11T02:22:00.390Z PASS [ 1.031s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
64732025-01-11T02:22:00.427Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_starter_tmpdir
64742025-01-11T02:22:00.497Z PASS [ 0.070s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
64752025-01-11T02:22:00.504Z PASS [ 4.697s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
64762025-01-11T02:22:00.538Z PASS [ 0.041s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
64772025-01-11T02:22:00.547Z PASS [ 0.042s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
64782025-01-11T02:22:00.578Z PASS [ 0.040s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
64792025-01-11T02:22:00.614Z PASS [ 0.065s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
64802025-01-11T02:22:00.763Z LEAK [ 0.520s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
64812025-01-11T02:22:00.887Z PASS [ 4.093s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
64822025-01-11T02:22:01.012Z PASS [ 0.124s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
64832025-01-11T02:22:01.066Z PASS [ 0.487s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
64842025-01-11T02:22:01.253Z PASS [ 0.489s] oximeter test::timeseries_schema_consistency
64852025-01-11T02:22:01.398Z PASS [ 0.144s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
64862025-01-11T02:22:01.398Z PASS [ 0.332s] oximeter-collector agent::tests::test_self_stat_error_counter
64872025-01-11T02:22:01.405Z PASS [ 0.392s] oximeter-collector agent::tests::test_self_stat_collection_count
64882025-01-11T02:22:01.454Z PASS [ 0.048s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
64892025-01-11T02:22:01.490Z PASS [ 0.035s] oximeter-collector self_stats::tests::test_failure_reason_serialization
64902025-01-11T02:22:01.549Z PASS [ 0.150s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
64912025-01-11T02:22:01.603Z PASS [ 1.281s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
64922025-01-11T02:22:01.733Z PASS [ 0.129s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
64932025-01-11T02:22:01.733Z PASS [ 0.183s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
64942025-01-11T02:22:01.739Z PASS [ 1.869s] omicron-test-utils dev::db::test::test_database_concurrent
64952025-01-11T02:22:01.752Z PASS [ 1.137s] openapi-manager check::tests::check_apis_up_to_date
64962025-01-11T02:22:01.766Z PASS [ 0.034s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
64972025-01-11T02:22:01.766Z PASS [ 0.033s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
64982025-01-11T02:22:01.779Z PASS [ 0.029s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
64992025-01-11T02:22:02.026Z PASS [ 0.536s] oximeter-collector::test_commands test_oximeter_no_args
65002025-01-11T02:22:02.487Z PASS [ 1.081s] oximeter-collector agent::tests::verify_producer_details
65012025-01-11T02:22:02.636Z PASS [ 0.610s] oximeter-db client::tests::can_ping_clickhouse
65022025-01-11T02:22:02.757Z PASS [ 0.120s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65032025-01-11T02:22:02.838Z PASS [ 0.081s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
65042025-01-11T02:22:02.926Z PASS [ 1.146s] oximeter-db client::oxql::tests::test_limit_operations
65052025-01-11T02:22:02.940Z PASS [ 1.188s] oximeter-db client::oxql::tests::test_get_entire_table
65062025-01-11T02:22:02.949Z PASS [ 1.181s] oximeter-db client::oxql::tests::test_get_one_timeseries
65072025-01-11T02:22:02.969Z PASS [ 1.202s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
65082025-01-11T02:22:03.593Z PASS [ 0.623s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
65092025-01-11T02:22:03.698Z PASS [ 0.748s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
65102025-01-11T02:22:03.706Z PASS [ 0.765s] oximeter-db client::tests::read_latest_version_reports_max
65112025-01-11T02:22:04.332Z PASS [ 0.625s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
65122025-01-11T02:22:04.350Z PASS [ 0.757s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
65132025-01-11T02:22:04.667Z PASS [ 0.969s] oximeter-db client::tests::select_timeseries_with_select_one
65142025-01-11T02:22:05.299Z PASS [ 0.966s] oximeter-db client::tests::test_client_select_timeseries_one
65152025-01-11T02:22:05.306Z PASS [ 0.949s] oximeter-db client::tests::test_database_version_update_is_idempotent
65162025-01-11T02:22:05.429Z PASS [ 2.503s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
65172025-01-11T02:22:05.437Z PASS [ 0.770s] oximeter-db client::tests::test_database_version_will_not_downgrade
65182025-01-11T02:22:06.111Z PASS [ 0.811s] oximeter-db client::tests::test_differentiate_by_timeseries_name
65192025-01-11T02:22:06.232Z PASS [ 0.795s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
65202025-01-11T02:22:06.255Z PASS [ 0.825s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
65212025-01-11T02:22:06.351Z PASS [ 1.052s] oximeter-db client::tests::test_database_version_wipes_old_version
65222025-01-11T02:22:06.949Z PASS [ 0.838s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
65232025-01-11T02:22:07.137Z PASS [ 0.882s] oximeter-db client::tests::test_field_record_count
65242025-01-11T02:22:07.195Z PASS [ 0.843s] oximeter-db client::tests::test_get_schema_no_new_values
65252025-01-11T02:22:07.811Z PASS [ 0.862s] oximeter-db client::tests::test_insert_samples
65262025-01-11T02:22:07.896Z PASS [ 1.663s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
65272025-01-11T02:22:07.936Z PASS [ 0.040s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
65282025-01-11T02:22:07.945Z PASS [ 0.807s] oximeter-db client::tests::test_is_oximeter_cluster
65292025-01-11T02:22:07.976Z PASS [ 0.039s] oximeter-db client::tests::test_read_timeseries_to_delete
65302025-01-11T02:22:07.984Z PASS [ 0.038s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
65312025-01-11T02:22:08.011Z PASS [ 0.034s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
65322025-01-11T02:22:08.435Z PASS [ 1.239s] oximeter-db client::tests::test_list_timeseries
65332025-01-11T02:22:08.454Z PASS [ 8.181s] omicron-test-utils dev::db::test::test_setup_database_default_dir
65342025-01-11T02:22:08.588Z PASS [ 0.776s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
65352025-01-11T02:22:08.773Z PASS [ 0.761s] oximeter-db client::tests::test_schema_mismatch
65362025-01-11T02:22:09.185Z PASS [ 0.749s] oximeter-db client::tests::test_schema_update
65372025-01-11T02:22:09.192Z PASS [ 1.207s] oximeter-db client::tests::test_recall_of_all_fields
65382025-01-11T02:22:09.271Z PASS [ 0.816s] oximeter-db client::tests::test_select_all_datum_types
65392025-01-11T02:22:09.404Z PASS [ 0.815s] oximeter-db client::tests::test_select_all_field_types
65402025-01-11T02:22:09.619Z PASS [ 0.846s] oximeter-db client::tests::test_select_timeseries_with_all
65412025-01-11T02:22:10.131Z PASS [ 0.860s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
65422025-01-11T02:22:10.224Z PASS [ 1.029s] oximeter-db client::tests::test_select_timeseries_with_order
65432025-01-11T02:22:10.270Z PASS [ 0.867s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
65442025-01-11T02:22:10.278Z PASS [ 1.092s] oximeter-db client::tests::test_select_timeseries_with_limit
65452025-01-11T02:22:10.300Z PASS [ 0.029s] oximeter-db client::tests::test_unravel_index
65462025-01-11T02:22:10.342Z PASS [ 0.042s] oximeter-db client::tests::test_verify_schema_upgrades
65472025-01-11T02:22:10.377Z PASS [ 0.034s] oximeter-db model::fields::tests::test_extract_fields_as_block
65482025-01-11T02:22:10.408Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
65492025-01-11T02:22:10.445Z PASS [ 0.037s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
65502025-01-11T02:22:10.480Z PASS [ 0.860s] oximeter-db client::tests::test_select_timeseries_with_start_time
65512025-01-11T02:22:10.486Z PASS [ 0.040s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
65522025-01-11T02:22:10.514Z PASS [ 0.034s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
65532025-01-11T02:22:10.517Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
65542025-01-11T02:22:10.544Z PASS [ 0.029s] oximeter-db native::block::tests::concat_blocks
65552025-01-11T02:22:10.550Z PASS [ 0.035s] oximeter-db native::block::tests::datetime64_scale_checks_range
65562025-01-11T02:22:10.572Z PASS [ 0.027s] oximeter-db native::block::tests::parse_date_time
65572025-01-11T02:22:10.578Z PASS [ 0.027s] oximeter-db native::block::tests::parse_date_time64
65582025-01-11T02:22:10.596Z PASS [ 0.024s] oximeter-db native::block::tests::parse_escaped_date_time64
65592025-01-11T02:22:10.606Z PASS [ 0.027s] oximeter-db native::block::tests::test_data_type_to_string
65602025-01-11T02:22:10.619Z PASS [ 0.022s] oximeter-db native::block::tests::test_datetime64_conversions
65612025-01-11T02:22:10.629Z PASS [ 0.022s] oximeter-db native::block::tests::test_parse_all_known_timezones
65622025-01-11T02:22:10.639Z PASS [ 0.020s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
65632025-01-11T02:22:10.652Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
65642025-01-11T02:22:10.667Z PASS [ 0.028s] oximeter-db native::block::tests::test_parse_enum8
65652025-01-11T02:22:10.685Z PASS [ 0.033s] oximeter-db native::block::tests::test_parse_enum_variant
65662025-01-11T02:22:10.700Z PASS [ 0.032s] oximeter-db native::block::tests::test_parse_invalid_data_type
65672025-01-11T02:22:11.024Z PASS [ 0.799s] oximeter-db client::tests::test_timeseries_schema_list
65682025-01-11T02:22:11.086Z PASS [ 0.807s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
65692025-01-11T02:22:11.280Z PASS [ 0.594s] oximeter-db native::connection::tests::test_basic_select_query
65702025-01-11T02:22:11.397Z PASS [ 0.697s] oximeter-db native::connection::tests::test_can_cancel_query
65712025-01-11T02:22:11.514Z PASS [ 1.382s] oximeter-db client::tests::test_sql_query_output
65722025-01-11T02:22:11.603Z PASS [ 0.579s] oximeter-db native::connection::tests::test_exchange_hello
65732025-01-11T02:22:11.691Z PASS [ 0.604s] oximeter-db native::connection::tests::test_insert_and_select_data
65742025-01-11T02:22:11.887Z PASS [ 0.607s] oximeter-db native::connection::tests::test_insert_and_select_uuid
65752025-01-11T02:22:11.913Z PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
65762025-01-11T02:22:11.939Z PASS [ 0.026s] oximeter-db native::io::block::tests::test_decode_full_block
65772025-01-11T02:22:11.972Z PASS [ 0.032s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
65782025-01-11T02:22:11.994Z PASS [ 0.596s] oximeter-db native::connection::tests::test_select_array_column
65792025-01-11T02:22:12.000Z PASS [ 0.028s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
65802025-01-11T02:22:12.023Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
65812025-01-11T02:22:12.023Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
65822025-01-11T02:22:12.045Z PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_uint64_column
65832025-01-11T02:22:12.052Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_string_column
65842025-01-11T02:22:12.072Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_uint8_column
65852025-01-11T02:22:12.078Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_uuid_column
65862025-01-11T02:22:12.098Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_encode_decode_column
65872025-01-11T02:22:12.104Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
65882025-01-11T02:22:12.110Z PASS [ 0.595s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
65892025-01-11T02:22:12.123Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
65902025-01-11T02:22:12.130Z PASS [ 0.024s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
65912025-01-11T02:22:12.134Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
65922025-01-11T02:22:12.146Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
65932025-01-11T02:22:12.152Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_pong
65942025-01-11T02:22:12.159Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
65952025-01-11T02:22:12.174Z PASS [ 0.027s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
65962025-01-11T02:22:12.184Z PASS [ 0.031s] oximeter-db native::io::string::test::test_encode_decode
65972025-01-11T02:22:12.192Z PASS [ 0.032s] oximeter-db native::io::string::test::test_encode_hello_world
65982025-01-11T02:22:12.200Z PASS [ 0.596s] oximeter-db native::connection::tests::test_select_nullable_column
65992025-01-11T02:22:12.208Z PASS [ 0.034s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
66002025-01-11T02:22:12.214Z PASS [ 0.030s] oximeter-db native::io::table_columns::tests::test_column_count
66012025-01-11T02:22:12.222Z PASS [ 0.029s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
66022025-01-11T02:22:12.229Z PASS [ 0.027s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
66032025-01-11T02:22:12.235Z PASS [ 0.027s] oximeter-db native::io::table_columns::tests::test_column_descriptions
66042025-01-11T02:22:12.241Z PASS [ 0.026s] oximeter-db native::io::varuint::test_encode_decode_varuint
66052025-01-11T02:22:12.247Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
66062025-01-11T02:22:12.254Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
66072025-01-11T02:22:12.261Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_comparison
66082025-01-11T02:22:12.269Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
66092025-01-11T02:22:12.278Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_double_literal
66102025-01-11T02:22:12.284Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
66112025-01-11T02:22:12.286Z PASS [ 0.593s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
66122025-01-11T02:22:12.296Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
66132025-01-11T02:22:12.298Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
66142025-01-11T02:22:12.307Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
66152025-01-11T02:22:12.309Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
66162025-01-11T02:22:12.315Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
66172025-01-11T02:22:12.320Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
66182025-01-11T02:22:12.331Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
66192025-01-11T02:22:12.338Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
66202025-01-11T02:22:12.344Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_group_by
66212025-01-11T02:22:12.346Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
66222025-01-11T02:22:12.350Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_ident
66232025-01-11T02:22:12.356Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
66242025-01-11T02:22:12.368Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
66252025-01-11T02:22:12.375Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
66262025-01-11T02:22:12.383Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
66272025-01-11T02:22:12.392Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
66282025-01-11T02:22:12.395Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
66292025-01-11T02:22:12.410Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
66302025-01-11T02:22:12.412Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
66312025-01-11T02:22:12.429Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_query
66322025-01-11T02:22:12.521Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
66332025-01-11T02:22:12.521Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
66342025-01-11T02:22:12.526Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
66352025-01-11T02:22:12.526Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
66362025-01-11T02:22:12.526Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_reducer
66372025-01-11T02:22:12.526Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
66382025-01-11T02:22:12.526Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
66392025-01-11T02:22:12.526Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
66402025-01-11T02:22:12.526Z PASS [ 0.027s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
66412025-01-11T02:22:12.526Z PASS [ 0.028s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
66422025-01-11T02:22:12.526Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
66432025-01-11T02:22:12.526Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
66442025-01-11T02:22:12.526Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
66452025-01-11T02:22:12.528Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
66462025-01-11T02:22:12.533Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
66472025-01-11T02:22:12.539Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
66482025-01-11T02:22:12.548Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
66492025-01-11T02:22:12.558Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
66502025-01-11T02:22:12.560Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
66512025-01-11T02:22:12.571Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
66522025-01-11T02:22:12.583Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
66532025-01-11T02:22:12.590Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
66542025-01-11T02:22:12.592Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
66552025-01-11T02:22:12.603Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
66562025-01-11T02:22:12.620Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
66572025-01-11T02:22:12.628Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
66582025-01-11T02:22:12.636Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
66592025-01-11T02:22:12.638Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
66602025-01-11T02:22:12.651Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
66612025-01-11T02:22:12.657Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits
66622025-01-11T02:22:12.666Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
66632025-01-11T02:22:12.673Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
66642025-01-11T02:22:12.679Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
66652025-01-11T02:22:12.687Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
66662025-01-11T02:22:12.696Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
66672025-01-11T02:22:12.704Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
66682025-01-11T02:22:12.713Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
66692025-01-11T02:22:12.720Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates
66702025-01-11T02:22:12.727Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
66712025-01-11T02:22:12.737Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
66722025-01-11T02:22:12.744Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
66732025-01-11T02:22:12.753Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time
66742025-01-11T02:22:12.759Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
66752025-01-11T02:22:12.765Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
66762025-01-11T02:22:12.772Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
66772025-01-11T02:22:12.779Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
66782025-01-11T02:22:12.792Z PASS [ 0.026s] oximeter-db query::tests::test_field_cmp
66792025-01-11T02:22:12.799Z PASS [ 0.026s] oximeter-db query::tests::test_field_selector_as_query
66802025-01-11T02:22:12.801Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_split_query
66812025-01-11T02:22:12.813Z PASS [ 0.026s] oximeter-db query::tests::test_field_value_as_db_str
66822025-01-11T02:22:12.828Z PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_field_selectors
66832025-01-11T02:22:12.838Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_from_parts
66842025-01-11T02:22:12.849Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_filter_raw
66852025-01-11T02:22:12.856Z PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_full
66862025-01-11T02:22:12.863Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_limit_offset
66872025-01-11T02:22:12.871Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_no_fields
66882025-01-11T02:22:12.882Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_no_selectors
66892025-01-11T02:22:12.894Z PASS [ 0.030s] oximeter-db query::tests::test_time_range
66902025-01-11T02:22:12.900Z PASS [ 0.043s] oximeter-db query::tests::test_string_field_selector
66912025-01-11T02:22:12.907Z PASS [ 0.035s] oximeter-db sql::tests::test_allow_limit_offset
66922025-01-11T02:22:12.913Z PASS [ 0.031s] oximeter-db sql::tests::test_allow_subqueries
66932025-01-11T02:22:12.924Z PASS [ 0.030s] oximeter-db sql::tests::test_cannot_name_database
66942025-01-11T02:22:12.935Z PASS [ 0.034s] oximeter-db sql::tests::test_ctes_are_not_supported
66952025-01-11T02:22:12.941Z PASS [ 0.034s] oximeter-db sql::tests::test_function_allow_list
66962025-01-11T02:22:12.953Z PASS [ 0.028s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
66972025-01-11T02:22:12.966Z PASS [ 0.052s] oximeter-db sql::tests::test_join_must_be_inner
66982025-01-11T02:22:12.971Z PASS [ 0.036s] oximeter-db sql::tests::test_query_must_be_select_statement
66992025-01-11T02:22:12.977Z PASS [ 0.035s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
67002025-01-11T02:22:12.989Z PASS [ 0.035s] oximeter-db sql::tests::test_require_table_is_timeseries_name
67012025-01-11T02:22:12.995Z PASS [ 0.029s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
67022025-01-11T02:22:13.002Z PASS [ 0.029s] oximeter-db sql::tests::test_with_comma_join_fails
67032025-01-11T02:22:13.004Z PASS [ 0.024s] oximeter-db tests::test_timeseries_key_field_stability
67042025-01-11T02:22:13.016Z PASS [ 0.027s] oximeter-db tests::test_timeseries_key_sample_stability
67052025-01-11T02:22:13.059Z PASS [ 0.057s] oximeter-instruments http::tests::test_latency_tracker
67062025-01-11T02:22:13.133Z PASS [ 0.117s] oximeter-instruments kstat::link::tests::test_kstat_interested
67072025-01-11T02:22:13.438Z PASS [ 0.305s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
67082025-01-11T02:22:13.441Z PASS [ 0.378s] oximeter-instruments kstat::link::tests::test_kstat_sampler
67092025-01-11T02:22:13.518Z PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
67102025-01-11T02:22:13.524Z PASS [ 0.085s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
67112025-01-11T02:22:13.571Z PASS [ 0.053s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
67122025-01-11T02:22:13.578Z PASS [ 0.053s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
67132025-01-11T02:22:13.615Z PASS [ 0.037s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
67142025-01-11T02:22:13.623Z PASS [ 0.051s] oximeter-instruments kstat::link::tests::test_sled_datalink
67152025-01-11T02:22:13.639Z PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
67162025-01-11T02:22:13.645Z PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
67172025-01-11T02:22:13.663Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
67182025-01-11T02:22:13.670Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
67192025-01-11T02:22:13.688Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_annotated_field
67202025-01-11T02:22:13.695Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_datum_field
67212025-01-11T02:22:13.712Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_enum
67222025-01-11T02:22:13.721Z PASS [ 0.026s] oximeter-macro-impl tests::test_metric_without_datum_field
67232025-01-11T02:22:13.738Z PASS [ 0.025s] oximeter-macro-impl tests::test_target
67242025-01-11T02:22:13.751Z PASS [ 0.029s] oximeter-macro-impl tests::test_target_empty_struct
67252025-01-11T02:22:13.762Z PASS [ 0.024s] oximeter-macro-impl tests::test_target_enum
67262025-01-11T02:22:13.771Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_unit_struct
67272025-01-11T02:22:13.786Z PASS [ 0.023s] oximeter-macro-impl tests::test_target_with_datum_field
67282025-01-11T02:22:13.878Z PASS [ 1.483s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
67292025-01-11T02:22:13.878Z PASS [ 0.091s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
67302025-01-11T02:22:13.922Z PASS [ 0.044s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
67312025-01-11T02:22:13.922Z PASS [ 0.044s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
67322025-01-11T02:22:13.953Z PASS [ 0.030s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
67332025-01-11T02:22:13.959Z PASS [ 0.037s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
67342025-01-11T02:22:13.998Z PASS [ 0.045s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
67352025-01-11T02:22:14.001Z PASS [ 0.038s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
67362025-01-11T02:22:14.038Z PASS [ 0.039s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
67372025-01-11T02:22:14.038Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
67382025-01-11T02:22:14.072Z PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
67392025-01-11T02:22:14.083Z PASS [ 0.044s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
67402025-01-11T02:22:14.095Z PASS [ 0.023s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
67412025-01-11T02:22:14.106Z PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
67422025-01-11T02:22:14.117Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
67432025-01-11T02:22:14.129Z PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
67442025-01-11T02:22:14.145Z PASS [ 0.027s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
67452025-01-11T02:22:14.159Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
67462025-01-11T02:22:14.175Z PASS [ 0.029s] oximeter-schema ir::tests::fail_on_empty_descriptions
67472025-01-11T02:22:14.185Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_empty_metric_name
67482025-01-11T02:22:14.197Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_target_name
67492025-01-11T02:22:14.207Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_very_long_field_names
67502025-01-11T02:22:14.222Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
67512025-01-11T02:22:14.231Z PASS [ 0.023s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
67522025-01-11T02:22:14.249Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
67532025-01-11T02:22:14.260Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
67542025-01-11T02:22:14.275Z PASS [ 0.025s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
67552025-01-11T02:22:14.287Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
67562025-01-11T02:22:14.300Z PASS [ 0.025s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
67572025-01-11T02:22:14.312Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
67582025-01-11T02:22:14.322Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
67592025-01-11T02:22:14.334Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
67602025-01-11T02:22:14.345Z PASS [ 0.022s] oximeter-schema ir::tests::only_support_format_version_1
67612025-01-11T02:22:14.361Z PASS [ 0.026s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
67622025-01-11T02:22:14.371Z PASS [ 0.026s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
67632025-01-11T02:22:14.468Z PASS [ 0.096s] oximeter-test-utils tests::test_sample_struct
67642025-01-11T02:22:14.474Z PASS [ 0.112s] oximeter-test-utils tests::test_gen_test_samples
67652025-01-11T02:22:14.497Z PASS [ 0.028s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
67662025-01-11T02:22:14.502Z PASS [ 0.028s] oximeter-test-utils tests::test_timeseries_schema_from_parts
67672025-01-11T02:22:14.523Z PASS [ 0.026s] oximeter-test-utils tests::test_timeseries_schema_from_sample
67682025-01-11T02:22:14.556Z PASS [ 0.033s] oximeter-types histogram::tests::test_bin_range_from
67692025-01-11T02:22:14.559Z PASS [ 0.053s] oximeter-types histogram::tests::test_bin_range
67702025-01-11T02:22:14.584Z PASS [ 0.028s] oximeter-types histogram::tests::test_bin_range_to
67712025-01-11T02:22:14.594Z PASS [ 0.037s] oximeter-types histogram::tests::test_empty_bins_not_supported
67722025-01-11T02:22:14.613Z PASS [ 0.028s] oximeter-types histogram::tests::test_ensure_finite
67732025-01-11T02:22:14.631Z PASS [ 0.037s] oximeter-types histogram::tests::test_histogram
67742025-01-11T02:22:14.649Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram_construct_with
67752025-01-11T02:22:14.663Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_extreme_bins
67762025-01-11T02:22:14.682Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_extreme_samples
67772025-01-11T02:22:14.692Z PASS [ 0.028s] oximeter-types histogram::tests::test_histogram_float_bins
67782025-01-11T02:22:14.712Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram_unbounded_samples
67792025-01-11T02:22:14.724Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_unsorted_bins
67802025-01-11T02:22:14.744Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_with_bins
67812025-01-11T02:22:14.756Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
67822025-01-11T02:22:14.774Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
67832025-01-11T02:22:14.785Z PASS [ 0.028s] oximeter-types histogram::tests::test_log_bins_u64
67842025-01-11T02:22:14.811Z PASS [ 0.037s] oximeter-types histogram::tests::test_log_bins_u8
67852025-01-11T02:22:14.838Z PASS [ 0.052s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
67862025-01-11T02:22:14.845Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
67872025-01-11T02:22:14.867Z PASS [ 0.028s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
67882025-01-11T02:22:14.876Z PASS [ 0.030s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
67892025-01-11T02:22:14.892Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
67902025-01-11T02:22:14.899Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
67912025-01-11T02:22:14.915Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
67922025-01-11T02:22:14.921Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
67932025-01-11T02:22:14.936Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
67942025-01-11T02:22:14.942Z PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades
67952025-01-11T02:22:14.962Z PASS [ 0.025s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
67962025-01-11T02:22:14.968Z PASS [ 0.025s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
67972025-01-11T02:22:14.985Z PASS [ 0.022s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
67982025-01-11T02:22:14.993Z PASS [ 0.024s] oximeter-types quantile::tests::test_default_percentiles
67992025-01-11T02:22:15.007Z PASS [ 0.022s] oximeter-types quantile::tests::test_empty_observations
68002025-01-11T02:22:15.018Z PASS [ 0.025s] oximeter-types quantile::tests::test_find_cells
68012025-01-11T02:22:15.033Z PASS [ 0.026s] oximeter-types quantile::tests::test_float_observations
68022025-01-11T02:22:15.044Z PASS [ 0.025s] oximeter-types quantile::tests::test_integer_observations
68032025-01-11T02:22:15.056Z PASS [ 0.022s] oximeter-types quantile::tests::test_invalid_p_value
68042025-01-11T02:22:15.070Z PASS [ 0.025s] oximeter-types quantile::tests::test_max_p
68052025-01-11T02:22:15.085Z PASS [ 0.028s] oximeter-types quantile::tests::test_min_p
68062025-01-11T02:22:15.099Z PASS [ 0.028s] oximeter-types quantile::tests::test_non_filled_observations
68072025-01-11T02:22:15.113Z PASS [ 0.028s] oximeter-types quantile::tests::test_rounding
68082025-01-11T02:22:15.122Z PASS [ 0.023s] oximeter-types schema::tests::test_field_schema_ordering
68092025-01-11T02:22:15.163Z PASS [ 0.050s] oximeter-types schema::tests::test_timeseries_name
68102025-01-11T02:22:15.169Z PASS [ 0.047s] oximeter-types schema::tests::test_timeseries_name_from_str
68112025-01-11T02:22:15.190Z PASS [ 0.027s] oximeter-types traits::tests::test_metric_trait
68122025-01-11T02:22:15.200Z PASS [ 0.030s] oximeter-types traits::tests::test_producer_trait
68132025-01-11T02:22:15.213Z PASS [ 0.023s] oximeter-types traits::tests::test_target_trait
68142025-01-11T02:22:15.226Z PASS [ 0.025s] oximeter-types types::tests::test_cumulative_f64
68152025-01-11T02:22:15.238Z PASS [ 0.024s] oximeter-types types::tests::test_cumulative_i64
68162025-01-11T02:22:15.249Z PASS [ 0.023s] oximeter-types types::tests::test_datum
68172025-01-11T02:22:15.259Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
68182025-01-11T02:22:15.275Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
68192025-01-11T02:22:15.286Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
68202025-01-11T02:22:15.305Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
68212025-01-11T02:22:15.315Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
68222025-01-11T02:22:15.333Z PASS [ 0.028s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
68232025-01-11T02:22:15.341Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
68242025-01-11T02:22:15.356Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
68252025-01-11T02:22:15.362Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
68262025-01-11T02:22:15.377Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
68272025-01-11T02:22:15.385Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
68282025-01-11T02:22:15.401Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
68292025-01-11T02:22:15.407Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
68302025-01-11T02:22:15.422Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
68312025-01-11T02:22:15.427Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
68322025-01-11T02:22:15.442Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
68332025-01-11T02:22:15.447Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
68342025-01-11T02:22:15.462Z PASS [ 0.020s] oximeter-types types::tests::test_measurement
68352025-01-11T02:22:15.469Z PASS [ 0.022s] oximeter-types types::tests::test_verify_field_names
68362025-01-11T02:22:15.485Z PASS [ 0.022s] oxlog tests::test_is_oxide_smf_log_file
68372025-01-11T02:22:15.491Z PASS [ 0.021s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
68382025-01-11T02:22:15.509Z PASS [ 0.023s] oxlog tests::test_sort_logs
68392025-01-11T02:22:15.594Z PASS [ 0.102s] oxql-types point::tests::test_cast_points_from_bool
68402025-01-11T02:22:15.597Z PASS [ 0.085s] oxql-types point::tests::test_cast_points_from_double
68412025-01-11T02:22:15.624Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_double_distribution
68422025-01-11T02:22:15.624Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_int_distribution
68432025-01-11T02:22:15.653Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_string
68442025-01-11T02:22:15.659Z PASS [ 0.035s] oxql-types point::tests::test_cast_points_from_integer
68452025-01-11T02:22:15.674Z PASS [ 0.021s] oxql-types point::tests::test_join_point_arrays
68462025-01-11T02:22:15.680Z PASS [ 0.021s] oxql-types point::tests::test_point_delta_between
68472025-01-11T02:22:15.697Z PASS [ 0.022s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
68482025-01-11T02:22:15.703Z PASS [ 0.022s] oxql-types point::tests::test_point_delta_between_with_new_epoch
68492025-01-11T02:22:15.723Z PASS [ 0.026s] oxql-types point::tests::test_push_concrete_values
68502025-01-11T02:22:15.734Z PASS [ 0.030s] oxql-types point::tests::test_sub_between_histogram_distributions
68512025-01-11T02:22:15.783Z PASS [ 0.060s] range-requests test::get_response_no_range
68522025-01-11T02:22:15.783Z PASS [ 0.049s] range-requests test::get_response_with_range
68532025-01-11T02:22:15.800Z PASS [ 0.016s] range-requests test::invalid_ranges
68542025-01-11T02:22:15.805Z PASS [ 0.021s] range-requests test::parse_range_invalid
68552025-01-11T02:22:15.816Z PASS [ 0.016s] range-requests test::parse_range_valid
68562025-01-11T02:22:15.831Z PASS [ 0.025s] range-requests test::potential_range_parsing_does_not_crash
68572025-01-11T02:22:15.837Z PASS [ 0.020s] range-requests test::single_range_parsing_does_not_crash
68582025-01-11T02:22:16.531Z PASS [ 0.699s] reconfigurator-cli::test_basic test_basic
68592025-01-11T02:22:16.669Z PASS [ 0.138s] reconfigurator-cli::test_basic test_example
68602025-01-11T02:22:16.778Z PASS [ 0.109s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
68612025-01-11T02:22:16.819Z PASS [ 3.047s] oximeter-producer tests::test_producer_registration_task
68622025-01-11T02:22:16.882Z PASS [ 32.139s] omicron-sled-agent nexus::test::nexus_self_notification_test
68632025-01-11T02:22:16.904Z PASS [ 0.085s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
68642025-01-11T02:22:16.907Z PASS [ 0.126s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
68652025-01-11T02:22:16.937Z PASS [ 0.054s] sled-agent-types rack_init::tests::parse_rack_initialization
68662025-01-11T02:22:16.944Z PASS [ 0.038s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
68672025-01-11T02:22:16.961Z PASS [ 0.050s] sled-agent-types rack_init::tests::test_extra_certs
68682025-01-11T02:22:16.968Z PASS [ 0.031s] sled-agent-types rack_init::tests::test_subnets
68692025-01-11T02:22:16.987Z PASS [ 0.042s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
68702025-01-11T02:22:16.993Z PASS [ 0.031s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
68712025-01-11T02:22:17.006Z PASS [ 0.036s] sled-agent-types zone_bundle::tests::test_compare_bundles
68722025-01-11T02:22:17.023Z PASS [ 0.036s] sled-agent-types zone_bundle::tests::test_priority_dimension
68732025-01-11T02:22:17.032Z PASS [ 0.037s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
68742025-01-11T02:22:17.040Z PASS [ 0.032s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
68752025-01-11T02:22:17.072Z PASS [ 0.040s] sled-diagnostics queries::test::test_command_stdout_is_correct
68762025-01-11T02:22:17.079Z PASS [ 0.038s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
68772025-01-11T02:22:17.082Z PASS [ 0.054s] sled-diagnostics queries::test::test_command_stderr_is_correct
68782025-01-11T02:22:17.128Z PASS [ 0.042s] sled-hardware disk::test::test_partition_device_paths
68792025-01-11T02:22:17.133Z PASS [ 0.042s] sled-hardware disk::test::test_disk_paths
68802025-01-11T02:22:17.191Z PASS [ 0.067s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
68812025-01-11T02:22:17.196Z PASS [ 0.067s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
68822025-01-11T02:22:17.218Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
68832025-01-11T02:22:17.225Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
68842025-01-11T02:22:17.264Z PASS [ 0.034s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
68852025-01-11T02:22:17.282Z PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
68862025-01-11T02:22:17.289Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
68872025-01-11T02:22:17.313Z PASS [ 0.030s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
68882025-01-11T02:22:17.380Z PASS [ 0.090s] sled-storage dataset::test::serialize_dataset_name
68892025-01-11T02:22:17.426Z PASS [ 0.113s] sled-storage manager::test::test_datasets_schema
68902025-01-11T02:22:17.430Z PASS [ 0.046s] sled-storage manager::test::test_omicron_physical_disks_schema
68912025-01-11T02:22:17.597Z PASS [ 0.522s] sled-diagnostics queries::test::test_long_running_command_is_aborted
68922025-01-11T02:22:17.638Z PASS [ 0.042s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
68932025-01-11T02:22:18.610Z PASS [ 1.183s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
68942025-01-11T02:22:19.575Z PASS [ 2.148s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
68952025-01-11T02:22:21.500Z PASS [ 3.862s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
68962025-01-11T02:22:21.554Z PASS [ 0.053s] sled-storage manager::tests::ensure_using_exactly_these_disks
68972025-01-11T02:22:21.855Z PASS [ 3.245s] sled-storage manager::tests::ensure_datasets
68982025-01-11T02:22:23.854Z PASS [ 2.300s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
68992025-01-11T02:22:24.673Z PASS [ 2.817s] sled-storage manager::tests::nested_dataset
69002025-01-11T02:22:25.790Z PASS [ 1.116s] sled-storage manager::tests::update_rawdisk_firmware
69012025-01-11T02:22:26.594Z PASS [ 2.740s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
69022025-01-11T02:22:27.403Z PASS [ 14.399s] oximeter-db::integration_test test_schemas_disjoint
69032025-01-11T02:22:28.322Z PASS [ 2.531s] sled-storage manager::tests::upsert_filesystem
69042025-01-11T02:22:28.918Z PASS [ 1.515s] sled-storage manager::tests::wait_for_boot_disk
69052025-01-11T02:22:29.205Z PASS [ 2.610s] sled-storage manager::tests::upsert_filesystem_no_uuid
69062025-01-11T02:22:29.610Z PASS [ 0.691s] tufaceous::integration-tests command_tests::test_init_and_add
69072025-01-11T02:22:29.668Z PASS [ 0.058s] tufaceous-lib archive::tests::test_validate_path
69082025-01-11T02:22:29.710Z PASS [ 1.386s] tufaceous::integration-tests command_tests::test_assemble_fake
69092025-01-11T02:22:29.758Z PASS [ 0.089s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
69102025-01-11T02:22:29.919Z PASS [ 0.714s] tufaceous::manifest-tests check_manifest::fake.toml
69112025-01-11T02:22:29.972Z PASS [ 0.263s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
69122025-01-11T02:22:30.096Z PASS [ 0.124s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
69132025-01-11T02:22:30.184Z PASS [ 0.086s] update-common artifacts::update_plan::tests::test_bad_rot_versions
69142025-01-11T02:22:30.270Z PASS [ 0.085s] update-common artifacts::update_plan::tests::test_multi_rot_bord
69152025-01-11T02:22:30.362Z PASS [ 0.092s] update-common artifacts::update_plan::tests::test_multi_rot_version
69162025-01-11T02:22:30.409Z PASS [ 0.047s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
69172025-01-11T02:22:30.464Z PASS [ 0.055s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
69182025-01-11T02:22:30.552Z PASS [ 0.088s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
69192025-01-11T02:22:30.790Z PASS [ 1.031s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
69202025-01-11T02:22:30.893Z PASS [ 0.102s] update-engine display::group_display::tests::test_stats
69212025-01-11T02:22:30.922Z PASS [ 0.369s] update-engine buffer::tests::test_buffer
69222025-01-11T02:22:30.928Z PASS [ 0.035s] update-engine display::line_display_shared::tests::test_format_progress_counter
69232025-01-11T02:22:30.955Z PASS [ 0.033s] update-engine display::line_display_shared::tests::test_start_line
69242025-01-11T02:22:30.962Z PASS [ 0.033s] update-engine engine::tests::error_exits_early
69252025-01-11T02:22:30.993Z PASS [ 0.030s] update-engine events::tests::step_event_parse_unknown
69262025-01-11T02:22:30.996Z PASS [ 0.038s] update-engine events::tests::progress_event_parse_unknown
69272025-01-11T02:22:31.018Z PASS [ 0.024s] update-engine spec::tests::test_merge_anyhow_list
69282025-01-11T02:22:31.075Z PASS [ 0.056s] wicket state::inventory::tests::component_id_display
69292025-01-11T02:22:31.136Z PASS [ 0.061s] wicket state::rack::tests::prev_next_are_opposites
69302025-01-11T02:22:31.186Z PASS [ 0.049s] wicket state::rack::tests::up_down_are_opposites
69312025-01-11T02:22:31.278Z PASS [ 0.283s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
69322025-01-11T02:22:31.362Z PASS [ 0.084s] wicket-common rack_setup::tests::roundtrip_import_export_policy
69332025-01-11T02:22:31.551Z PASS [ 0.189s] wicketd installinator_progress::tests::test_states
69342025-01-11T02:22:31.644Z PASS [ 0.092s] wicketd rss_config::tests::test_bgp_auth_key_states
69352025-01-11T02:22:31.807Z PASS [ 0.621s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
69362025-01-11T02:22:32.548Z PASS [ 30.059s] oximeter-db client::tests::cannot_ping_nonexistent_server
69372025-01-11T02:22:33.365Z PASS [ 1.720s] wicketd::mod integration_tests::inventory::test_inventory
69382025-01-11T02:22:33.600Z PASS [ 3.680s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
69392025-01-11T02:22:33.774Z PASS [ 14.198s] sled-storage manager::tests::ensure_many_datasets
69402025-01-11T02:22:34.181Z PASS [ 1.633s] wicketd::mod integration_tests::updates::test_update_races
69412025-01-11T02:22:35.812Z PASS [ 2.447s] wicketd::mod integration_tests::updates::test_updates
69422025-01-11T02:22:36.026Z PASS [ 4.218s] wicketd::mod integration_tests::updates::test_installinator_fetch
69432025-01-11T02:22:39.550Z PASS [ 23.710s] reconfigurator-cli::test_basic test_blueprint_edit
69442025-01-11T02:22:40.691Z PASS [ 27.694s] oximeter-db::integration_test test_cluster
69452025-01-11T02:22:59.169Z PASS [ 56.327s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69462025-01-11T02:23:01.897Z PASS [ 2.728s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69472025-01-11T02:23:13.710Z PASS [ 11.811s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
69482025-01-11T02:23:33.277Z PASS [ 19.564s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69492025-01-11T02:24:33.289Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
69502025-01-11T02:25:33.295Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
69512025-01-11T02:26:33.300Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
69522025-01-11T02:27:33.305Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
69532025-01-11T02:28:33.310Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
69542025-01-11T02:28:50.606Z PASS [ 317.307s] oximeter-db client::tests::test_replicated
69552025-01-11T02:28:50.609Z────────────
69562025-01-11T02:28:50.610Z Summary [2777.102s] 1767 tests run: 1767 passed (26 slow, 1 leaky), 4 skipped
69572025-01-11T02:28:50.696Z
69582025-01-11T02:28:50.696Zreal 46:59.333019598
69592025-01-11T02:28:50.696Zuser 4:16:26.740833004
69602025-01-11T02:28:50.696Zsys 45:53.693077929
69612025-01-11T02:28:50.696Ztrap 3:25.955293416
69622025-01-11T02:28:50.696Ztflt 53.338949871
69632025-01-11T02:28:50.696Zdflt 4:55.368417922
69642025-01-11T02:28:50.696Zkflt 1.403490283
69652025-01-11T02:28:50.700Zlock 1436:44:18.383060642
69662025-01-11T02:28:50.700Zslp 120:32:52.899344971
69672025-01-11T02:28:50.700Zlat 5:23:10.058530663
69682025-01-11T02:28:50.700Zstop 1:08:51.300877550
69692025-01-11T02:28:50.700Z+ banner doctest
69702025-01-11T02:28:50.700Z
69712025-01-11T02:28:50.700Z ##### #### #### ##### ###### #### #####
69722025-01-11T02:28:50.700Z # # # # # # # # # #
69732025-01-11T02:28:50.700Z # # # # # # ##### #### #
69742025-01-11T02:28:50.700Z # # # # # # # # #
69752025-01-11T02:28:50.700Z # # # # # # # # # # #
69762025-01-11T02:28:50.700Z ##### #### #### # ###### #### #
69772025-01-11T02:28:50.700Z
69782025-01-11T02:28:50.700Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
69792025-01-11T02:28:53.163Z Fresh unicode-ident v1.0.14
69802025-01-11T02:28:53.168Z Fresh cfg-if v1.0.0
69812025-01-11T02:28:53.168Z Fresh autocfg v1.4.0
69822025-01-11T02:28:53.168Z Fresh memchr v2.7.4
69832025-01-11T02:28:53.168Z Fresh version_check v0.9.5
69842025-01-11T02:28:53.168Z Fresh proc-macro2 v1.0.92
69852025-01-11T02:28:53.168Z Fresh value-bag v1.9.0
69862025-01-11T02:28:53.168Z Fresh scopeguard v1.2.0
69872025-01-11T02:28:53.168Z Fresh once_cell v1.20.2
69882025-01-11T02:28:53.168Z Fresh itoa v1.0.11
69892025-01-11T02:28:53.168Z Fresh quote v1.0.38
69902025-01-11T02:28:53.168Z Fresh libc v0.2.162
69912025-01-11T02:28:53.169Z Fresh log v0.4.22
69922025-01-11T02:28:53.169Z Fresh smallvec v1.13.2
69932025-01-11T02:28:53.169Z Fresh byteorder v1.5.0
69942025-01-11T02:28:53.169Z Fresh subtle v2.6.1
69952025-01-11T02:28:53.169Z Fresh pin-project-lite v0.2.14
69962025-01-11T02:28:53.169Z Fresh syn v2.0.96
69972025-01-11T02:28:53.169Z Fresh getrandom v0.2.15
69982025-01-11T02:28:53.169Z Fresh lock_api v0.4.12
69992025-01-11T02:28:53.169Z Fresh regex-syntax v0.8.5
70002025-01-11T02:28:53.169Z Fresh shlex v1.3.0
70012025-01-11T02:28:53.169Z Fresh aho-corasick v1.1.3
70022025-01-11T02:28:53.169Z Fresh jobserver v0.1.32
70032025-01-11T02:28:53.169Z Fresh serde_derive v1.0.217
70042025-01-11T02:28:53.169Z Fresh rand_core v0.6.4
70052025-01-11T02:28:53.169Z Fresh zeroize_derive v1.4.2
70062025-01-11T02:28:53.169Z Fresh zerocopy-derive v0.7.35
70072025-01-11T02:28:53.169Z Fresh regex-automata v0.4.8
70082025-01-11T02:28:53.169Z Fresh cc v1.1.30
70092025-01-11T02:28:53.169Z Fresh serde v1.0.217
70102025-01-11T02:28:53.169Z Fresh zeroize v1.8.1
70112025-01-11T02:28:53.169Z Fresh zerocopy v0.7.35
70122025-01-11T02:28:53.170Z Fresh ryu v1.0.18
70132025-01-11T02:28:53.170Z Fresh allocator-api2 v0.2.18
70142025-01-11T02:28:53.175Z Fresh typenum v1.17.0
70152025-01-11T02:28:53.175Z Fresh bytes v1.9.0
70162025-01-11T02:28:53.175Z Fresh bitflags v2.6.0
70172025-01-11T02:28:53.175Z Fresh generic-array v0.14.7
70182025-01-11T02:28:53.175Z Fresh thiserror-impl v1.0.69
70192025-01-11T02:28:53.175Z Fresh libm v0.2.8
70202025-01-11T02:28:53.175Z Fresh futures-core v0.3.31
70212025-01-11T02:28:53.175Z Fresh crypto-common v0.1.6
70222025-01-11T02:28:53.175Z Fresh regex v1.11.1
70232025-01-11T02:28:53.175Z Fresh num-traits v0.2.19
70242025-01-11T02:28:53.175Z Fresh parking_lot_core v0.9.10
70252025-01-11T02:28:53.175Z Fresh thiserror v1.0.69
70262025-01-11T02:28:53.175Z Fresh spin v0.9.8
70272025-01-11T02:28:53.175Z Fresh signal-hook-registry v1.4.2
70282025-01-11T02:28:53.175Z Fresh errno v0.3.9
70292025-01-11T02:28:53.175Z Fresh parking_lot v0.12.3
70302025-01-11T02:28:53.175Z Fresh serde_json v1.0.135
70312025-01-11T02:28:53.175Z Fresh fnv v1.0.7
70322025-01-11T02:28:53.175Z Fresh either v1.13.0
70332025-01-11T02:28:53.175Z Fresh foldhash v0.1.3
70342025-01-11T02:28:53.175Z Fresh equivalent v1.0.1
70352025-01-11T02:28:53.175Z Fresh mio v1.0.2
70362025-01-11T02:28:53.175Z Fresh rustix v0.38.37
70372025-01-11T02:28:53.175Z Fresh hashbrown v0.15.1
70382025-01-11T02:28:53.175Z Fresh lazy_static v1.5.0
70392025-01-11T02:28:53.175Z Fresh tokio-macros v2.4.0
70402025-01-11T02:28:53.176Z Fresh socket2 v0.5.7
70412025-01-11T02:28:53.176Z Fresh const-oid v0.9.6
70422025-01-11T02:28:53.178Z Fresh futures-io v0.3.31
70432025-01-11T02:28:53.180Z Fresh indexmap v2.7.0
70442025-01-11T02:28:53.180Z Fresh tokio v1.40.0
70452025-01-11T02:28:53.180Z Fresh block-buffer v0.10.4
70462025-01-11T02:28:53.180Z Fresh cpufeatures v0.2.14
70472025-01-11T02:28:53.180Z Fresh pkg-config v0.3.31
70482025-01-11T02:28:53.180Z Fresh futures-sink v0.3.31
70492025-01-11T02:28:53.180Z Fresh iana-time-zone v0.1.61
70502025-01-11T02:28:53.180Z Fresh digest v0.10.7
70512025-01-11T02:28:53.181Z Fresh slab v0.4.9
70522025-01-11T02:28:53.181Z Fresh stable_deref_trait v1.2.0
70532025-01-11T02:28:53.181Z Fresh chrono v0.4.38
70542025-01-11T02:28:53.181Z Fresh pin-utils v0.1.0
70552025-01-11T02:28:53.181Z Fresh heck v0.5.0
70562025-01-11T02:28:53.181Z Fresh futures-channel v0.3.31
70572025-01-11T02:28:53.181Z Fresh futures-macro v0.3.31
70582025-01-11T02:28:53.181Z Fresh futures-task v0.3.31
70592025-01-11T02:28:53.181Z Fresh uuid v1.11.0
70602025-01-11T02:28:53.181Z Fresh itertools v0.10.5
70612025-01-11T02:28:53.181Z Fresh ppv-lite86 v0.2.20
70622025-01-11T02:28:53.181Z Fresh synstructure v0.13.1
70632025-01-11T02:28:53.181Z Fresh semver v1.0.24
70642025-01-11T02:28:53.181Z Fresh futures-util v0.3.31
70652025-01-11T02:28:53.181Z Fresh rand_chacha v0.3.1
70662025-01-11T02:28:53.181Z Fresh zerofrom-derive v0.1.4
70672025-01-11T02:28:53.181Z Fresh serde_derive_internals v0.29.1
70682025-01-11T02:28:53.181Z Fresh tracing-attributes v0.1.27
70692025-01-11T02:28:53.181Z Fresh tracing-core v0.1.32
70702025-01-11T02:28:53.181Z Fresh syn v1.0.109
70712025-01-11T02:28:53.181Z Fresh rand v0.8.5
70722025-01-11T02:28:53.181Z Fresh dyn-clone v1.0.17
70732025-01-11T02:28:53.181Z Fresh schemars_derive v0.8.21
70742025-01-11T02:28:53.181Z Fresh zerofrom v0.1.4
70752025-01-11T02:28:53.181Z Fresh tracing v0.1.40
70762025-01-11T02:28:53.182Z Fresh yoke-derive v0.7.4
70772025-01-11T02:28:53.182Z Fresh yoke v0.7.4
70782025-01-11T02:28:53.182Z Fresh displaydoc v0.2.5
70792025-01-11T02:28:53.182Z Fresh zerovec-derive v0.10.3
70802025-01-11T02:28:53.182Z Fresh glob v0.3.1
70812025-01-11T02:28:53.182Z Fresh http v1.2.0
70822025-01-11T02:28:53.182Z Fresh home v0.5.9
70832025-01-11T02:28:53.182Z Fresh minimal-lexical v0.2.1
70842025-01-11T02:28:53.182Z Fresh schemars v0.8.21
70852025-01-11T02:28:53.182Z Fresh zerovec v0.10.4
70862025-01-11T02:28:53.182Z Fresh nom v7.1.3
70872025-01-11T02:28:53.182Z Fresh percent-encoding v2.3.1
70882025-01-11T02:28:53.182Z Fresh writeable v0.5.5
70892025-01-11T02:28:53.182Z Fresh litemap v0.7.3
70902025-01-11T02:28:53.182Z Fresh icu_provider_macros v1.5.0
70912025-01-11T02:28:53.182Z Fresh tinystr v0.7.6
70922025-01-11T02:28:53.182Z Fresh vcpkg v0.2.15
70932025-01-11T02:28:53.182Z Fresh icu_locid_transform_data v1.5.0
70942025-01-11T02:28:53.182Z Fresh icu_collections v1.5.0
70952025-01-11T02:28:53.183Z Fresh form_urlencoded v1.2.1
70962025-01-11T02:28:53.183Z Fresh libloading v0.8.5
70972025-01-11T02:28:53.186Z Fresh icu_locid v1.5.0
70982025-01-11T02:28:53.186Z Fresh icu_properties_data v1.5.0
70992025-01-11T02:28:53.186Z Fresh clang-sys v1.8.1
71002025-01-11T02:28:53.186Z Fresh cexpr v0.6.0
71012025-01-11T02:28:53.186Z Fresh which v4.4.2
71022025-01-11T02:28:53.186Z Fresh icu_provider v1.5.0
71032025-01-11T02:28:53.186Z Fresh prettyplease v0.2.25
71042025-01-11T02:28:53.186Z Fresh rustc-hash v1.1.0
71052025-01-11T02:28:53.186Z Fresh icu_normalizer_data v1.5.0
71062025-01-11T02:28:53.186Z Fresh utf8_iter v1.0.4
71072025-01-11T02:28:53.186Z Fresh utf16_iter v1.0.5
71082025-01-11T02:28:53.186Z Fresh write16 v1.0.0
71092025-01-11T02:28:53.186Z Fresh icu_locid_transform v1.5.0
71102025-01-11T02:28:53.186Z Fresh lazycell v1.3.0
71112025-01-11T02:28:53.186Z Fresh strsim v0.11.1
71122025-01-11T02:28:53.186Z Fresh tinyvec_macros v0.1.1
71132025-01-11T02:28:53.186Z Fresh icu_properties v1.5.1
71142025-01-11T02:28:53.186Z Fresh bindgen v0.69.5
71152025-01-11T02:28:53.186Z Fresh adler2 v2.0.0
71162025-01-11T02:28:53.186Z Fresh tinyvec v1.8.0
71172025-01-11T02:28:53.186Z Fresh block-padding v0.3.3
71182025-01-11T02:28:53.186Z Fresh icu_normalizer v1.5.0
71192025-01-11T02:28:53.186Z Fresh crossbeam-utils v0.8.20
71202025-01-11T02:28:53.186Z Fresh miniz_oxide v0.8.0
71212025-01-11T02:28:53.186Z Fresh paste v1.0.15
71222025-01-11T02:28:53.186Z Fresh httparse v1.9.5
71232025-01-11T02:28:53.186Z Fresh num-conv v0.1.0
71242025-01-11T02:28:53.186Z Fresh atomic-waker v1.1.2
71252025-01-11T02:28:53.187Z Fresh powerfmt v0.2.0
71262025-01-11T02:28:53.187Z Fresh idna_adapter v1.2.0
71272025-01-11T02:28:53.187Z Fresh time-core v0.1.2
71282025-01-11T02:28:53.187Z Fresh deranged v0.3.11
71292025-01-11T02:28:53.187Z Fresh unicode-normalization v0.1.24
71302025-01-11T02:28:53.187Z Fresh inout v0.1.3
71312025-01-11T02:28:53.187Z Fresh tokio-util v0.7.12
71322025-01-11T02:28:53.187Z Fresh cmake v0.1.51
71332025-01-11T02:28:53.187Z Fresh idna v1.0.3
71342025-01-11T02:28:53.187Z Fresh time-macros v0.2.18
71352025-01-11T02:28:53.187Z Fresh fs_extra v1.3.0
71362025-01-11T02:28:53.187Z Fresh untrusted v0.9.0
71372025-01-11T02:28:53.187Z Fresh num_threads v0.1.7
71382025-01-11T02:28:53.187Z Fresh dunce v1.0.5
71392025-01-11T02:28:53.187Z Fresh cipher v0.4.4
71402025-01-11T02:28:53.187Z Fresh url v2.5.3
71412025-01-11T02:28:53.187Z Fresh ring v0.17.8
71422025-01-11T02:28:53.187Z Fresh time v0.3.36
71432025-01-11T02:28:53.187Z Fresh unicode-bidi v0.3.17
71442025-01-11T02:28:53.187Z Fresh ahash v0.8.11
71452025-01-11T02:28:53.187Z Fresh sha2 v0.10.8
71462025-01-11T02:28:53.187Z Fresh serde_spanned v0.6.8
71472025-01-11T02:28:53.188Z Fresh toml_datetime v0.6.8
71482025-01-11T02:28:53.188Z Fresh serde_tokenstream v0.2.2
71492025-01-11T02:28:53.188Z Fresh base64ct v1.6.0
71502025-01-11T02:28:53.188Z Fresh rustls-pki-types v1.10.0
71512025-01-11T02:28:53.188Z Fresh hmac v0.12.1
71522025-01-11T02:28:53.188Z Fresh http-body v1.0.1
71532025-01-11T02:28:53.188Z Fresh aws-lc-sys v0.22.0
71542025-01-11T02:28:53.188Z Fresh untrusted v0.7.1
71552025-01-11T02:28:53.188Z Fresh try-lock v0.2.5
71562025-01-11T02:28:53.188Z Fresh gimli v0.31.1
71572025-01-11T02:28:53.188Z Fresh mirai-annotations v1.12.0
71582025-01-11T02:28:53.188Z Fresh httpdate v1.0.3
71592025-01-11T02:28:53.188Z Fresh base64 v0.22.1
71602025-01-11T02:28:53.193Z Fresh addr2line v0.24.2
71612025-01-11T02:28:53.193Z Fresh aws-lc-rs v1.10.0
71622025-01-11T02:28:53.193Z Fresh want v0.3.1
71632025-01-11T02:28:53.193Z Fresh h2 v0.4.6
71642025-01-11T02:28:53.193Z Fresh object v0.36.5
71652025-01-11T02:28:53.193Z Fresh rustc-demangle v0.1.24
71662025-01-11T02:28:53.193Z Fresh pem-rfc7468 v0.7.0
71672025-01-11T02:28:53.193Z Fresh backtrace v0.3.74
71682025-01-11T02:28:53.193Z Fresh rustls-webpki v0.102.8
71692025-01-11T02:28:53.194Z Fresh hyper v1.5.0
71702025-01-11T02:28:53.194Z Fresh tower-service v0.3.3
71712025-01-11T02:28:53.194Z Fresh async-trait v0.1.83
71722025-01-11T02:28:53.194Z Fresh anyhow v1.0.93
71732025-01-11T02:28:53.194Z Fresh hyper-util v0.1.10
71742025-01-11T02:28:53.194Z Fresh mime v0.3.17
71752025-01-11T02:28:53.194Z Fresh der_derive v0.7.3
71762025-01-11T02:28:53.194Z Fresh flagset v0.4.6
71772025-01-11T02:28:53.194Z Fresh pbkdf2 v0.12.2
71782025-01-11T02:28:53.194Z Fresh slog v2.7.0
71792025-01-11T02:28:53.194Z Fresh der v0.7.9
71802025-01-11T02:28:53.194Z Fresh http-body-util v0.1.2
71812025-01-11T02:28:53.194Z Fresh aes v0.8.4
71822025-01-11T02:28:53.194Z Fresh rustc_version v0.4.1
71832025-01-11T02:28:53.194Z Fresh ipnet v2.10.1
71842025-01-11T02:28:53.194Z Fresh rustls-pemfile v2.2.0
71852025-01-11T02:28:53.194Z Fresh cbc v0.1.2
71862025-01-11T02:28:53.194Z Fresh spki v0.7.3
71872025-01-11T02:28:53.194Z Fresh salsa20 v0.10.2
71882025-01-11T02:28:53.194Z Fresh foreign-types-shared v0.1.1
71892025-01-11T02:28:53.194Z Fresh openssl-probe v0.1.5
71902025-01-11T02:28:53.195Z Fresh openssl-sys v0.9.103
71912025-01-11T02:28:53.195Z Fresh serde_urlencoded v0.7.1
71922025-01-11T02:28:53.195Z Fresh scrypt v0.11.0
71932025-01-11T02:28:53.195Z Fresh foreign-types v0.3.2
71942025-01-11T02:28:53.195Z Fresh futures-executor v0.3.31
71952025-01-11T02:28:53.195Z Fresh openssl-macros v0.1.1
71962025-01-11T02:28:53.195Z Fresh encoding_rs v0.8.34
71972025-01-11T02:28:53.195Z Fresh openssl v0.10.66
71982025-01-11T02:28:53.195Z Fresh rustversion v1.0.17
71992025-01-11T02:28:53.195Z Fresh pkcs5 v0.7.1
72002025-01-11T02:28:53.195Z Fresh futures v0.3.31
72012025-01-11T02:28:53.195Z Fresh openapiv3 v2.0.0
72022025-01-11T02:28:53.195Z Fresh pkcs8 v0.10.2
72032025-01-11T02:28:53.195Z Fresh rustls v0.23.19
72042025-01-11T02:28:53.195Z Fresh data-encoding v2.6.0
72052025-01-11T02:28:53.195Z Fresh idna v0.3.0
72062025-01-11T02:28:53.196Z Fresh is-terminal v0.4.13
72072025-01-11T02:28:53.196Z Fresh camino v1.1.9
72082025-01-11T02:28:53.196Z Fresh native-tls v0.2.12
72092025-01-11T02:28:53.196Z Fresh tokio-rustls v0.26.0
72102025-01-11T02:28:53.196Z Fresh psl-types v2.0.11
72112025-01-11T02:28:53.196Z Fresh utf8parse v0.2.2
72122025-01-11T02:28:53.196Z Fresh winnow v0.6.20
72132025-01-11T02:28:53.196Z Fresh winnow v0.5.40
72142025-01-11T02:28:53.196Z Fresh cookie v0.18.1
72152025-01-11T02:28:53.196Z Fresh publicsuffix v2.2.3
72162025-01-11T02:28:53.196Z Fresh tokio-native-tls v0.3.1
72172025-01-11T02:28:53.196Z Fresh toml_edit v0.19.15
72182025-01-11T02:28:53.196Z Fresh webpki-roots v0.26.6
72192025-01-11T02:28:53.196Z Fresh idna v0.5.0
72202025-01-11T02:28:53.196Z Fresh sha1 v0.10.6
72212025-01-11T02:28:53.196Z Fresh unicode-width v0.1.14
72222025-01-11T02:28:53.196Z Fresh hyper-rustls v0.27.3
72232025-01-11T02:28:53.196Z Fresh cookie_store v0.21.0
72242025-01-11T02:28:53.196Z Fresh hyper-tls v0.6.0
72252025-01-11T02:28:53.196Z Fresh sync_wrapper v1.0.1
72262025-01-11T02:28:53.196Z Fresh dirs-sys-next v0.1.2
72272025-01-11T02:28:53.196Z Fresh heck v0.4.1
72282025-01-11T02:28:53.196Z Fresh siphasher v0.3.11
72292025-01-11T02:28:53.196Z Fresh ucd-trie v0.1.7
72302025-01-11T02:28:53.196Z Fresh anstyle v1.0.10
72312025-01-11T02:28:53.196Z Fresh pest v2.7.14
72322025-01-11T02:28:53.196Z Fresh dirs-next v2.0.0
72332025-01-11T02:28:53.196Z Fresh reqwest v0.12.9
72342025-01-11T02:28:53.196Z Fresh signature v2.2.0
72352025-01-11T02:28:53.196Z Fresh scroll_derive v0.12.0
72362025-01-11T02:28:53.196Z Fresh anstyle-parse v0.2.5
72372025-01-11T02:28:53.196Z Fresh toml_edit v0.22.22
72382025-01-11T02:28:53.196Z Fresh pest_meta v2.7.14
72392025-01-11T02:28:53.196Z Fresh term v0.7.0
72402025-01-11T02:28:53.196Z Fresh scroll v0.12.0
72412025-01-11T02:28:53.196Z Fresh unicode-segmentation v1.12.0
72422025-01-11T02:28:53.196Z Fresh colorchoice v1.0.2
72432025-01-11T02:28:53.197Z Fresh anstyle-query v1.1.1
72442025-01-11T02:28:53.197Z Fresh plain v0.2.3
72452025-01-11T02:28:53.197Z Fresh is_terminal_polyfill v1.70.1
72462025-01-11T02:28:53.197Z Fresh pest_generator v2.7.14
72472025-01-11T02:28:53.197Z Fresh goblin v0.8.2
72482025-01-11T02:28:53.197Z Fresh anstream v0.6.15
72492025-01-11T02:28:53.197Z Fresh terminal_size v0.4.0
72502025-01-11T02:28:53.198Z Fresh crc32fast v1.4.2
72512025-01-11T02:28:53.198Z Fresh clap_lex v0.7.2
72522025-01-11T02:28:53.198Z Fresh pretty-hex v0.4.1
72532025-01-11T02:28:53.198Z Fresh pest_derive v2.7.14
72542025-01-11T02:28:53.198Z Fresh base16ct v0.2.0
72552025-01-11T02:28:53.198Z Fresh dof v0.3.0
72562025-01-11T02:28:53.198Z Fresh clap_builder v4.5.21
72572025-01-11T02:28:53.198Z Fresh clap_derive v4.5.18
72582025-01-11T02:28:53.198Z Fresh num-integer v0.1.46
72592025-01-11T02:28:53.198Z Fresh ff v0.13.0
72602025-01-11T02:28:53.201Z Fresh sec1 v0.7.3
72612025-01-11T02:28:53.201Z Fresh dtrace-parser v0.2.0
72622025-01-11T02:28:53.201Z Fresh thread-id v4.2.2
72632025-01-11T02:28:53.201Z Fresh clap v4.5.21
72642025-01-11T02:28:53.201Z Fresh group v0.13.0
72652025-01-11T02:28:53.201Z Fresh hkdf v0.12.4
72662025-01-11T02:28:53.201Z Fresh crossbeam-epoch v0.9.18
72672025-01-11T02:28:53.201Z Fresh crypto-bigint v0.5.5
72682025-01-11T02:28:53.201Z Fresh usdt-impl v0.5.0
72692025-01-11T02:28:53.202Z Fresh utf-8 v0.7.6
72702025-01-11T02:28:53.202Z Fresh bitflags v1.3.2
72712025-01-11T02:28:53.202Z Fresh static_assertions v1.1.0
72722025-01-11T02:28:53.202Z Fresh elliptic-curve v0.13.8
72732025-01-11T02:28:53.202Z Fresh toml v0.8.19
72742025-01-11T02:28:53.202Z Fresh crossbeam-channel v0.5.13
72752025-01-11T02:28:53.202Z Fresh hex v0.4.3
72762025-01-11T02:28:53.202Z Fresh thread_local v1.1.8
72772025-01-11T02:28:53.202Z Fresh bit-vec v0.6.3
72782025-01-11T02:28:53.202Z Fresh usdt-macro v0.5.0
72792025-01-11T02:28:53.202Z Fresh usdt-attr-macro v0.5.0
72802025-01-11T02:28:53.202Z Fresh crossbeam-deque v0.8.5
72812025-01-11T02:28:53.202Z Fresh bit-set v0.5.3
72822025-01-11T02:28:53.202Z Fresh num-iter v0.1.45
72832025-01-11T02:28:53.202Z Fresh flate2 v1.0.34
72842025-01-11T02:28:53.202Z Fresh memmap v0.7.0
72852025-01-11T02:28:53.202Z Fresh take_mut v0.2.2
72862025-01-11T02:28:53.203Z Fresh match_cfg v0.1.0
72872025-01-11T02:28:53.203Z Fresh usdt v0.5.0
72882025-01-11T02:28:53.203Z Fresh slog-async v2.8.0
72892025-01-11T02:28:53.203Z Fresh slog-term v2.9.1
72902025-01-11T02:28:53.203Z Fresh rayon-core v1.12.1
72912025-01-11T02:28:53.203Z Fresh hostname v0.3.1
72922025-01-11T02:28:53.203Z Fresh phf_shared v0.11.2
72932025-01-11T02:28:53.203Z Fresh toml v0.7.8
72942025-01-11T02:28:53.203Z Fresh rfc6979 v0.4.0
72952025-01-11T02:28:53.203Z Fresh bstr v1.10.0
72962025-01-11T02:28:53.203Z Fresh zerocopy-derive v0.6.6
72972025-01-11T02:28:53.203Z Fresh curve25519-dalek-derive v0.1.1
72982025-01-11T02:28:53.203Z Fresh fixedbitset v0.4.2
72992025-01-11T02:28:53.203Z Fresh managed v0.8.0
73002025-01-11T02:28:53.203Z Fresh rustls v0.22.4
73012025-01-11T02:28:53.203Z Fresh ecdsa v0.16.9
73022025-01-11T02:28:53.203Z Fresh zerocopy v0.6.6
73032025-01-11T02:28:53.203Z Fresh curve25519-dalek v4.1.3
73042025-01-11T02:28:53.203Z Fresh num-bigint-dig v0.8.4
73052025-01-11T02:28:53.203Z Fresh petgraph v0.6.5
73062025-01-11T02:28:53.203Z Fresh phf_shared v0.10.0
73072025-01-11T02:28:53.203Z Fresh pkcs1 v0.7.5
73082025-01-11T02:28:53.203Z Fresh unicode-xid v0.2.6
73092025-01-11T02:28:53.203Z Fresh precomputed-hash v0.1.1
73102025-01-11T02:28:53.204Z Fresh new_debug_unreachable v1.0.6
73112025-01-11T02:28:53.204Z Fresh rsa v0.9.6
73122025-01-11T02:28:53.204Z Fresh signal-hook v0.3.17
73132025-01-11T02:28:53.204Z Fresh tokio-rustls v0.25.0
73142025-01-11T02:28:53.204Z Fresh ed25519 v2.2.3
73152025-01-11T02:28:53.204Z Fresh slog-json v2.6.1
73162025-01-11T02:28:53.204Z Fresh string_cache v0.8.7
73172025-01-11T02:28:53.204Z Fresh hubpack_derive v0.1.1
73182025-01-11T02:28:53.204Z Fresh async-stream-impl v0.3.6
73192025-01-11T02:28:53.204Z Fresh debug-ignore v1.0.5
73202025-01-11T02:28:53.204Z Fresh quick-error v1.2.3
73212025-01-11T02:28:53.204Z Fresh ed25519-dalek v2.1.1
73222025-01-11T02:28:53.204Z Fresh bzip2-sys v0.1.11+1.0.8
73232025-01-11T02:28:53.204Z Fresh multer v3.1.0
73242025-01-11T02:28:53.204Z Fresh hubpack v0.1.2
73252025-01-11T02:28:53.204Z Fresh async-stream v0.3.6
73262025-01-11T02:28:53.204Z Fresh slog-bunyan v2.5.0
73272025-01-11T02:28:53.204Z Fresh x509-cert v0.2.5
73282025-01-11T02:28:53.204Z Fresh idna v0.4.0
73292025-01-11T02:28:53.205Z Fresh waitgroup v0.1.2
73302025-01-11T02:28:53.205Z Fresh enum-as-inner v0.6.1
73312025-01-11T02:28:53.205Z Fresh serde_path_to_error v0.1.16
73322025-01-11T02:28:53.205Z Fresh hostname v0.4.0
73332025-01-11T02:28:53.205Z Fresh lalrpop-util v0.19.12
73342025-01-11T02:28:53.205Z Fresh hickory-proto v0.24.1
73352025-01-11T02:28:53.205Z Fresh bzip2 v0.4.4
73362025-01-11T02:28:53.205Z Fresh signal-hook-mio v0.2.4
73372025-01-11T02:28:53.205Z Fresh console v0.15.8
73382025-01-11T02:28:53.205Z Fresh dropshot_endpoint v0.12.0
73392025-01-11T02:28:53.206Z Fresh hash32 v0.2.1
73402025-01-11T02:28:53.206Z Fresh predicates-core v1.0.8
73412025-01-11T02:28:53.206Z Fresh unicode-properties v0.1.3
73422025-01-11T02:28:53.206Z Fresh linked-hash-map v0.5.6
73432025-01-11T02:28:53.206Z Fresh crossterm v0.28.1
73442025-01-11T02:28:53.206Z Fresh dropshot v0.12.0
73452025-01-11T02:28:53.206Z Fresh newtype-uuid v1.1.3
73462025-01-11T02:28:53.206Z Fresh heapless v0.7.17
73472025-01-11T02:28:53.206Z Fresh stringprep v0.1.5
73482025-01-11T02:28:53.206Z Fresh lru-cache v0.1.2
73492025-01-11T02:28:53.206Z Fresh similar v2.6.0
73502025-01-11T02:28:53.206Z Fresh rayon v1.10.0
73512025-01-11T02:28:53.206Z Fresh tokio-stream v0.1.16
73522025-01-11T02:28:53.206Z Fresh md-5 v0.10.6
73532025-01-11T02:28:53.206Z Fresh float-cmp v0.9.0
73542025-01-11T02:28:53.209Z Fresh normalize-line-endings v0.3.0
73552025-01-11T02:28:53.209Z Fresh difflib v0.4.0
73562025-01-11T02:28:53.209Z Fresh fallible-iterator v0.2.0
73572025-01-11T02:28:53.209Z Fresh smoltcp v0.9.1
73582025-01-11T02:28:53.209Z Fresh portable-atomic v1.9.0
73592025-01-11T02:28:53.209Z Fresh zip v0.6.6
73602025-01-11T02:28:53.209Z Fresh resolv-conf v0.7.0
73612025-01-11T02:28:53.209Z Fresh phf v0.11.2
73622025-01-11T02:28:53.209Z Fresh postgres-protocol v0.6.7
73632025-01-11T02:28:53.209Z Fresh predicates v3.1.2
73642025-01-11T02:28:53.209Z Fresh tungstenite v0.24.0
73652025-01-11T02:28:53.210Z Fresh strum_macros v0.25.3
73662025-01-11T02:28:53.210Z Fresh serde-big-array v0.5.1
73672025-01-11T02:28:53.210Z Fresh serde_repr v0.1.19
73682025-01-11T02:28:53.210Z Fresh unicode-width v0.2.0
73692025-01-11T02:28:53.210Z Fresh peg-runtime v0.8.3
73702025-01-11T02:28:53.210Z Fresh number_prefix v0.4.0
73712025-01-11T02:28:53.210Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
73722025-01-11T02:28:53.210Z Fresh postgres-types v0.2.8
73732025-01-11T02:28:53.210Z Fresh tokio-tungstenite v0.24.0
73742025-01-11T02:28:53.210Z Fresh hickory-resolver v0.24.1
73752025-01-11T02:28:53.210Z Fresh derive-where v1.2.7
73762025-01-11T02:28:53.210Z Fresh indicatif v0.17.9
73772025-01-11T02:28:53.210Z Fresh whoami v1.5.2
73782025-01-11T02:28:53.210Z Fresh fs-err v2.11.0
73792025-01-11T02:28:53.210Z Fresh qorb v0.2.1
73802025-01-11T02:28:53.212Z Fresh hashbrown v0.14.5
73812025-01-11T02:28:53.212Z Fresh ident_case v1.0.1
73822025-01-11T02:28:53.212Z Fresh unsafe-libyaml v0.2.11
73832025-01-11T02:28:53.212Z Fresh fastrand v2.1.1
73842025-01-11T02:28:53.212Z Fresh tokio-postgres v0.7.12
73852025-01-11T02:28:53.212Z Fresh regress v0.10.1
73862025-01-11T02:28:53.212Z Fresh darling_core v0.20.10
73872025-01-11T02:28:53.212Z Fresh serde_yaml v0.9.34+deprecated
73882025-01-11T02:28:53.212Z Fresh progenitor-client v0.9.1
73892025-01-11T02:28:53.212Z Fresh ipnetwork v0.20.0
73902025-01-11T02:28:53.212Z Fresh tempfile v3.13.0
73912025-01-11T02:28:53.212Z Fresh strum_macros v0.26.4
73922025-01-11T02:28:53.212Z Fresh darling_macro v0.20.10
73932025-01-11T02:28:53.212Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
73942025-01-11T02:28:53.212Z Fresh typify-impl v0.2.0
73952025-01-11T02:28:53.212Z Fresh strum v0.26.3
73962025-01-11T02:28:53.212Z Fresh macaddr v1.0.1
73972025-01-11T02:28:53.213Z Fresh progenitor-client v0.8.0
73982025-01-11T02:28:53.213Z Fresh diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
73992025-01-11T02:28:53.213Z Fresh darling v0.20.10
74002025-01-11T02:28:53.213Z Fresh typify-macro v0.2.0
74012025-01-11T02:28:53.213Z Fresh instant v0.1.13
74022025-01-11T02:28:53.213Z Fresh diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
74032025-01-11T02:28:53.213Z Fresh regress v0.9.1
74042025-01-11T02:28:53.213Z Fresh structmeta-derive v0.3.0
74052025-01-11T02:28:53.213Z Fresh serde_with_macros v3.11.0
74062025-01-11T02:28:53.213Z Fresh typify v0.2.0
74072025-01-11T02:28:53.213Z Fresh structmeta v0.3.0
74082025-01-11T02:28:53.213Z Fresh dropshot_endpoint v0.13.0
74092025-01-11T02:28:53.213Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
74102025-01-11T02:28:53.213Z Fresh serde_with v3.11.0
74112025-01-11T02:28:53.213Z Fresh progenitor-impl v0.8.0
74122025-01-11T02:28:53.213Z Fresh dropshot v0.13.0
74132025-01-11T02:28:53.213Z Fresh parse-display-derive v0.10.0
74142025-01-11T02:28:53.213Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
74152025-01-11T02:28:53.213Z Fresh backoff v0.4.0
74162025-01-11T02:28:53.213Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
74172025-01-11T02:28:53.213Z Fresh progenitor-macro v0.8.0
74182025-01-11T02:28:53.213Z Fresh parse-display v0.10.0
74192025-01-11T02:28:53.213Z Fresh wait-timeout v0.2.0
74202025-01-11T02:28:53.213Z Fresh rand_xorshift v0.3.0
74212025-01-11T02:28:53.213Z Fresh unarray v0.1.4
74222025-01-11T02:28:53.213Z Fresh structmeta-derive v0.2.0
74232025-01-11T02:28:53.213Z Fresh thiserror-impl v2.0.11
74242025-01-11T02:28:53.213Z Fresh progenitor v0.8.0
74252025-01-11T02:28:53.213Z Fresh rusty-fork v0.3.0
74262025-01-11T02:28:53.213Z Fresh structmeta v0.2.0
74272025-01-11T02:28:53.213Z Fresh camino-tempfile v1.1.1
74282025-01-11T02:28:53.214Z Fresh itertools v0.13.0
74292025-01-11T02:28:53.214Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
74302025-01-11T02:28:53.214Z Fresh proptest v1.5.0
74312025-01-11T02:28:53.214Z Fresh test-strategy v0.3.1
74322025-01-11T02:28:53.214Z Fresh thiserror v2.0.11
74332025-01-11T02:28:53.214Z Fresh proc-macro-crate v1.3.1
74342025-01-11T02:28:53.214Z Fresh proc-macro-error-attr v1.0.4
74352025-01-11T02:28:53.215Z Fresh num_enum_derive v0.5.11
74362025-01-11T02:28:53.215Z Fresh foreign-types-macros v0.2.3
74372025-01-11T02:28:53.215Z Fresh foreign-types-shared v0.3.1
74382025-01-11T02:28:53.215Z Fresh tabwriter v1.4.0
74392025-01-11T02:28:53.215Z Fresh proc-macro-error v1.0.4
74402025-01-11T02:28:53.215Z Fresh num_enum v0.5.11
74412025-01-11T02:28:53.215Z Fresh foreign-types v0.5.0
74422025-01-11T02:28:53.215Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74432025-01-11T02:28:53.215Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74442025-01-11T02:28:53.215Z Fresh cstr-argument v0.1.2
74452025-01-11T02:28:53.215Z Fresh pretty-hex v0.2.1
74462025-01-11T02:28:53.215Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74472025-01-11T02:28:53.215Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74482025-01-11T02:28:53.215Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74492025-01-11T02:28:53.215Z Fresh colored v2.1.0
74502025-01-11T02:28:53.215Z Fresh smf v0.2.3
74512025-01-11T02:28:53.216Z Fresh typify-impl v0.3.0
74522025-01-11T02:28:53.216Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74532025-01-11T02:28:53.216Z Fresh typify-macro v0.3.0
74542025-01-11T02:28:53.220Z Fresh zerocopy-derive v0.8.10
74552025-01-11T02:28:53.220Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74562025-01-11T02:28:53.220Z Fresh hash32 v0.3.1
74572025-01-11T02:28:53.220Z Fresh typify v0.3.0
74582025-01-11T02:28:53.220Z Fresh crucible-workspace-hack v0.1.0
74592025-01-11T02:28:53.220Z Fresh zerocopy v0.8.10
74602025-01-11T02:28:53.220Z Fresh cobs v0.2.3
74612025-01-11T02:28:53.220Z Fresh termtree v0.4.1
74622025-01-11T02:28:53.220Z Fresh progenitor-impl v0.9.1
74632025-01-11T02:28:53.220Z Fresh heapless v0.8.0
74642025-01-11T02:28:53.220Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74652025-01-11T02:28:53.220Z Fresh postcard v1.0.10
74662025-01-11T02:28:53.220Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74672025-01-11T02:28:53.220Z Fresh predicates-tree v1.0.11
74682025-01-11T02:28:53.220Z Fresh progenitor-macro v0.9.1
74692025-01-11T02:28:53.220Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74702025-01-11T02:28:53.220Z Fresh smoltcp v0.11.0
74712025-01-11T02:28:53.220Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74722025-01-11T02:28:53.220Z Fresh sigpipe v0.1.3
74732025-01-11T02:28:53.220Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
74742025-01-11T02:28:53.220Z Fresh progenitor v0.9.1
74752025-01-11T02:28:53.220Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74762025-01-11T02:28:53.220Z Fresh zone_cfg_derive v0.3.0
74772025-01-11T02:28:53.220Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
74782025-01-11T02:28:53.220Z Fresh num-derive v0.4.2
74792025-01-11T02:28:53.220Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74802025-01-11T02:28:53.220Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
74812025-01-11T02:28:53.220Z Fresh mockall_derive v0.13.0
74822025-01-11T02:28:53.220Z Fresh fragile v2.0.0
74832025-01-11T02:28:53.220Z Fresh downcast v0.11.0
74842025-01-11T02:28:53.221Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
74852025-01-11T02:28:53.221Z Fresh zone v0.3.0
74862025-01-11T02:28:53.221Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74872025-01-11T02:28:53.221Z Fresh mockall v0.13.0
74882025-01-11T02:28:53.221Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
74892025-01-11T02:28:53.221Z Fresh convert_case v0.4.0
74902025-01-11T02:28:53.221Z Fresh base64 v0.21.7
74912025-01-11T02:28:53.221Z Fresh atomicwrites v0.4.4
74922025-01-11T02:28:53.221Z Fresh newline-converter v0.3.0
74932025-01-11T02:28:53.221Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74942025-01-11T02:28:53.222Z Fresh derive_more v0.99.18
74952025-01-11T02:28:53.222Z Fresh expectorate v1.1.0
74962025-01-11T02:28:53.222Z Fresh same-file v1.0.6
74972025-01-11T02:28:53.222Z Fresh tungstenite v0.21.0
74982025-01-11T02:28:53.222Z Fresh xattr v1.3.1
74992025-01-11T02:28:53.222Z Fresh filetime v0.2.25
75002025-01-11T02:28:53.222Z Fresh walkdir v2.5.0
75012025-01-11T02:28:53.222Z Fresh tokio-tungstenite v0.21.0
75022025-01-11T02:28:53.222Z Fresh indent_write v2.2.0
75032025-01-11T02:28:53.222Z Fresh tar v0.4.42
75042025-01-11T02:28:53.222Z Fresh password-hash v0.5.0
75052025-01-11T02:28:53.222Z Fresh blake2 v0.10.6
75062025-01-11T02:28:53.222Z Fresh owo-colors v4.1.0
75072025-01-11T02:28:53.222Z Fresh num-rational v0.4.2
75082025-01-11T02:28:53.222Z Fresh libsw v3.3.1
75092025-01-11T02:28:53.222Z Fresh num-complex v0.4.6
75102025-01-11T02:28:53.222Z Fresh swrite v0.1.0
75112025-01-11T02:28:53.222Z Fresh cancel-safe-futures v0.1.5
75122025-01-11T02:28:53.222Z Fresh argon2 v0.5.3
75132025-01-11T02:28:53.222Z Fresh linear-map v1.2.0
75142025-01-11T02:28:53.222Z Fresh num v0.4.3
75152025-01-11T02:28:53.222Z Fresh float-ord v0.3.2
75162025-01-11T02:28:53.222Z Fresh highway v1.2.0
75172025-01-11T02:28:53.222Z Fresh semver v0.1.20
75182025-01-11T02:28:53.222Z Fresh arc-swap v1.7.1
75192025-01-11T02:28:53.222Z Fresh humantime v2.1.0
75202025-01-11T02:28:53.222Z Fresh slog-scope v4.4.0
75212025-01-11T02:28:53.222Z Fresh rustc_version v0.1.7
75222025-01-11T02:28:53.222Z Fresh pem v3.0.4
75232025-01-11T02:28:53.222Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75242025-01-11T02:28:53.222Z Fresh slog-stdlog v4.1.1
75252025-01-11T02:28:53.222Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
75262025-01-11T02:28:53.222Z Fresh heck v0.3.3
75272025-01-11T02:28:53.222Z Fresh headers-core v0.3.0
75282025-01-11T02:28:53.222Z Fresh slog-envlogger v2.2.0
75292025-01-11T02:28:53.223Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75302025-01-11T02:28:53.223Z Fresh headers v0.4.0
75312025-01-11T02:28:53.223Z Fresh zone_cfg_derive v0.1.2
75322025-01-11T02:28:53.223Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75332025-01-11T02:28:53.223Z Fresh newtype_derive v0.1.6
75342025-01-11T02:28:53.223Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
75352025-01-11T02:28:53.223Z Fresh lzma-sys v0.1.20
75362025-01-11T02:28:53.223Z Fresh half v2.4.1
75372025-01-11T02:28:53.223Z Fresh base64 v0.13.1
75382025-01-11T02:28:53.223Z Fresh ciborium-io v0.2.2
75392025-01-11T02:28:53.224Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
75402025-01-11T02:28:53.224Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75412025-01-11T02:28:53.224Z Fresh steno v0.4.1
75422025-01-11T02:28:53.224Z Fresh ron v0.7.1
75432025-01-11T02:28:53.224Z Fresh xz2 v0.1.7
75442025-01-11T02:28:53.224Z Fresh ciborium-ll v0.2.2
75452025-01-11T02:28:53.224Z Fresh zone v0.1.8
75462025-01-11T02:28:53.224Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
75472025-01-11T02:28:53.224Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75482025-01-11T02:28:53.224Z Fresh yasna v0.5.2
75492025-01-11T02:28:53.227Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
75502025-01-11T02:28:53.227Z Fresh rcgen v0.12.1
75512025-01-11T02:28:53.227Z Fresh ciborium v0.2.2
75522025-01-11T02:28:53.227Z Fresh subprocess v0.2.9
75532025-01-11T02:28:53.227Z Fresh display-error-chain v0.2.2
75542025-01-11T02:28:53.227Z Fresh keccak v0.1.5
75552025-01-11T02:28:53.227Z Fresh universal-hash v0.5.1
75562025-01-11T02:28:53.227Z Fresh opaque-debug v0.3.1
75572025-01-11T02:28:53.227Z Fresh arrayvec v0.7.6
75582025-01-11T02:28:53.227Z Fresh sha3 v0.10.8
75592025-01-11T02:28:53.227Z Fresh constant_time_eq v0.3.1
75602025-01-11T02:28:53.227Z Fresh arrayref v0.3.9
75612025-01-11T02:28:53.227Z Fresh secrecy v0.8.0
75622025-01-11T02:28:53.227Z Fresh aead v0.5.2
75632025-01-11T02:28:53.227Z Fresh slog-dtrace v0.3.0
75642025-01-11T02:28:53.228Z Fresh poly1305 v0.8.0
75652025-01-11T02:28:53.228Z Fresh chacha20 v0.9.1
75662025-01-11T02:28:53.228Z Fresh memmap2 v0.9.5
75672025-01-11T02:28:53.228Z Fresh topological-sort v0.2.2
75682025-01-11T02:28:53.228Z Fresh toolchain_find v0.4.0
75692025-01-11T02:28:53.228Z Fresh thiserror-impl-no-std v2.0.2
75702025-01-11T02:28:53.228Z Fresh maplit v1.0.2
75712025-01-11T02:28:53.228Z Fresh gethostname v0.5.0
75722025-01-11T02:28:53.228Z Fresh blake3 v1.5.4
75732025-01-11T02:28:53.228Z Fresh thiserror-no-std v2.0.2
75742025-01-11T02:28:53.228Z Fresh rustfmt-wrapper v0.2.1
75752025-01-11T02:28:53.228Z Fresh chacha20poly1305 v0.10.1
75762025-01-11T02:28:53.228Z Fresh omicron-zone-package v0.12.0
75772025-01-11T02:28:53.228Z Fresh vsss-rs v3.3.4
75782025-01-11T02:28:53.228Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
75792025-01-11T02:28:53.228Z Fresh termcolor v1.4.1
75802025-01-11T02:28:53.228Z Fresh tap v1.0.1
75812025-01-11T02:28:53.228Z Fresh nibble_vec v0.1.0
75822025-01-11T02:28:53.228Z Fresh radium v0.7.0
75832025-01-11T02:28:53.228Z Fresh wyz v0.5.1
75842025-01-11T02:28:53.228Z Fresh endian-type v0.1.2
75852025-01-11T02:28:53.228Z Fresh crc-catalog v2.4.0
75862025-01-11T02:28:53.228Z Fresh funty v2.0.0
75872025-01-11T02:28:53.228Z Fresh maybe-uninit v2.0.0
75882025-01-11T02:28:53.228Z Fresh crc v3.2.1
75892025-01-11T02:28:53.228Z Fresh radix_trie v0.2.1
75902025-01-11T02:28:53.229Z Fresh packed_struct_codegen v0.10.1
75912025-01-11T02:28:53.229Z Fresh bitvec v1.0.1
75922025-01-11T02:28:53.229Z Fresh nodrop v0.1.14
75932025-01-11T02:28:53.229Z Fresh smallvec v0.6.14
75942025-01-11T02:28:53.229Z Fresh async-recursion v1.1.1
75952025-01-11T02:28:53.229Z Fresh bitfield v0.14.0
75962025-01-11T02:28:53.229Z Fresh packed_struct v0.10.1
75972025-01-11T02:28:53.229Z Fresh array-init v0.0.4
75982025-01-11T02:28:53.229Z Fresh hashbrown v0.12.3
75992025-01-11T02:28:53.229Z Fresh bumpalo v3.16.0
76002025-01-11T02:28:53.229Z Fresh lockfree-object-pool v0.1.6
76012025-01-11T02:28:53.229Z Fresh simd-adler32 v0.3.7
76022025-01-11T02:28:53.229Z Fresh zopfli v0.8.1
76032025-01-11T02:28:53.229Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
76042025-01-11T02:28:53.229Z Fresh serde-hex v0.1.0
76052025-01-11T02:28:53.229Z Fresh indexmap v1.9.3
76062025-01-11T02:28:53.229Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
76072025-01-11T02:28:53.229Z Fresh env_logger v0.10.2
76082025-01-11T02:28:53.229Z Fresh ron v0.8.1
76092025-01-11T02:28:53.229Z Fresh dsl_auto_type v0.1.2
76102025-01-11T02:28:53.229Z Fresh hashbrown v0.13.2
76112025-01-11T02:28:53.230Z Fresh scheduled-thread-pool v0.2.7
76122025-01-11T02:28:53.230Z Fresh diesel_table_macro_syntax v0.2.0
76132025-01-11T02:28:53.230Z Fresh crc-any v2.5.0
76142025-01-11T02:28:53.230Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
76152025-01-11T02:28:53.230Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
76162025-01-11T02:28:53.230Z Fresh diesel_derives v2.2.3
76172025-01-11T02:28:53.230Z Fresh r2d2 v0.8.10
76182025-01-11T02:28:53.230Z Fresh object v0.30.4
76192025-01-11T02:28:53.230Z Fresh zip v2.1.3
76202025-01-11T02:28:53.230Z Fresh const_format_proc_macros v0.2.33
76212025-01-11T02:28:53.230Z Fresh bitfield-struct v0.6.2
76222025-01-11T02:28:53.230Z Fresh diff v0.1.13
76232025-01-11T02:28:53.230Z Fresh path-slash v0.1.5
76242025-01-11T02:28:53.230Z Fresh libefi-sys v0.1.0
76252025-01-11T02:28:53.230Z Fresh const_format v0.2.33
76262025-01-11T02:28:53.230Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
76272025-01-11T02:28:53.230Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76282025-01-11T02:28:53.230Z Fresh crunchy v0.2.2
76292025-01-11T02:28:53.230Z Fresh diesel v2.2.6
76302025-01-11T02:28:53.230Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
76312025-01-11T02:28:53.230Z Fresh fxhash v0.2.1
76322025-01-11T02:28:53.230Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76332025-01-11T02:28:53.231Z Fresh tiny-keccak v2.0.2
76342025-01-11T02:28:53.231Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
76352025-01-11T02:28:53.231Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76362025-01-11T02:28:53.231Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
76372025-01-11T02:28:53.231Z Fresh ascii-canvas v3.0.0
76382025-01-11T02:28:53.231Z Fresh ref-cast-impl v1.0.23
76392025-01-11T02:28:53.231Z Fresh ena v0.14.3
76402025-01-11T02:28:53.231Z Fresh regex-syntax v0.6.29
76412025-01-11T02:28:53.231Z Fresh lalrpop v0.19.12
76422025-01-11T02:28:53.231Z Fresh ref-cast v1.0.23
76432025-01-11T02:28:53.231Z Fresh kstat-rs v0.2.4
76442025-01-11T02:28:53.231Z Fresh derive_builder_core v0.20.2
76452025-01-11T02:28:53.231Z Fresh phf_generator v0.11.2
76462025-01-11T02:28:53.231Z Fresh primeorder v0.13.6
76472025-01-11T02:28:53.231Z Fresh vte_generate_state_changes v0.1.2
76482025-01-11T02:28:53.231Z Fresh derive_builder_macro v0.20.2
76492025-01-11T02:28:53.234Z Fresh phf_codegen v0.11.2
76502025-01-11T02:28:53.234Z Fresh vte v0.11.1
76512025-01-11T02:28:53.234Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
76522025-01-11T02:28:53.234Z Fresh strum_macros v0.24.3
76532025-01-11T02:28:53.234Z Fresh fd-lock v4.0.2
76542025-01-11T02:28:53.234Z Fresh parse-zoneinfo v0.3.1
76552025-01-11T02:28:53.234Z Fresh cfg_aliases v0.1.1
76562025-01-11T02:28:53.234Z Fresh indoc v1.0.9
76572025-01-11T02:28:53.234Z Fresh parking_lot_core v0.8.6
76582025-01-11T02:28:53.234Z Fresh chrono-tz-build v0.4.0
76592025-01-11T02:28:53.234Z Fresh polar-core v0.27.3
76602025-01-11T02:28:53.234Z Fresh derive_builder v0.20.2
76612025-01-11T02:28:53.235Z Fresh libxml v0.3.3
76622025-01-11T02:28:53.235Z Fresh strip-ansi-escapes v0.2.0
76632025-01-11T02:28:53.235Z Fresh impl-trait-for-tuples v0.2.2
76642025-01-11T02:28:53.235Z Fresh oso-derive v0.27.3
76652025-01-11T02:28:53.235Z Fresh itertools v0.12.1
76662025-01-11T02:28:53.235Z Fresh quick-xml v0.33.0
76672025-01-11T02:28:53.235Z Fresh nu-ansi-term v0.50.1
76682025-01-11T02:28:53.235Z Fresh reedline v0.35.0
76692025-01-11T02:28:53.235Z Fresh oso v0.27.3
76702025-01-11T02:28:53.235Z Fresh samael v0.0.17
76712025-01-11T02:28:53.235Z Fresh unicase v2.7.0
76722025-01-11T02:28:53.235Z Fresh parking_lot v0.11.2
76732025-01-11T02:28:53.235Z Fresh p384 v0.13.0
76742025-01-11T02:28:53.235Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
76752025-01-11T02:28:53.235Z Fresh bytecount v0.6.8
76762025-01-11T02:28:53.235Z Fresh sled v0.34.7
76772025-01-11T02:28:53.235Z Fresh salty v0.3.0
76782025-01-11T02:28:53.235Z Fresh papergrid v0.11.0
76792025-01-11T02:28:53.235Z Fresh nix v0.28.0
76802025-01-11T02:28:53.235Z Fresh buf-list v1.0.3
76812025-01-11T02:28:53.235Z Fresh hickory-client v0.24.1
76822025-01-11T02:28:53.235Z Fresh tabled_derive v0.7.0
76832025-01-11T02:28:53.235Z Fresh peg-macros v0.8.4
76842025-01-11T02:28:53.235Z Fresh hickory-server v0.24.1
76852025-01-11T02:28:53.235Z Fresh bb8 v0.8.5
76862025-01-11T02:28:53.235Z Fresh sqlparser_derive v0.2.2
76872025-01-11T02:28:53.235Z Fresh nanorand v0.7.0
76882025-01-11T02:28:53.235Z Fresh env_filter v0.1.2
76892025-01-11T02:28:53.235Z Fresh atty v0.2.14
76902025-01-11T02:28:53.235Z Fresh unicode_categories v0.1.1
76912025-01-11T02:28:53.235Z Fresh http-range v0.1.5
76922025-01-11T02:28:53.235Z Fresh async-bb8-diesel v0.2.1
76932025-01-11T02:28:53.235Z Fresh sqlparser v0.45.0
76942025-01-11T02:28:53.235Z Fresh env_logger v0.11.5
76952025-01-11T02:28:53.235Z Fresh sqlformat v0.2.6
76962025-01-11T02:28:53.235Z Fresh flume v0.11.1
76972025-01-11T02:28:53.235Z Fresh peg v0.8.4
76982025-01-11T02:28:53.235Z Fresh tabled v0.15.0
76992025-01-11T02:28:53.235Z Fresh chrono-tz v0.10.0
77002025-01-11T02:28:53.236Z Fresh rustyline v14.0.0
77012025-01-11T02:28:53.236Z Fresh diesel-dtrace v0.4.2
77022025-01-11T02:28:53.236Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
77032025-01-11T02:28:53.236Z Fresh bcs v0.1.6
77042025-01-11T02:28:53.236Z Fresh pin-project-internal v1.1.6
77052025-01-11T02:28:53.236Z Fresh memoffset v0.9.1
77062025-01-11T02:28:53.236Z Fresh pin-project v1.1.6
77072025-01-11T02:28:53.236Z Fresh mime_guess v2.0.5
77082025-01-11T02:28:53.236Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
77092025-01-11T02:28:53.236Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
77102025-01-11T02:28:53.236Z Fresh hyper-staticfile v0.10.1
77112025-01-11T02:28:53.236Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
77122025-01-11T02:28:53.236Z Fresh nix v0.27.1
77132025-01-11T02:28:53.236Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
77142025-01-11T02:28:53.236Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
77152025-01-11T02:28:53.236Z Fresh tungstenite v0.23.0
77162025-01-11T02:28:53.236Z Fresh snafu-derive v0.8.5
77172025-01-11T02:28:53.236Z Fresh concurrent-queue v2.5.0
77182025-01-11T02:28:53.236Z Fresh parking v2.2.1
77192025-01-11T02:28:53.236Z Fresh tokio-tungstenite v0.23.1
77202025-01-11T02:28:53.236Z Fresh signal-hook-tokio v0.3.1
77212025-01-11T02:28:53.236Z Fresh snafu v0.8.5
77222025-01-11T02:28:53.236Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
77232025-01-11T02:28:53.236Z Fresh globset v0.4.15
77242025-01-11T02:28:53.236Z Fresh olpc-cjson v0.1.4
77252025-01-11T02:28:53.236Z Fresh cargo-platform v0.1.8
77262025-01-11T02:28:53.236Z Fresh serde_plain v1.0.2
77272025-01-11T02:28:53.236Z Fresh typed-path v0.9.3
77282025-01-11T02:28:53.236Z Fresh cargo_metadata v0.18.1
77292025-01-11T02:28:53.236Z Fresh tough v0.19.0
77302025-01-11T02:28:53.236Z Fresh rand_seeder v0.3.0
77312025-01-11T02:28:53.236Z Fresh parse-size v1.1.0
77322025-01-11T02:28:53.236Z Fresh event-listener v5.3.1
77332025-01-11T02:28:53.236Z Fresh futures-lite v2.3.0
77342025-01-11T02:28:53.236Z Fresh event-listener-strategy v0.5.2
77352025-01-11T02:28:53.236Z Fresh castaway v0.2.3
77362025-01-11T02:28:53.236Z Fresh unicode-truncate v1.1.0
77372025-01-11T02:28:53.236Z Fresh lru v0.12.5
77382025-01-11T02:28:53.236Z Fresh libz-sys v1.1.20
77392025-01-11T02:28:53.237Z Fresh compact_str v0.8.0
77402025-01-11T02:28:53.237Z Fresh instability v0.3.2
77412025-01-11T02:28:53.237Z Fresh csv-core v0.1.11
77422025-01-11T02:28:53.237Z Fresh cassowary v0.3.0
77432025-01-11T02:28:53.237Z Fresh is_ci v1.2.0
77442025-01-11T02:28:53.237Z Fresh libgit2-sys v0.17.0+1.8.1
77452025-01-11T02:28:53.237Z Fresh ratatui v0.28.1
77462025-01-11T02:28:53.237Z Fresh csv v1.3.0
77472025-01-11T02:28:53.237Z Fresh supports-color v3.0.1
77482025-01-11T02:28:53.237Z Fresh async-lock v3.4.0
77492025-01-11T02:28:53.240Z Fresh polyval v0.6.2
77502025-01-11T02:28:53.240Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
77512025-01-11T02:28:53.240Z Fresh polling v3.7.3
77522025-01-11T02:28:53.240Z Fresh ghash v0.5.1
77532025-01-11T02:28:53.240Z Fresh git2 v0.19.0
77542025-01-11T02:28:53.240Z Fresh ctr v0.9.2
77552025-01-11T02:28:53.240Z Fresh async-io v2.3.4
77562025-01-11T02:28:53.240Z Fresh assert_matches v1.5.0
77572025-01-11T02:28:53.240Z Fresh shell-words v1.1.0
77582025-01-11T02:28:53.240Z Fresh cfg_aliases v0.2.1
77592025-01-11T02:28:53.240Z Fresh async-task v4.7.1
77602025-01-11T02:28:53.240Z Fresh plotters-backend v0.3.7
77612025-01-11T02:28:53.240Z Fresh vergen v8.3.2
77622025-01-11T02:28:53.240Z Fresh aes-gcm v0.10.3
77632025-01-11T02:28:53.240Z Fresh async-channel v2.3.1
77642025-01-11T02:28:53.240Z Fresh plotters-svg v0.3.7
77652025-01-11T02:28:53.240Z Fresh piper v0.2.4
77662025-01-11T02:28:53.240Z Fresh ssh-encoding v0.2.0
77672025-01-11T02:28:53.240Z Fresh rustls-webpki v0.101.7
77682025-01-11T02:28:53.240Z Fresh sct v0.7.1
77692025-01-11T02:28:53.240Z Fresh blowfish v0.9.1
77702025-01-11T02:28:53.240Z Fresh rtoolbox v0.0.2
77712025-01-11T02:28:53.240Z Fresh smawk v0.3.2
77722025-01-11T02:28:53.241Z Fresh cast v0.3.0
77732025-01-11T02:28:53.241Z Fresh unicode-linebreak v0.1.5
77742025-01-11T02:28:53.241Z Fresh bcrypt-pbkdf v0.10.0
77752025-01-11T02:28:53.241Z Fresh textwrap v0.16.1
77762025-01-11T02:28:53.241Z Fresh rustls v0.21.12
77772025-01-11T02:28:53.241Z Fresh criterion-plot v0.5.0
77782025-01-11T02:28:53.241Z Fresh rpassword v7.3.1
77792025-01-11T02:28:53.241Z Fresh blocking v1.6.1
77802025-01-11T02:28:53.241Z Fresh plotters v0.3.7
77812025-01-11T02:28:53.241Z Fresh ssh-cipher v0.2.0
77822025-01-11T02:28:53.241Z Fresh libsqlite3-sys v0.30.1
77832025-01-11T02:28:53.241Z Fresh async-executor v1.13.1
77842025-01-11T02:28:53.241Z Fresh async-signal v0.2.10
77852025-01-11T02:28:53.241Z Fresh tui-tree-widget v0.22.0
77862025-01-11T02:28:53.241Z Fresh hashlink v0.9.1
77872025-01-11T02:28:53.241Z Fresh password-hash v0.4.2
77882025-01-11T02:28:53.241Z Fresh tinytemplate v1.2.1
77892025-01-11T02:28:53.241Z Fresh hex-literal v0.4.1
77902025-01-11T02:28:53.241Z Fresh anes v0.1.6
77912025-01-11T02:28:53.241Z Fresh event-listener v2.5.3
77922025-01-11T02:28:53.241Z Fresh oorandom v11.1.4
77932025-01-11T02:28:53.241Z Fresh yansi v1.0.1
77942025-01-11T02:28:53.241Z Fresh fallible-iterator v0.3.0
77952025-01-11T02:28:53.241Z Fresh fallible-streaming-iterator v0.1.9
77962025-01-11T02:28:53.241Z Fresh matches v0.1.10
77972025-01-11T02:28:53.241Z Fresh pbkdf2 v0.11.0
77982025-01-11T02:28:53.241Z Fresh criterion v0.5.1
77992025-01-11T02:28:53.241Z Fresh idna v0.2.3
78002025-01-11T02:28:53.241Z Fresh pretty_assertions v1.4.1
78012025-01-11T02:28:53.241Z Fresh rusqlite v0.32.1
78022025-01-11T02:28:53.241Z Fresh async-channel v1.9.0
78032025-01-11T02:28:53.241Z Fresh async-process v2.3.0
78042025-01-11T02:28:53.241Z Fresh nix v0.29.0
78052025-01-11T02:28:53.241Z Fresh ssh-key v0.6.6
78062025-01-11T02:28:53.241Z Fresh async-global-executor v2.4.1
78072025-01-11T02:28:53.241Z Fresh tokio-rustls v0.24.1
78082025-01-11T02:28:53.241Z Fresh target-lexicon v0.12.16
78092025-01-11T02:28:53.242Z Fresh p521 v0.13.3
78102025-01-11T02:28:53.242Z Fresh p256 v0.13.2
78112025-01-11T02:28:53.242Z Fresh rustls-pemfile v1.0.4
78122025-01-11T02:28:53.242Z Fresh twox-hash v1.6.3
78132025-01-11T02:28:53.242Z Fresh enum-as-inner v0.5.1
78142025-01-11T02:28:53.242Z Fresh async-attributes v1.1.2
78152025-01-11T02:28:53.242Z Fresh num_cpus v1.16.0
78162025-01-11T02:28:53.242Z Fresh kv-log-macro v1.0.7
78172025-01-11T02:28:53.242Z Fresh russh-cryptovec v0.7.3
78182025-01-11T02:28:53.242Z Fresh futures-timer v3.0.3
78192025-01-11T02:28:53.242Z Fresh md5 v0.7.0
78202025-01-11T02:28:53.242Z Fresh russh-keys v0.45.0
78212025-01-11T02:28:53.242Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
78222025-01-11T02:28:53.242Z Fresh async-std v1.13.0
78232025-01-11T02:28:53.242Z Fresh threadpool v1.8.1
78242025-01-11T02:28:53.243Z Fresh trust-dns-proto v0.22.0
78252025-01-11T02:28:53.243Z Fresh cfg-expr v0.17.0
78262025-01-11T02:28:53.243Z Fresh guppy-workspace-hack v0.1.0
78272025-01-11T02:28:53.243Z Fresh doc-comment v0.3.3
78282025-01-11T02:28:53.243Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
78292025-01-11T02:28:53.243Z Fresh httptest v0.16.1
78302025-01-11T02:28:53.243Z Fresh fatfs v0.3.6
78312025-01-11T02:28:53.243Z Fresh num-bigint v0.4.6
78322025-01-11T02:28:53.243Z Fresh proc-macro-crate v3.2.0
78332025-01-11T02:28:53.243Z Fresh rustls-native-certs v0.7.3
78342025-01-11T02:28:53.243Z Fresh des v0.8.1
78352025-01-11T02:28:53.243Z Fresh relative-path v1.9.3
78362025-01-11T02:28:53.243Z Fresh dhcproto-macros v0.1.0
78372025-01-11T02:28:53.243Z Fresh escape8259 v0.5.3
78382025-01-11T02:28:53.243Z Fresh russh v0.45.0
78392025-01-11T02:28:53.243Z Fresh dhcproto v0.12.0
78402025-01-11T02:28:53.243Z Fresh hyper-rustls v0.26.0
78412025-01-11T02:28:53.243Z Fresh rstest_macros v0.23.0
78422025-01-11T02:28:53.243Z Fresh assert_cmd v2.0.16
78432025-01-11T02:28:53.243Z Fresh libtest-mimic v0.7.3
78442025-01-11T02:28:53.243Z Fresh target-spec v3.2.2
78452025-01-11T02:28:53.243Z Fresh target-triple v0.1.3
78462025-01-11T02:28:53.243Z Fresh async-object-pool v0.1.5
78472025-01-11T02:28:53.243Z Fresh petname v2.0.2
78482025-01-11T02:28:53.243Z Fresh blake2b_simd v1.0.2
78492025-01-11T02:28:53.253Z Fresh fancy-regex v0.13.0
78502025-01-11T02:28:53.253Z Fresh pathdiff v0.2.2
78512025-01-11T02:28:53.253Z Fresh assert-json-diff v2.0.2
78522025-01-11T02:28:53.253Z Fresh serde_regex v1.1.0
78532025-01-11T02:28:53.253Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
78542025-01-11T02:28:53.254Z Fresh path-tree v0.8.1
78552025-01-11T02:28:53.254Z Fresh uzers v0.12.1
78562025-01-11T02:28:53.254Z Fresh sync-ptr v0.1.1
78572025-01-11T02:28:53.254Z Fresh nested v0.1.1
78582025-01-11T02:28:53.254Z Fresh internet-checksum v0.2.1
78592025-01-11T02:28:53.254Z Fresh stringmetrics v2.2.2
78602025-01-11T02:28:53.254Z Fresh datatest-stable v0.2.9
78612025-01-11T02:28:53.254Z Fresh trybuild v1.0.101
78622025-01-11T02:28:53.254Z Fresh rust-argon2 v2.1.0
78632025-01-11T02:28:53.254Z Fresh guppy v0.17.8
78642025-01-11T02:28:53.254Z Fresh httpmock v0.8.0-alpha.1
78652025-01-11T02:28:53.254Z Fresh rstest v0.23.0
78662025-01-11T02:28:53.254Z Fresh partial-io v0.5.4
78672025-01-11T02:28:53.254Z Fresh similar-asserts v1.6.0
78682025-01-11T02:28:53.254Z Fresh rand_distr v0.4.3
78692025-01-11T02:28:53.254Z Fresh approx v0.5.1
78702025-01-11T02:28:53.254Z Fresh indoc v2.0.5
78712025-01-11T02:28:53.254Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
78722025-01-11T02:28:53.254Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
78732025-01-11T02:28:53.255Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
78742025-01-11T02:28:53.255Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
78752025-01-11T02:28:53.255Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
78762025-01-11T02:28:53.255Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
78772025-01-11T02:28:53.255Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
78782025-01-11T02:28:53.255Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
78792025-01-11T02:28:53.255Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
78802025-01-11T02:28:53.255Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
78812025-01-11T02:28:53.255Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
78822025-01-11T02:28:53.255Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
78832025-01-11T02:28:53.255Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
78842025-01-11T02:28:53.255Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
78852025-01-11T02:28:53.255Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
78862025-01-11T02:28:53.255Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
78872025-01-11T02:28:53.255Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
78882025-01-11T02:28:53.255Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
78892025-01-11T02:28:53.255Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
78902025-01-11T02:28:53.255Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
78912025-01-11T02:28:53.255Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
78922025-01-11T02:28:53.255Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
78932025-01-11T02:28:53.255Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
78942025-01-11T02:28:53.255Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
78952025-01-11T02:28:53.255Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
78962025-01-11T02:28:53.255Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
78972025-01-11T02:28:53.255Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
78982025-01-11T02:28:53.255Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
78992025-01-11T02:28:53.255Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
79002025-01-11T02:28:53.255Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
79012025-01-11T02:28:53.255Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
79022025-01-11T02:28:53.255Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
79032025-01-11T02:28:53.255Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
79042025-01-11T02:28:53.255Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
79052025-01-11T02:28:53.255Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
79062025-01-11T02:28:53.255Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
79072025-01-11T02:28:53.255Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
79082025-01-11T02:28:53.255Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
79092025-01-11T02:28:53.255Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
79102025-01-11T02:28:53.255Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
79112025-01-11T02:28:53.255Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
79122025-01-11T02:28:53.256Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
79132025-01-11T02:28:53.256Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
79142025-01-11T02:28:53.256Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
79152025-01-11T02:28:53.256Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
79162025-01-11T02:28:53.256Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
79172025-01-11T02:28:53.256Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
79182025-01-11T02:28:53.256Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
79192025-01-11T02:28:53.256Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
79202025-01-11T02:28:53.256Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
79212025-01-11T02:28:53.256Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
79222025-01-11T02:28:53.256Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
79232025-01-11T02:28:53.256Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
79242025-01-11T02:28:53.256Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
79252025-01-11T02:28:53.256Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
79262025-01-11T02:28:53.256Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
79272025-01-11T02:28:53.256Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
79282025-01-11T02:28:53.256Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
79292025-01-11T02:28:53.256Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
79302025-01-11T02:28:53.256Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
79312025-01-11T02:28:53.256Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
79322025-01-11T02:28:53.256Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
79332025-01-11T02:28:53.256Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
79342025-01-11T02:28:53.256Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
79352025-01-11T02:28:53.256Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
79362025-01-11T02:28:53.256Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
79372025-01-11T02:28:53.257Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
79382025-01-11T02:28:53.257Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
79392025-01-11T02:28:53.257Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
79402025-01-11T02:28:53.257Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
79412025-01-11T02:28:53.257Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
79422025-01-11T02:28:53.257Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
79432025-01-11T02:28:53.257Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
79442025-01-11T02:28:53.257Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
79452025-01-11T02:28:53.257Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
79462025-01-11T02:28:53.257Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
79472025-01-11T02:28:53.257Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
79482025-01-11T02:28:53.257Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
79492025-01-11T02:28:53.260Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
79502025-01-11T02:28:53.260Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
79512025-01-11T02:28:53.260Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
79522025-01-11T02:28:53.260Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
79532025-01-11T02:28:53.260Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
79542025-01-11T02:28:53.260Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
79552025-01-11T02:28:53.260Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
79562025-01-11T02:28:53.260Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
79572025-01-11T02:28:53.260Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
79582025-01-11T02:28:53.260Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
79592025-01-11T02:28:53.260Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
79602025-01-11T02:28:53.260Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
79612025-01-11T02:28:53.260Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
79622025-01-11T02:28:53.260Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
79632025-01-11T02:28:53.260Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
79642025-01-11T02:28:53.260Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
79652025-01-11T02:28:53.260Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
79662025-01-11T02:28:53.260Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
79672025-01-11T02:28:53.260Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
79682025-01-11T02:28:53.260Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
79692025-01-11T02:28:53.260Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
79702025-01-11T02:28:53.261Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
79712025-01-11T02:28:53.261Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
79722025-01-11T02:28:53.261Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
79732025-01-11T02:28:53.261Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
79742025-01-11T02:28:53.261Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
79752025-01-11T02:28:53.262Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
79762025-01-11T02:28:53.262Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
79772025-01-11T02:28:53.262Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
79782025-01-11T02:28:53.262Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
79792025-01-11T02:28:53.262Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
79802025-01-11T02:28:53.262Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
79812025-01-11T02:28:53.262Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
79822025-01-11T02:28:53.262Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
79832025-01-11T02:28:53.262Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
79842025-01-11T02:28:53.262Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
79852025-01-11T02:28:53.262Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
79862025-01-11T02:28:53.262Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
79872025-01-11T02:28:53.262Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.46s
79882025-01-11T02:28:53.345Z Doc-tests api_identity
79892025-01-11T02:28:53.348Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-83e15ac6d08ec6e1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79902025-01-11T02:28:53.632Z
79912025-01-11T02:28:53.632Zrunning 0 tests
79922025-01-11T02:28:53.632Z
79932025-01-11T02:28:53.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79942025-01-11T02:28:53.635Z
79952025-01-11T02:28:53.644Z Doc-tests authz_macros
79962025-01-11T02:28:53.647Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5c417784de7069b6.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-96dd27a5ec7f513a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79972025-01-11T02:28:53.795Z
79982025-01-11T02:28:53.795Zrunning 7 tests
79992025-01-11T02:28:53.798Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
80002025-01-11T02:28:53.798Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
80012025-01-11T02:28:53.799Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
80022025-01-11T02:28:53.799Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
80032025-01-11T02:28:53.799Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
80042025-01-11T02:28:53.799Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
80052025-01-11T02:28:53.799Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
80062025-01-11T02:28:53.799Z
80072025-01-11T02:28:53.799Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
80082025-01-11T02:28:53.799Z
80092025-01-11T02:28:53.810Z Doc-tests bootstore
80102025-01-11T02:28:53.814Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c2031ffb480b0ff2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c1aca83c05869c81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-feef69d428b7e714.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-f57ed294448d743d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80112025-01-11T02:28:54.720Z
80122025-01-11T02:28:54.720Zrunning 0 tests
80132025-01-11T02:28:54.720Z
80142025-01-11T02:28:54.720Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80152025-01-11T02:28:54.720Z
80162025-01-11T02:28:54.751Z Doc-tests bootstrap_agent_api
80172025-01-11T02:28:54.754Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80182025-01-11T02:28:55.190Z
80192025-01-11T02:28:55.190Zrunning 2 tests
80202025-01-11T02:28:55.193Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
80212025-01-11T02:28:55.193Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
80222025-01-11T02:28:55.193Z
80232025-01-11T02:28:55.193Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80242025-01-11T02:28:55.193Z
80252025-01-11T02:28:55.219Z Doc-tests bootstrap_agent_client
80262025-01-11T02:28:55.222Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80272025-01-11T02:28:56.253Z
80282025-01-11T02:28:56.253Zrunning 0 tests
80292025-01-11T02:28:56.253Z
80302025-01-11T02:28:56.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80312025-01-11T02:28:56.254Z
80322025-01-11T02:28:56.294Z Doc-tests clickana
80332025-01-11T02:28:56.297Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-2c3ecf1f65699b74.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80342025-01-11T02:28:56.742Z
80352025-01-11T02:28:56.742Zrunning 0 tests
80362025-01-11T02:28:56.742Z
80372025-01-11T02:28:56.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80382025-01-11T02:28:56.743Z
80392025-01-11T02:28:56.769Z Doc-tests clickhouse_admin_api
80402025-01-11T02:28:56.771Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80412025-01-11T02:28:57.064Z
80422025-01-11T02:28:57.064Zrunning 6 tests
80432025-01-11T02:28:57.067Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 36) ... ignored
80442025-01-11T02:28:57.068Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 42) ... ignored
80452025-01-11T02:28:57.068Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 105) ... ignored
80462025-01-11T02:28:57.068Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 111) ... ignored
80472025-01-11T02:28:57.068Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 152) ... ignored
80482025-01-11T02:28:57.068Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 158) ... ignored
80492025-01-11T02:28:57.068Z
80502025-01-11T02:28:57.068Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
80512025-01-11T02:28:57.068Z
80522025-01-11T02:28:57.089Z Doc-tests clickhouse_admin_keeper_client
80532025-01-11T02:28:57.092Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80542025-01-11T02:28:57.693Z
80552025-01-11T02:28:57.693Zrunning 0 tests
80562025-01-11T02:28:57.693Z
80572025-01-11T02:28:57.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80582025-01-11T02:28:57.693Z
80592025-01-11T02:28:57.723Z Doc-tests clickhouse_admin_server_client
80602025-01-11T02:28:57.726Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80612025-01-11T02:28:58.284Z
80622025-01-11T02:28:58.284Zrunning 0 tests
80632025-01-11T02:28:58.284Z
80642025-01-11T02:28:58.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80652025-01-11T02:28:58.284Z
80662025-01-11T02:28:58.314Z Doc-tests clickhouse_admin_single_client
80672025-01-11T02:28:58.317Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80682025-01-11T02:28:58.597Z
80692025-01-11T02:28:58.597Zrunning 0 tests
80702025-01-11T02:28:58.597Z
80712025-01-11T02:28:58.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80722025-01-11T02:28:58.597Z
80732025-01-11T02:28:58.617Z Doc-tests clickhouse_admin_test_utils
80742025-01-11T02:28:58.620Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dcb668e9c4726308.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80752025-01-11T02:28:58.895Z
80762025-01-11T02:28:58.895Zrunning 0 tests
80772025-01-11T02:28:58.895Z
80782025-01-11T02:28:58.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80792025-01-11T02:28:58.895Z
80802025-01-11T02:28:58.917Z Doc-tests clickhouse_admin_types
80812025-01-11T02:28:58.920Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80822025-01-11T02:28:59.576Z
80832025-01-11T02:28:59.576Zrunning 0 tests
80842025-01-11T02:28:59.576Z
80852025-01-11T02:28:59.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80862025-01-11T02:28:59.576Z
80872025-01-11T02:28:59.605Z Doc-tests cockroach_admin_api
80882025-01-11T02:28:59.612Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dc955668e1f0d195.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5494cae12f5afbba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80892025-01-11T02:28:59.832Z
80902025-01-11T02:28:59.832Zrunning 2 tests
80912025-01-11T02:28:59.836Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
80922025-01-11T02:28:59.836Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
80932025-01-11T02:28:59.836Z
80942025-01-11T02:28:59.836Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80952025-01-11T02:28:59.836Z
80962025-01-11T02:28:59.851Z Doc-tests cockroach_admin_client
80972025-01-11T02:28:59.853Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80982025-01-11T02:29:00.181Z
80992025-01-11T02:29:00.181Zrunning 0 tests
81002025-01-11T02:29:00.181Z
81012025-01-11T02:29:00.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022025-01-11T02:29:00.181Z
81032025-01-11T02:29:00.203Z Doc-tests cockroach_admin_types
81042025-01-11T02:29:00.206Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5494cae12f5afbba.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81052025-01-11T02:29:00.367Z
81062025-01-11T02:29:00.367Zrunning 0 tests
81072025-01-11T02:29:00.368Z
81082025-01-11T02:29:00.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81092025-01-11T02:29:00.368Z
81102025-01-11T02:29:00.382Z Doc-tests db_macros
81112025-01-11T02:29:00.384Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2f090e1db7ea5432.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-96dd27a5ec7f513a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6e6e0079e090f416.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81122025-01-11T02:29:00.663Z
81132025-01-11T02:29:00.663Zrunning 3 tests
81142025-01-11T02:29:00.665Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
81152025-01-11T02:29:00.666Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
81162025-01-11T02:29:00.666Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
81172025-01-11T02:29:00.666Z
81182025-01-11T02:29:00.666Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
81192025-01-11T02:29:00.666Z
81202025-01-11T02:29:00.681Z Doc-tests dns_server
81212025-01-11T02:29:00.684Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-53d133e2e53457c9.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ab3ebe4740231db.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81222025-01-11T02:29:01.117Z
81232025-01-11T02:29:01.117Zrunning 0 tests
81242025-01-11T02:29:01.117Z
81252025-01-11T02:29:01.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81262025-01-11T02:29:01.117Z
81272025-01-11T02:29:01.145Z Doc-tests dns_server_api
81282025-01-11T02:29:01.148Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81292025-01-11T02:29:01.428Z
81302025-01-11T02:29:01.428Zrunning 2 tests
81312025-01-11T02:29:01.431Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
81322025-01-11T02:29:01.431Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
81332025-01-11T02:29:01.431Z
81342025-01-11T02:29:01.431Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81352025-01-11T02:29:01.431Z
81362025-01-11T02:29:01.453Z Doc-tests dns_service_client
81372025-01-11T02:29:01.456Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81382025-01-11T02:29:01.827Z
81392025-01-11T02:29:01.827Zrunning 0 tests
81402025-01-11T02:29:01.827Z
81412025-01-11T02:29:01.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81422025-01-11T02:29:01.827Z
81432025-01-11T02:29:01.854Z Doc-tests dpd_client
81442025-01-11T02:29:01.856Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81452025-01-11T02:29:03.163Z
81462025-01-11T02:29:03.163Zrunning 0 tests
81472025-01-11T02:29:03.163Z
81482025-01-11T02:29:03.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81492025-01-11T02:29:03.163Z
81502025-01-11T02:29:03.209Z Doc-tests end_to_end_tests
81512025-01-11T02:29:03.212Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-2570a634c4322755.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-05d9f7cf72e47cef.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-93b4169a95946bec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-414aca4f11f37699.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4ce6bd31e5995b5f.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-146f4463de90da07.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81522025-01-11T02:29:03.789Z
81532025-01-11T02:29:03.789Zrunning 0 tests
81542025-01-11T02:29:03.789Z
81552025-01-11T02:29:03.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81562025-01-11T02:29:03.789Z
81572025-01-11T02:29:03.818Z Doc-tests gateway_api
81582025-01-11T02:29:03.821Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81592025-01-11T02:29:04.236Z
81602025-01-11T02:29:04.236Zrunning 2 tests
81612025-01-11T02:29:04.239Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
81622025-01-11T02:29:04.239Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
81632025-01-11T02:29:04.239Z
81642025-01-11T02:29:04.239Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652025-01-11T02:29:04.239Z
81662025-01-11T02:29:04.263Z Doc-tests gateway_client
81672025-01-11T02:29:04.266Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81682025-01-11T02:29:05.343Z
81692025-01-11T02:29:05.343Zrunning 0 tests
81702025-01-11T02:29:05.345Z
81712025-01-11T02:29:05.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81722025-01-11T02:29:05.345Z
81732025-01-11T02:29:05.379Z Doc-tests gateway_test_utils
81742025-01-11T02:29:05.382Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6303aa302d216de6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81752025-01-11T02:29:06.150Z
81762025-01-11T02:29:06.150Zrunning 0 tests
81772025-01-11T02:29:06.150Z
81782025-01-11T02:29:06.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81792025-01-11T02:29:06.151Z
81802025-01-11T02:29:06.187Z Doc-tests gateway_types
81812025-01-11T02:29:06.189Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81822025-01-11T02:29:06.877Z
81832025-01-11T02:29:06.878Zrunning 0 tests
81842025-01-11T02:29:06.878Z
81852025-01-11T02:29:06.878Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81862025-01-11T02:29:06.878Z
81872025-01-11T02:29:06.912Z Doc-tests illumos_utils
81882025-01-11T02:29:06.914Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-c696b7fc2e70d980.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-89860e00e9d5e126.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-29d04463f5a96233.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-8dec7d11e128087b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-481c22fa51e162df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
81892025-01-11T02:29:08.762Z
81902025-01-11T02:29:08.762Zrunning 0 tests
81912025-01-11T02:29:08.762Z
81922025-01-11T02:29:08.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81932025-01-11T02:29:08.763Z
81942025-01-11T02:29:08.822Z Doc-tests installinator
81952025-01-11T02:29:08.825Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-96ff03d68ed11183.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e8c7869a1972e7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-72f8ee3019aeecff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
81962025-01-11T02:29:09.642Z
81972025-01-11T02:29:09.642Zrunning 0 tests
81982025-01-11T02:29:09.642Z
81992025-01-11T02:29:09.642Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82002025-01-11T02:29:09.643Z
82012025-01-11T02:29:09.678Z Doc-tests installinator_api
82022025-01-11T02:29:09.680Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82032025-01-11T02:29:10.044Z
82042025-01-11T02:29:10.044Zrunning 2 tests
82052025-01-11T02:29:10.047Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
82062025-01-11T02:29:10.047Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
82072025-01-11T02:29:10.047Z
82082025-01-11T02:29:10.047Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82092025-01-11T02:29:10.047Z
82102025-01-11T02:29:10.072Z Doc-tests installinator_client
82112025-01-11T02:29:10.075Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e8c7869a1972e7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82122025-01-11T02:29:11.056Z
82132025-01-11T02:29:11.056Zrunning 0 tests
82142025-01-11T02:29:11.056Z
82152025-01-11T02:29:11.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82162025-01-11T02:29:11.056Z
82172025-01-11T02:29:11.096Z Doc-tests installinator_common
82182025-01-11T02:29:11.099Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82192025-01-11T02:29:11.564Z
82202025-01-11T02:29:11.564Zrunning 0 tests
82212025-01-11T02:29:11.564Z
82222025-01-11T02:29:11.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82232025-01-11T02:29:11.564Z
82242025-01-11T02:29:11.594Z Doc-tests internal_dns_resolver
82252025-01-11T02:29:11.597Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-f7af14b37d81d494.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82262025-01-11T02:29:11.911Z
82272025-01-11T02:29:11.911Zrunning 0 tests
82282025-01-11T02:29:11.911Z
82292025-01-11T02:29:11.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82302025-01-11T02:29:11.911Z
82312025-01-11T02:29:11.935Z Doc-tests internal_dns_types
82322025-01-11T02:29:11.938Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82332025-01-11T02:29:12.301Z
82342025-01-11T02:29:12.301Zrunning 0 tests
82352025-01-11T02:29:12.301Z
82362025-01-11T02:29:12.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82372025-01-11T02:29:12.301Z
82382025-01-11T02:29:12.326Z Doc-tests ipcc
82392025-01-11T02:29:12.329Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f33e21e50e59bc61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82402025-01-11T02:29:12.625Z
82412025-01-11T02:29:12.625Zrunning 0 tests
82422025-01-11T02:29:12.625Z
82432025-01-11T02:29:12.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82442025-01-11T02:29:12.625Z
82452025-01-11T02:29:12.647Z Doc-tests key_manager
82462025-01-11T02:29:12.649Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-c1aca83c05869c81.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-feef69d428b7e714.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82472025-01-11T02:29:12.946Z
82482025-01-11T02:29:12.946Zrunning 0 tests
82492025-01-11T02:29:12.946Z
82502025-01-11T02:29:12.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82512025-01-11T02:29:12.946Z
82522025-01-11T02:29:12.970Z Doc-tests live_tests_macros
82532025-01-11T02:29:12.972Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-e84c1c18b58eefc5.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82542025-01-11T02:29:13.061Z
82552025-01-11T02:29:13.061Zrunning 1 test
82562025-01-11T02:29:13.064Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
82572025-01-11T02:29:13.064Z
82582025-01-11T02:29:13.064Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82592025-01-11T02:29:13.064Z
82602025-01-11T02:29:13.073Z Doc-tests nexus_auth
82612025-01-11T02:29:13.076Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-5c417784de7069b6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6dac88096dea2afb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c32bccaa570208a2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
82622025-01-11T02:29:14.483Z
82632025-01-11T02:29:14.483Zrunning 0 tests
82642025-01-11T02:29:14.483Z
82652025-01-11T02:29:14.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82662025-01-11T02:29:14.483Z
82672025-01-11T02:29:14.528Z Doc-tests nexus_client
82682025-01-11T02:29:14.532Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82692025-01-11T02:29:16.820Z
82702025-01-11T02:29:16.820Zrunning 0 tests
82712025-01-11T02:29:16.820Z
82722025-01-11T02:29:16.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82732025-01-11T02:29:16.820Z
82742025-01-11T02:29:16.875Z Doc-tests nexus_config
82752025-01-11T02:29:16.878Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82762025-01-11T02:29:17.512Z
82772025-01-11T02:29:17.512Zrunning 0 tests
82782025-01-11T02:29:17.512Z
82792025-01-11T02:29:17.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82802025-01-11T02:29:17.512Z
82812025-01-11T02:29:17.541Z Doc-tests nexus_db_fixed_data
82822025-01-11T02:29:17.546Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6dac88096dea2afb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
82832025-01-11T02:29:18.138Z
82842025-01-11T02:29:18.138Zrunning 0 tests
82852025-01-11T02:29:18.138Z
82862025-01-11T02:29:18.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82872025-01-11T02:29:18.138Z
82882025-01-11T02:29:18.168Z Doc-tests nexus_db_model
82892025-01-11T02:29:18.171Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2f090e1db7ea5432.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
82902025-01-11T02:29:32.258Z
82912025-01-11T02:29:32.258Zrunning 2 tests
82922025-01-11T02:29:35.223Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
82932025-01-11T02:30:28.458Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
82942025-01-11T02:30:28.458Z
82952025-01-11T02:30:28.461Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.20s
82962025-01-11T02:30:28.461Z
82972025-01-11T02:30:28.694Z Doc-tests nexus_db_queries
82982025-01-11T02:30:28.698Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c6959481e8fe2373.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-2f090e1db7ea5432.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-b4baa5ab151d00e6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-edf2467f4930ccf9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-6dac88096dea2afb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c32bccaa570208a2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --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`
82992025-01-11T02:30:31.478Z
83002025-01-11T02:30:31.478Zrunning 1 test
83012025-01-11T02:30:35.017Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
83022025-01-11T02:30:35.018Z
83032025-01-11T02:30:35.021Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.54s
83042025-01-11T02:30:35.021Z
83052025-01-11T02:30:35.108Z Doc-tests nexus_defaults
83062025-01-11T02:30:35.110Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83072025-01-11T02:30:35.387Z
83082025-01-11T02:30:35.387Zrunning 0 tests
83092025-01-11T02:30:35.387Z
83102025-01-11T02:30:35.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83112025-01-11T02:30:35.387Z
83122025-01-11T02:30:35.410Z Doc-tests nexus_external_api
83132025-01-11T02:30:35.413Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd6316ce1514cbea.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83142025-01-11T02:30:36.080Z
83152025-01-11T02:30:36.080Zrunning 2 tests
83162025-01-11T02:30:36.083Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
83172025-01-11T02:30:36.083Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
83182025-01-11T02:30:36.083Z
83192025-01-11T02:30:36.083Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83202025-01-11T02:30:36.083Z
83212025-01-11T02:30:36.118Z Doc-tests nexus_internal_api
83222025-01-11T02:30:36.121Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83232025-01-11T02:30:36.685Z
83242025-01-11T02:30:36.685Zrunning 2 tests
83252025-01-11T02:30:36.688Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 59) ... ignored
83262025-01-11T02:30:36.688Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 65) ... ignored
83272025-01-11T02:30:36.689Z
83282025-01-11T02:30:36.689Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83292025-01-11T02:30:36.689Z
83302025-01-11T02:30:36.721Z Doc-tests nexus_inventory
83312025-01-11T02:30:36.725Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83322025-01-11T02:30:37.200Z
83332025-01-11T02:30:37.200Zrunning 0 tests
83342025-01-11T02:30:37.200Z
83352025-01-11T02:30:37.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83362025-01-11T02:30:37.200Z
83372025-01-11T02:30:37.231Z Doc-tests nexus_macros_common
83382025-01-11T02:30:37.234Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-96dd27a5ec7f513a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83392025-01-11T02:30:37.324Z
83402025-01-11T02:30:37.324Zrunning 0 tests
83412025-01-11T02:30:37.324Z
83422025-01-11T02:30:37.324Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83432025-01-11T02:30:37.324Z
83442025-01-11T02:30:37.336Z Doc-tests nexus_metrics_producer_gc
83452025-01-11T02:30:37.339Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4f23c5de554101c2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-88cfb7b39d14bd9d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83462025-01-11T02:30:37.915Z
83472025-01-11T02:30:37.915Zrunning 0 tests
83482025-01-11T02:30:37.915Z
83492025-01-11T02:30:37.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83502025-01-11T02:30:37.915Z
83512025-01-11T02:30:37.952Z Doc-tests nexus_networking
83522025-01-11T02:30:37.955Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83532025-01-11T02:30:38.528Z
83542025-01-11T02:30:38.528Zrunning 0 tests
83552025-01-11T02:30:38.528Z
83562025-01-11T02:30:38.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83572025-01-11T02:30:38.529Z
83582025-01-11T02:30:38.567Z Doc-tests nexus_reconfigurator_blippy
83592025-01-11T02:30:38.569Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83602025-01-11T02:30:38.986Z
83612025-01-11T02:30:38.986Zrunning 0 tests
83622025-01-11T02:30:38.986Z
83632025-01-11T02:30:38.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83642025-01-11T02:30:38.986Z
83652025-01-11T02:30:39.017Z Doc-tests nexus_reconfigurator_execution
83662025-01-11T02:30:39.019Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4f23c5de554101c2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e3b1c065b212ef48.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83672025-01-11T02:30:39.618Z
83682025-01-11T02:30:39.618Zrunning 0 tests
83692025-01-11T02:30:39.618Z
83702025-01-11T02:30:39.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83712025-01-11T02:30:39.618Z
83722025-01-11T02:30:39.657Z Doc-tests nexus_reconfigurator_planning
83732025-01-11T02:30:39.660Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83742025-01-11T02:30:40.282Z
83752025-01-11T02:30:40.282Zrunning 0 tests
83762025-01-11T02:30:40.282Z
83772025-01-11T02:30:40.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83782025-01-11T02:30:40.282Z
83792025-01-11T02:30:40.318Z Doc-tests nexus_reconfigurator_preparation
83802025-01-11T02:30:40.318Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83812025-01-11T02:30:40.848Z
83822025-01-11T02:30:40.848Zrunning 0 tests
83832025-01-11T02:30:40.848Z
83842025-01-11T02:30:40.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83852025-01-11T02:30:40.848Z
83862025-01-11T02:30:40.884Z Doc-tests nexus_reconfigurator_simulation
83872025-01-11T02:30:40.887Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-46fdcbe76513517d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-360b13df622bb253.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-c4769adbca513052.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83882025-01-11T02:30:41.368Z
83892025-01-11T02:30:41.368Zrunning 0 tests
83902025-01-11T02:30:41.368Z
83912025-01-11T02:30:41.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83922025-01-11T02:30:41.369Z
83932025-01-11T02:30:41.401Z Doc-tests nexus_saga_recovery
83942025-01-11T02:30:41.404Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83952025-01-11T02:30:41.875Z
83962025-01-11T02:30:41.875Zrunning 0 tests
83972025-01-11T02:30:41.875Z
83982025-01-11T02:30:41.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83992025-01-11T02:30:41.875Z
84002025-01-11T02:30:41.907Z Doc-tests nexus_sled_agent_shared
84012025-01-11T02:30:41.910Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84022025-01-11T02:30:42.393Z
84032025-01-11T02:30:42.393Zrunning 0 tests
84042025-01-11T02:30:42.393Z
84052025-01-11T02:30:42.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84062025-01-11T02:30:42.393Z
84072025-01-11T02:30:42.423Z Doc-tests nexus_test_interface
84082025-01-11T02:30:42.426Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84092025-01-11T02:30:42.824Z
84102025-01-11T02:30:42.824Zrunning 0 tests
84112025-01-11T02:30:42.824Z
84122025-01-11T02:30:42.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84132025-01-11T02:30:42.824Z
84142025-01-11T02:30:42.852Z Doc-tests nexus_test_utils
84152025-01-11T02:30:42.855Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
84162025-01-11T02:30:43.968Z
84172025-01-11T02:30:43.968Zrunning 0 tests
84182025-01-11T02:30:43.968Z
84192025-01-11T02:30:43.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84202025-01-11T02:30:43.969Z
84212025-01-11T02:30:44.012Z Doc-tests nexus_test_utils_macros
84222025-01-11T02:30:44.014Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84232025-01-11T02:30:44.107Z
84242025-01-11T02:30:44.107Zrunning 1 test
84252025-01-11T02:30:44.109Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
84262025-01-11T02:30:44.109Z
84272025-01-11T02:30:44.109Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84282025-01-11T02:30:44.109Z
84292025-01-11T02:30:44.119Z Doc-tests nexus_types
84302025-01-11T02:30:44.121Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-83e15ac6d08ec6e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84312025-01-11T02:30:47.554Z
84322025-01-11T02:30:47.555Zrunning 0 tests
84332025-01-11T02:30:47.555Z
84342025-01-11T02:30:47.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84352025-01-11T02:30:47.555Z
84362025-01-11T02:30:47.648Z Doc-tests omicron_certificates
84372025-01-11T02:30:47.651Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-65aad7686e050c4b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84382025-01-11T02:30:47.982Z
84392025-01-11T02:30:47.982Zrunning 0 tests
84402025-01-11T02:30:47.982Z
84412025-01-11T02:30:47.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84422025-01-11T02:30:47.983Z
84432025-01-11T02:30:48.007Z Doc-tests omicron_clickhouse_admin
84442025-01-11T02:30:48.010Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dcb668e9c4726308.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8dd76fe5df37d3d4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a83c1888f134cbe5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84452025-01-11T02:30:48.514Z
84462025-01-11T02:30:48.514Zrunning 0 tests
84472025-01-11T02:30:48.515Z
84482025-01-11T02:30:48.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84492025-01-11T02:30:48.515Z
84502025-01-11T02:30:48.549Z Doc-tests omicron_cockroach_admin
84512025-01-11T02:30:48.552Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dc955668e1f0d195.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5494cae12f5afbba.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d43b12c210a64ba0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-95ee7fd5f9f5d0c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84522025-01-11T02:30:48.925Z
84532025-01-11T02:30:48.925Zrunning 0 tests
84542025-01-11T02:30:48.925Z
84552025-01-11T02:30:48.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84562025-01-11T02:30:48.925Z
84572025-01-11T02:30:48.951Z Doc-tests omicron_common
84582025-01-11T02:30:48.954Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-83e15ac6d08ec6e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-9223cd3ae7f07851.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-07543ef01cb931eb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
84592025-01-11T02:30:51.147Z
84602025-01-11T02:30:51.147Zrunning 2 tests
84612025-01-11T02:30:51.150Ztest common/src/lib.rs - FileKv (line 40) ... ignored
84622025-01-11T02:30:56.848Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 613) ... ok
84632025-01-11T02:30:56.848Z
84642025-01-11T02:30:56.851Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.70s
84652025-01-11T02:30:56.851Z
84662025-01-11T02:30:56.914Z Doc-tests omicron_ddm_admin_client
84672025-01-11T02:30:56.917Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d0cc95eae0eb6567.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84682025-01-11T02:30:57.253Z
84692025-01-11T02:30:57.253Zrunning 0 tests
84702025-01-11T02:30:57.253Z
84712025-01-11T02:30:57.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84722025-01-11T02:30:57.253Z
84732025-01-11T02:30:57.280Z Doc-tests omicron_dev_lib
84742025-01-11T02:30:57.283Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-258372ebec2a05bb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84752025-01-11T02:30:57.562Z
84762025-01-11T02:30:57.562Zrunning 0 tests
84772025-01-11T02:30:57.562Z
84782025-01-11T02:30:57.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84792025-01-11T02:30:57.562Z
84802025-01-11T02:30:57.585Z Doc-tests omicron_gateway
84812025-01-11T02:30:57.588Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-629447db1a80c54f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-8453e14c9f6b5f91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6303aa302d216de6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-957acfcff7c72c94.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-ad8489eaf0aaf196.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aa3106dcb432d889.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84822025-01-11T02:30:58.445Z
84832025-01-11T02:30:58.445Zrunning 0 tests
84842025-01-11T02:30:58.445Z
84852025-01-11T02:30:58.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84862025-01-11T02:30:58.445Z
84872025-01-11T02:30:58.489Z Doc-tests omicron_ls_apis
84882025-01-11T02:30:58.492Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-46f75afc187be87d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-8dcb1f25eeb91b77.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84892025-01-11T02:30:58.716Z
84902025-01-11T02:30:58.716Zrunning 1 test
84912025-01-11T02:30:58.719Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
84922025-01-11T02:30:58.719Z
84932025-01-11T02:30:58.719Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84942025-01-11T02:30:58.719Z
84952025-01-11T02:30:58.733Z Doc-tests omicron_nexus
84962025-01-11T02:30:58.738Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-dfb4e80e8e6ec445.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-04260ec791b22390.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3a59cf7bb60e05b7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9dfee2ca62f3fed2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4f2a4060f29ebdd0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-95c4cff85dfeec3b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-59320f8120dc4cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e89b092dc39ec24a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5cc304de1260068a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4f23c5de554101c2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-edf2467f4930ccf9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f381c67a015145fe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3a6727dc7657a9a9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-28f050fdf2ead015.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-517ff0e64d2a0c0f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-707df867f6364d43.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-88cfb7b39d14bd9d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-8666fd3f5252ed24.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e3b1c065b212ef48.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d70a74f0ee7d7b08.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a6b3e5b69f916cf3.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b49229a856665868.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-aceae5de6e044c62.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9c50dedfdae80df2.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-c765659033135ad2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-52922b35b99ac756.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-ad405f717f12782e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8059b9d218941fa2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b46c810a67c68af4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6e066c9832cf5e40.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-0bda880a12e82784.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-504ae1ac0c953756.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84972025-01-11T02:31:01.859Z
84982025-01-11T02:31:01.859Zrunning 5 tests
84992025-01-11T02:31:01.861Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
85002025-01-11T02:31:06.432Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 869) ... ok
85012025-01-11T02:31:06.435Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 805) ... ok
85022025-01-11T02:31:06.445Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 827) ... ok
85032025-01-11T02:31:06.451Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 899) ... ok
85042025-01-11T02:31:06.451Z
85052025-01-11T02:31:06.454Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.59s
85062025-01-11T02:31:06.454Z
85072025-01-11T02:31:06.556Z Doc-tests omicron_package
85082025-01-11T02:31:06.559Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-63668b095fd4024a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-d6c04cb8b12fbcbc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c9cce4745cc329a1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8b350d0403c8d928.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85092025-01-11T02:31:06.883Z
85102025-01-11T02:31:06.883Zrunning 0 tests
85112025-01-11T02:31:06.883Z
85122025-01-11T02:31:06.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85132025-01-11T02:31:06.883Z
85142025-01-11T02:31:06.903Z Doc-tests omicron_passwords
85152025-01-11T02:31:06.905Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1a7ae2d0c106277d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85162025-01-11T02:31:07.045Z
85172025-01-11T02:31:07.045Zrunning 0 tests
85182025-01-11T02:31:07.045Z
85192025-01-11T02:31:07.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85202025-01-11T02:31:07.045Z
85212025-01-11T02:31:07.059Z Doc-tests omicron_rpaths
85222025-01-11T02:31:07.062Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c848de10310273cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85232025-01-11T02:31:07.147Z
85242025-01-11T02:31:07.147Zrunning 0 tests
85252025-01-11T02:31:07.148Z
85262025-01-11T02:31:07.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85272025-01-11T02:31:07.148Z
85282025-01-11T02:31:07.158Z Doc-tests omicron_sled_agent
85292025-01-11T02:31:07.164Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-19e5985bb94b6ed1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a5726d3b736a3233.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ecafd31cc77034ae.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-22da9db6edebdd24.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e339a9e5ad89cf1a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-71a29eb012bc02fa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-c1c647bef926d575.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-396efe2c27125485.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-e7aefed6335a9f6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9887524da666be2a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9a15c963fedc7a99.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-c5b805eb65063efb.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-848a332663cdff4b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0075c4f687a7df44.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c0a8a3ad906b4d77.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
85302025-01-11T02:31:09.448Z
85312025-01-11T02:31:09.448Zrunning 0 tests
85322025-01-11T02:31:09.448Z
85332025-01-11T02:31:09.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85342025-01-11T02:31:09.448Z
85352025-01-11T02:31:09.519Z Doc-tests omicron_test_utils
85362025-01-11T02:31:09.521Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-a6bee66327205608.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d62392717960dc6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-4e4235e68d8afdeb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-de7ed3725d1ecbe1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-594234157275b90e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
85372025-01-11T02:31:09.902Z
85382025-01-11T02:31:09.902Zrunning 0 tests
85392025-01-11T02:31:09.902Z
85402025-01-11T02:31:09.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85412025-01-11T02:31:09.902Z
85422025-01-11T02:31:09.928Z Doc-tests omicron_uuid_kinds
85432025-01-11T02:31:09.930Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-f96f7b00cd2a2fc5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.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)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' --document-private-items -D warnings --error-format human`
85442025-01-11T02:31:10.075Z
85452025-01-11T02:31:10.075Zrunning 0 tests
85462025-01-11T02:31:10.076Z
85472025-01-11T02:31:10.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85482025-01-11T02:31:10.078Z
85492025-01-11T02:31:10.090Z Doc-tests omicron_workspace_hack
85502025-01-11T02:31:10.093Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-601eae4ebaad7560.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-0da0f4417492a9a4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ba1737b38193a78d.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2a65e2ab151e09a4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-d4bf7869d4ee9385.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1499c911902a6a96.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-cb08cab83165003f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-6ed2929a91f42350.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-c9523f7c75feac51.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a50dd529fc113091.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-a15feaebe993dc68.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c80083d0c58db2d1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4004ba72e88035e1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a82849320d8cb1d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-a236405acad79de0.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-4e2a9fb83105b6b4.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-970947f9bc43ab10.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-17fb15abb8f89d61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c9c1ea41e0151580.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-4b7559d67d750d80.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-894d62fecbcf3238.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7522bda0fa89575d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f4bf537936a3f942.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15b4a62ef3693967.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-0d0c1d18420ed0e7.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-21f681dec55ed1d5.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-ec40fd422059f537.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-f07982b6549edd79.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-16e0b1122a3f1b48.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4686656331214bbd.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0880a475818c8bc6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dd99b89daf0c34d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ca9ebe60bf77bd4b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-f4fd33fab95c131e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ffa7e856eca83945.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-297d14e0a52c89ac.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d84c059d6435e5d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-db92a402d6d3376a.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45ab90acb7045a6c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-0a48528787edc64f.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-df13f09366e40281.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-ab498a41c5cdf6d8.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-57ea22489f9eb50c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-2d51c30d8a79f52c.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-fb8d126bde10d148.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-65e2155ffe51f9ae.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-a7eca61a1c7ae2ae.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-4b99c76d8213f970.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6e1a232e148cf51b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-1cec3bd77f56db17.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-798e3a4bdf9327b3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-229710da42ba9e10.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2ee219279da07ccc.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-bdc1b57a6748da39.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ed000fad94254156.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-941c8535218c6f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-0d6a5191eef2dd9a.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-91537ff9f0410e38.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ec99d94e66ff7b8e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6060787ff0686e2d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b6fbc30e8bd72608.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8ddac79a4b70b7b3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-008c88988592656d.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-094351d4a666a9bf.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-89934fbd737039c3.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ca1e9b17af3e7cbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-61314ee9b73dea67.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-03a591e9d10ecb0e.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0b6bb73bee6c46db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-faafd5e37a001aad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85512025-01-11T02:31:10.170Z
85522025-01-11T02:31:10.170Zrunning 0 tests
85532025-01-11T02:31:10.170Z
85542025-01-11T02:31:10.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85552025-01-11T02:31:10.170Z
85562025-01-11T02:31:10.182Z Doc-tests openapi_manager
85572025-01-11T02:31:10.185Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0d8dd459dba9867c.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e26f1543403de3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-c9ad415b750716cd.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-dc955668e1f0d195.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-ff36a01960fbe9ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-45fd0aa58db26244.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-3babf48f94b36346.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b0985b8942f366f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-8417f9a72016683f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd6316ce1514cbea.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4cc1d74c80ff992c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85582025-01-11T02:31:10.721Z
85592025-01-11T02:31:10.721Zrunning 0 tests
85602025-01-11T02:31:10.721Z
85612025-01-11T02:31:10.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85622025-01-11T02:31:10.721Z
85632025-01-11T02:31:10.752Z Doc-tests openapi_manager_types
85642025-01-11T02:31:10.755Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-dd6316ce1514cbea.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85652025-01-11T02:31:10.842Z
85662025-01-11T02:31:10.842Zrunning 0 tests
85672025-01-11T02:31:10.842Z
85682025-01-11T02:31:10.842Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85692025-01-11T02:31:10.842Z
85702025-01-11T02:31:10.853Z Doc-tests oxide_client
85712025-01-11T02:31:10.856Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-99cf493e4267807d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-fdb56c792fd16959.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85722025-01-11T02:31:16.790Z
85732025-01-11T02:31:16.790Zrunning 218 tests
85742025-01-11T02:31:16.793Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
85752025-01-11T02:31:16.793Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
85762025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
85772025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
85782025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
85792025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
85802025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
85812025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
85822025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
85832025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
85842025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
85852025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
85862025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
85872025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
85882025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
85892025-01-11T02:31:16.794Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
85902025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
85912025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
85922025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
85932025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
85942025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
85952025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
85962025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
85972025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
85982025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
85992025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
86002025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
86012025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
86022025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
86032025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
86042025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
86052025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
86062025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
86072025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
86082025-01-11T02:31:16.795Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
86092025-01-11T02:31:16.797Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
86102025-01-11T02:31:16.797Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
86112025-01-11T02:31:16.797Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
86122025-01-11T02:31:16.797Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
86132025-01-11T02:31:16.797Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
86142025-01-11T02:31:16.797Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
86152025-01-11T02:31:16.797Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
86162025-01-11T02:31:16.797Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
86172025-01-11T02:31:16.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
86182025-01-11T02:31:16.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
86192025-01-11T02:31:16.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
86202025-01-11T02:31:16.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
86212025-01-11T02:31:16.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
86222025-01-11T02:31:16.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
86232025-01-11T02:31:16.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
86242025-01-11T02:31:16.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
86252025-01-11T02:31:16.801Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
86262025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
86272025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
86282025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
86292025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
86302025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
86312025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
86322025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
86332025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
86342025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
86352025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
86362025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
86372025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
86382025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
86392025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
86402025-01-11T02:31:16.802Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
86412025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
86422025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
86432025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
86442025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
86452025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
86462025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
86472025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
86482025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
86492025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
86502025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
86512025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
86522025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
86532025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
86542025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
86552025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
86562025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
86572025-01-11T02:31:16.803Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
86582025-01-11T02:31:16.804Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
86592025-01-11T02:31:16.804Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
86602025-01-11T02:31:16.804Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
86612025-01-11T02:31:16.804Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
86622025-01-11T02:31:16.804Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
86632025-01-11T02:31:16.804Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
86642025-01-11T02:31:16.804Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
86652025-01-11T02:31:16.804Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
86662025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
86672025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
86682025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
86692025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
86702025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
86712025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
86722025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
86732025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
86742025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
86752025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
86762025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
86772025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
86782025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
86792025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
86802025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
86812025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
86822025-01-11T02:31:16.805Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
86832025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
86842025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
86852025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
86862025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
86872025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
86882025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
86892025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
86902025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
86912025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
86922025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
86932025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
86942025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
86952025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
86962025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
86972025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
86982025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
86992025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
87002025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
87012025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
87022025-01-11T02:31:16.806Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
87032025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
87042025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
87052025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
87062025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
87072025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
87082025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
87092025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
87102025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
87112025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
87122025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
87132025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
87142025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
87152025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
87162025-01-11T02:31:16.808Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
87172025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
87182025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
87192025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
87202025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
87212025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
87222025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
87232025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
87242025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
87252025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
87262025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
87272025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
87282025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
87292025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
87302025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
87312025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
87322025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
87332025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
87342025-01-11T02:31:16.811Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
87352025-01-11T02:31:16.812Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
87362025-01-11T02:31:16.812Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
87372025-01-11T02:31:16.812Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
87382025-01-11T02:31:16.812Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
87392025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
87402025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
87412025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
87422025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
87432025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
87442025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
87452025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
87462025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
87472025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
87482025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
87492025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
87502025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
87512025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
87522025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
87532025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
87542025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
87552025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
87562025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
87572025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
87582025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
87592025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
87602025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
87612025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
87622025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
87632025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
87642025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
87652025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
87662025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
87672025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
87682025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
87692025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
87702025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
87712025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
87722025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
87732025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
87742025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
87752025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
87762025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
87772025-01-11T02:31:16.813Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
87782025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
87792025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
87802025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
87812025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
87822025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
87832025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
87842025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
87852025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
87862025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
87872025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
87882025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
87892025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
87902025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
87912025-01-11T02:31:16.814Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
87922025-01-11T02:31:16.815Z
87932025-01-11T02:31:16.815Ztest result: ok. 0 passed; 0 failed; 218 ignored; 0 measured; 0 filtered out; finished in 0.01s
87942025-01-11T02:31:16.815Z
87952025-01-11T02:31:16.905Z Doc-tests oximeter
87962025-01-11T02:31:16.908Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-43a9c1e77fd1f9a7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-cf005059acaed403.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87972025-01-11T02:31:17.215Z
87982025-01-11T02:31:17.215Zrunning 2 tests
87992025-01-11T02:31:17.218Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
88002025-01-11T02:31:18.609Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
88012025-01-11T02:31:18.610Z
88022025-01-11T02:31:18.610Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.39s
88032025-01-11T02:31:18.610Z
88042025-01-11T02:31:18.642Z Doc-tests oximeter_api
88052025-01-11T02:31:18.645Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88062025-01-11T02:31:18.979Z
88072025-01-11T02:31:18.979Zrunning 2 tests
88082025-01-11T02:31:18.982Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
88092025-01-11T02:31:18.982Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
88102025-01-11T02:31:18.982Z
88112025-01-11T02:31:18.982Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88122025-01-11T02:31:18.982Z
88132025-01-11T02:31:19.005Z Doc-tests oximeter_client
88142025-01-11T02:31:19.008Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88152025-01-11T02:31:19.459Z
88162025-01-11T02:31:19.459Zrunning 0 tests
88172025-01-11T02:31:19.459Z
88182025-01-11T02:31:19.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88192025-01-11T02:31:19.459Z
88202025-01-11T02:31:19.488Z Doc-tests oximeter_collector
88212025-01-11T02:31:19.491Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-507f0e79d3246252.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-21d985dc83243f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-234b01cbfd389328.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-86f4bf2f2c3fc97e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-e956d7ed4b5c19c0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-bdb096e948605285.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88222025-01-11T02:31:20.162Z
88232025-01-11T02:31:20.162Zrunning 0 tests
88242025-01-11T02:31:20.162Z
88252025-01-11T02:31:20.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88262025-01-11T02:31:20.162Z
88272025-01-11T02:31:20.202Z Doc-tests oximeter_db
88282025-01-11T02:31:20.205Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-4e3732e26382ec86.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6f81fc34e70f28fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05cbf8d2977a01bf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c6959481e8fe2373.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-d5293dfbc80d23ab.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72aa7a156021c723.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9d1bfef0b0962c23.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b4d2bbf8dd25c0be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-12ed97d8f2ec15f5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-050eda13399b4538.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-914b4ec4809f5d00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4ba99c0f34bd0f31.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
88292025-01-11T02:31:21.374Z
88302025-01-11T02:31:21.374Zrunning 1 test
88312025-01-11T02:31:21.377Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
88322025-01-11T02:31:21.377Z
88332025-01-11T02:31:21.377Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
88342025-01-11T02:31:21.377Z
88352025-01-11T02:31:21.424Z Doc-tests oximeter_instruments
88362025-01-11T02:31:21.427Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e186200f00dda158.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-a91b650543832369.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
88372025-01-11T02:31:21.916Z
88382025-01-11T02:31:21.916Zrunning 0 tests
88392025-01-11T02:31:21.916Z
88402025-01-11T02:31:21.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88412025-01-11T02:31:21.916Z
88422025-01-11T02:31:21.947Z Doc-tests oximeter_macro_impl
88432025-01-11T02:31:21.950Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88442025-01-11T02:31:22.056Z
88452025-01-11T02:31:22.056Zrunning 0 tests
88462025-01-11T02:31:22.056Z
88472025-01-11T02:31:22.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88482025-01-11T02:31:22.056Z
88492025-01-11T02:31:22.069Z Doc-tests oximeter_producer
88502025-01-11T02:31:22.071Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-1bc6406b75f200f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4ae4671bc4860a45.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8425ea6ed441cde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88512025-01-11T02:31:22.574Z
88522025-01-11T02:31:22.575Zrunning 0 tests
88532025-01-11T02:31:22.575Z
88542025-01-11T02:31:22.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88552025-01-11T02:31:22.575Z
88562025-01-11T02:31:22.611Z Doc-tests oximeter_schema
88572025-01-11T02:31:22.614Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-702249e0617a2365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-43a9c1e77fd1f9a7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-e8e89b911a9eb0cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88582025-01-11T02:31:22.978Z
88592025-01-11T02:31:22.978Zrunning 0 tests
88602025-01-11T02:31:22.978Z
88612025-01-11T02:31:22.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88622025-01-11T02:31:22.978Z
88632025-01-11T02:31:23.004Z Doc-tests oximeter_test_utils
88642025-01-11T02:31:23.007Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf622b9c35c54aa9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dac0d7f0484ecc1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b7fcb6841aa477c3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88652025-01-11T02:31:23.408Z
88662025-01-11T02:31:23.408Zrunning 0 tests
88672025-01-11T02:31:23.408Z
88682025-01-11T02:31:23.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88692025-01-11T02:31:23.408Z
88702025-01-11T02:31:23.438Z Doc-tests oximeter_timeseries_macro
88712025-01-11T02:31:23.441Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-18972e6e1105b1e0.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-cf005059acaed403.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-21fe14a80424fe86.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-3472870575c6c883.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-327ced9b4e99f9e6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cedad3fe39d0a6dc.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88722025-01-11T02:31:23.722Z
88732025-01-11T02:31:23.722Zrunning 0 tests
88742025-01-11T02:31:23.722Z
88752025-01-11T02:31:23.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88762025-01-11T02:31:23.722Z
88772025-01-11T02:31:23.745Z Doc-tests oximeter_types
88782025-01-11T02:31:23.747Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-8148c88ee720cd5b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-76d866c334838908.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-64ad33de53dcc530.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-40ac24f4d8de6e14.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a75776691c832ff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-a3b53235131204ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-a54b73b79bb65dc6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-517ff88d597fbe53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88792025-01-11T02:31:24.467Z
88802025-01-11T02:31:24.467Zrunning 11 tests
88812025-01-11T02:31:25.175Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
88822025-01-11T02:31:33.739Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
88832025-01-11T02:31:33.754Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
88842025-01-11T02:31:33.826Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
88852025-01-11T02:31:33.828Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
88862025-01-11T02:31:33.844Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
88872025-01-11T02:31:33.856Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
88882025-01-11T02:31:34.248Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
88892025-01-11T02:31:37.860Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
88902025-01-11T02:31:37.945Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
88912025-01-11T02:31:43.679Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
88922025-01-11T02:31:43.682Z
88932025-01-11T02:31:43.685Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.21s
88942025-01-11T02:31:43.685Z
88952025-01-11T02:31:43.726Z Doc-tests oxlog
88962025-01-11T02:31:43.728Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-481c22fa51e162df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88972025-01-11T02:31:43.832Z
88982025-01-11T02:31:43.832Zrunning 0 tests
88992025-01-11T02:31:43.832Z
89002025-01-11T02:31:43.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89012025-01-11T02:31:43.832Z
89022025-01-11T02:31:43.844Z Doc-tests oxql_types
89032025-01-11T02:31:43.847Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5591bedad390d062.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-37e6e52c977aa548.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-15d46429f548fbdd.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-df633f46f136f3ed.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89042025-01-11T02:31:44.284Z
89052025-01-11T02:31:44.284Zrunning 0 tests
89062025-01-11T02:31:44.284Z
89072025-01-11T02:31:44.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89082025-01-11T02:31:44.287Z
89092025-01-11T02:31:44.313Z Doc-tests range_requests
89102025-01-11T02:31:44.315Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-788baf5066cb8b5c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c89184b9aa5bdef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89112025-01-11T02:31:44.513Z
89122025-01-11T02:31:44.513Zrunning 0 tests
89132025-01-11T02:31:44.513Z
89142025-01-11T02:31:44.513Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89152025-01-11T02:31:44.513Z
89162025-01-11T02:31:44.531Z Doc-tests repo_depot_api
89172025-01-11T02:31:44.534Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-b3fb62aae386efdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89182025-01-11T02:31:44.826Z
89192025-01-11T02:31:44.826Zrunning 2 tests
89202025-01-11T02:31:44.829Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
89212025-01-11T02:31:44.829Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
89222025-01-11T02:31:44.829Z
89232025-01-11T02:31:44.829Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89242025-01-11T02:31:44.829Z
89252025-01-11T02:31:44.853Z Doc-tests repo_depot_client
89262025-01-11T02:31:44.857Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ada3745e8e718e3a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89272025-01-11T02:31:45.089Z
89282025-01-11T02:31:45.089Zrunning 0 tests
89292025-01-11T02:31:45.089Z
89302025-01-11T02:31:45.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89312025-01-11T02:31:45.089Z
89322025-01-11T02:31:45.109Z Doc-tests sled_agent_api
89332025-01-11T02:31:45.112Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e223c612b42870ea.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89342025-01-11T02:31:45.636Z
89352025-01-11T02:31:45.637Zrunning 2 tests
89362025-01-11T02:31:45.639Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 69) ... ignored
89372025-01-11T02:31:45.639Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 75) ... ignored
89382025-01-11T02:31:45.639Z
89392025-01-11T02:31:45.639Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89402025-01-11T02:31:45.639Z
89412025-01-11T02:31:45.668Z Doc-tests sled_agent_client
89422025-01-11T02:31:45.668Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-625ce54993290c81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89432025-01-11T02:31:47.805Z
89442025-01-11T02:31:47.805Zrunning 0 tests
89452025-01-11T02:31:47.805Z
89462025-01-11T02:31:47.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89472025-01-11T02:31:47.805Z
89482025-01-11T02:31:47.857Z Doc-tests sled_agent_types
89492025-01-11T02:31:47.860Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-f40914f57104a575.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-ac88565868cb4e81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-47e5c764c03f9c23.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-09dc42444c447016.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-fa1a9dcf17ffa726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89502025-01-11T02:31:48.783Z
89512025-01-11T02:31:48.783Zrunning 0 tests
89522025-01-11T02:31:48.783Z
89532025-01-11T02:31:48.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89542025-01-11T02:31:48.783Z
89552025-01-11T02:31:48.822Z Doc-tests sled_diagnostics
89562025-01-11T02:31:48.824Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-a77e6a9b8d1f391a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89572025-01-11T02:31:48.991Z
89582025-01-11T02:31:48.991Zrunning 0 tests
89592025-01-11T02:31:48.991Z
89602025-01-11T02:31:48.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89612025-01-11T02:31:48.992Z
89622025-01-11T02:31:49.007Z Doc-tests sled_hardware
89632025-01-11T02:31:49.010Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-680e43f5c3d04aab.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-530547ea1a4acf24.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-35c7bb29622df945.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-f2f917705fef8dc2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-93df462e8b9cf4a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-fb6fdc79fa32cb70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89642025-01-11T02:31:49.459Z
89652025-01-11T02:31:49.459Zrunning 0 tests
89662025-01-11T02:31:49.459Z
89672025-01-11T02:31:49.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89682025-01-11T02:31:49.459Z
89692025-01-11T02:31:49.491Z Doc-tests sled_hardware_types
89702025-01-11T02:31:49.494Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-934c51d8273ada96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89712025-01-11T02:31:49.839Z
89722025-01-11T02:31:49.839Zrunning 0 tests
89732025-01-11T02:31:49.839Z
89742025-01-11T02:31:49.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89752025-01-11T02:31:49.839Z
89762025-01-11T02:31:49.866Z Doc-tests sled_storage
89772025-01-11T02:31:49.869Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2fd11d942b863eaa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-020109eba53c8996.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-c42127a1aa40041d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-5643cfab3e708fcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
89782025-01-11T02:31:50.377Z
89792025-01-11T02:31:50.377Zrunning 0 tests
89802025-01-11T02:31:50.377Z
89812025-01-11T02:31:50.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89822025-01-11T02:31:50.377Z
89832025-01-11T02:31:50.410Z Doc-tests sp_sim
89842025-01-11T02:31:50.413Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-b0cd5470cc14e32c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-636de877457d0c74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89852025-01-11T02:31:50.960Z
89862025-01-11T02:31:50.960Zrunning 0 tests
89872025-01-11T02:31:50.960Z
89882025-01-11T02:31:50.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89892025-01-11T02:31:50.960Z
89902025-01-11T02:31:50.994Z Doc-tests tufaceous
89912025-01-11T02:31:50.997Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ac7b34f081432687.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89922025-01-11T02:31:51.364Z
89932025-01-11T02:31:51.364Zrunning 0 tests
89942025-01-11T02:31:51.364Z
89952025-01-11T02:31:51.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89962025-01-11T02:31:51.364Z
89972025-01-11T02:31:51.392Z Doc-tests tufaceous_lib
89982025-01-11T02:31:51.394Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ba1737b38193a78d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8c6475cb19208148.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-db15f09d9418b540.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8c13887a038eb59e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89992025-01-11T02:31:51.909Z
90002025-01-11T02:31:51.909Zrunning 0 tests
90012025-01-11T02:31:51.909Z
90022025-01-11T02:31:51.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90032025-01-11T02:31:51.909Z
90042025-01-11T02:31:51.940Z Doc-tests typed_rng
90052025-01-11T02:31:51.942Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0c1c5c94fbdfb275.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d1a9e9c214c64a0a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-9aacec9d30e7ec90.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90062025-01-11T02:31:52.045Z
90072025-01-11T02:31:52.045Zrunning 0 tests
90082025-01-11T02:31:52.045Z
90092025-01-11T02:31:52.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90102025-01-11T02:31:52.045Z
90112025-01-11T02:31:52.056Z Doc-tests update_common
90122025-01-11T02:31:52.059Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90132025-01-11T02:31:52.446Z
90142025-01-11T02:31:52.446Zrunning 0 tests
90152025-01-11T02:31:52.446Z
90162025-01-11T02:31:52.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90172025-01-11T02:31:52.446Z
90182025-01-11T02:31:52.474Z Doc-tests update_engine
90192025-01-11T02:31:52.477Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-690407b6a41ea4dc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5ada18420a1c841d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7d65c32a1e8d7443.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-266859645a267059.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-004b24f70abe6b23.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8f9345d77cc6d9c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-e2ceccfaabc29051.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90202025-01-11T02:31:53.015Z
90212025-01-11T02:31:53.015Zrunning 4 tests
90222025-01-11T02:31:53.018Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
90232025-01-11T02:31:53.018Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
90242025-01-11T02:31:53.018Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
90252025-01-11T02:31:53.899Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
90262025-01-11T02:31:53.899Z
90272025-01-11T02:31:53.902Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.88s
90282025-01-11T02:31:53.902Z
90292025-01-11T02:31:53.925Z Doc-tests wicket
90302025-01-11T02:31:53.928Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec6033f800f8da03.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-70d10e378b248cb7.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bb86ea9364af8031.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-da7f61a0f0fc3a79.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-75b510c2fbb2f7bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0f22cd6fd0150cd9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-576dc811a81a17fc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-5404ca051039fa19.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c0085c72c56a2684.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90312025-01-11T02:31:54.988Z
90322025-01-11T02:31:54.988Zrunning 0 tests
90332025-01-11T02:31:54.989Z
90342025-01-11T02:31:54.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90352025-01-11T02:31:54.989Z
90362025-01-11T02:31:55.031Z Doc-tests wicket_common
90372025-01-11T02:31:55.034Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90382025-01-11T02:31:55.769Z
90392025-01-11T02:31:55.769Zrunning 0 tests
90402025-01-11T02:31:55.769Z
90412025-01-11T02:31:55.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90422025-01-11T02:31:55.769Z
90432025-01-11T02:31:55.807Z Doc-tests wicket_dbg
90442025-01-11T02:31:55.809Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-8b0203daf59c8493.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0f0f8db60f90e45b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7b857fd1d6f38070.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-6f6c828458804848.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-353c187823349e8f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90452025-01-11T02:31:56.312Z
90462025-01-11T02:31:56.312Zrunning 0 tests
90472025-01-11T02:31:56.312Z
90482025-01-11T02:31:56.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90492025-01-11T02:31:56.313Z
90502025-01-11T02:31:56.344Z Doc-tests wicketd
90512025-01-11T02:31:56.347Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ad3c2a9507c92ace.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-fcffd3aa5acaa9f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-9396c872bbb0813c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8ad3e72b2673ced0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c934ff84d13620ad.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8c19e5bbb91ef990.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-04244dd35b0a8098.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6975f33614d06a79.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d4193f1376830876.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-aed73743827290ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-37591c1c0a35415a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-161b6c2ee379e8e2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-97a2ba84faa1d873.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-65f5eb13a68ec856.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ab63b8a738efbd87.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e3130b5fe4f73a5b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-96ff03d68ed11183.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-af0269588e424c21.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e8c7869a1972e7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f745ff77a7fe47bc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3fb0d28199de4ffe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-21b9040b4d49e981.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-60daa9fe14853f80.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7ad9fa567fab1101.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f9914bb9d2e287a3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ab51948006c48bbb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-fe476d324cafb2e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26a08c1afc8919e1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-af664c51b1aa6fc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-35fee733ce397f1f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-be0d86e1f1448311.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-564fec884ffe0cad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-62f4817e0567ae70.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-5fe1c9770276c21b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1cc9d23ca874d325.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d1f148808cfd3e39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f6ab8db21e0f6155.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-de95b4103c5b42fd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90522025-01-11T02:31:57.186Z
90532025-01-11T02:31:57.186Zrunning 0 tests
90542025-01-11T02:31:57.186Z
90552025-01-11T02:31:57.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90562025-01-11T02:31:57.186Z
90572025-01-11T02:31:57.225Z Doc-tests wicketd_api
90582025-01-11T02:31:57.228Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-86814329573828fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-50a0c2e24853691b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db4882d29e038164.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-2ea4ec1dd6e9f072.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90592025-01-11T02:31:57.777Z
90602025-01-11T02:31:57.777Zrunning 2 tests
90612025-01-11T02:31:57.780Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
90622025-01-11T02:31:57.780Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
90632025-01-11T02:31:57.780Z
90642025-01-11T02:31:57.780Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90652025-01-11T02:31:57.780Z
90662025-01-11T02:31:57.810Z Doc-tests wicketd_client
90672025-01-11T02:31:57.813Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-f7ae3eefbcb18a0f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-691b9dcebd0265fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b7b5e21a41c5a31a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-52f1febcfa02c41c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-01403ec3e8ac5bc1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c1c0b07dc37c5cc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-180a178abc10ab9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3b0f7f13e6c1aa79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b002eb73f0faf974.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-08b66c9e4808bcc8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-98fa1d8cecf4a0e4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f56bea1458609b96.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90682025-01-11T02:31:59.708Z
90692025-01-11T02:31:59.708Zrunning 0 tests
90702025-01-11T02:31:59.708Z
90712025-01-11T02:31:59.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90722025-01-11T02:31:59.708Z
90732025-01-11T02:31:59.757Z Doc-tests xtask_downloader
90742025-01-11T02:31:59.760Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5e76835fbbdb4a96.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0dfda1622ce4f02d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-2709bb692e3ec499.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-d3cfaa7747ffa7e5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-827c341f0aa9f5ca.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-9c32e376906da6b6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-db577307674abcfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90752025-01-11T02:31:59.982Z
90762025-01-11T02:31:59.982Zrunning 1 test
90772025-01-11T02:31:59.985Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
90782025-01-11T02:31:59.985Z
90792025-01-11T02:31:59.985Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
90802025-01-11T02:31:59.985Z
90812025-01-11T02:32:00.001Z Doc-tests zone_setup
90822025-01-11T02:32:00.004Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --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-f47834445a2c1f16/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c42f94be6e37ac76/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b8bd1938cb3272eb/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b3a11a022b1c6aa4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-913a8bb524140659.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-cd669ed48aca8873.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9580cdd7e40ea423.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-16736f4f60da201c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9cb7a89322688a0c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-0addf0b0a52b2bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2e648b8628fe1484.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c5bd59477f0b4017.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-cb1602aa95283441.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-0c7075d9dba6c1d1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-7c6e8a896c26f948.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0586fd2367c89741.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-e957ea2246c99c90.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90832025-01-11T02:32:00.328Z
90842025-01-11T02:32:00.328Zrunning 0 tests
90852025-01-11T02:32:00.328Z
90862025-01-11T02:32:00.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90872025-01-11T02:32:00.328Z
90882025-01-11T02:32:00.450Z
90892025-01-11T02:32:00.452Zreal 3:09.734304918
90902025-01-11T02:32:00.452Zuser 3:05.665167473
90912025-01-11T02:32:00.452Zsys 1:02.894858309
90922025-01-11T02:32:00.452Ztrap 0.045071058
90932025-01-11T02:32:00.452Ztflt 1.193869948
90942025-01-11T02:32:00.452Zdflt 7.319224589
90952025-01-11T02:32:00.452Zkflt 0.020268791
90962025-01-11T02:32:00.452Zlock 4:29.614506118
90972025-01-11T02:32:00.452Zslp 20:56.554480595
90982025-01-11T02:32:00.452Zlat 4.467280406
90992025-01-11T02:32:00.452Zstop 8.865358415
91002025-01-11T02:32:00.452Z+ [[ illumos == \i\l\l\u\m\o\s ]]
91012025-01-11T02:32:00.452Z+ banner live-test
91022025-01-11T02:32:00.455Z
91032025-01-11T02:32:00.455Z # # # # ###### ##### ###### #### #####
91042025-01-11T02:32:00.455Z # # # # # # # # #
91052025-01-11T02:32:00.455Z # # # # ##### ##### # ##### #### #
91062025-01-11T02:32:00.455Z # # # # # # # # #
91072025-01-11T02:32:00.455Z # # # # # # # # # #
91082025-01-11T02:32:00.455Z ###### # ## ###### # ###### #### #
91092025-01-11T02:32:00.455Z
91102025-01-11T02:32:00.455Z+ ptime -m cargo xtask live-tests
91112025-01-11T02:32:01.253Z Compiling serde v1.0.217
91122025-01-11T02:32:01.256Z Compiling libc v0.2.162
91132025-01-11T02:32:01.256Z Compiling serde_json v1.0.135
91142025-01-11T02:32:01.256Z Compiling rustix v0.38.37
91152025-01-11T02:32:01.256Z Compiling syn v2.0.96
91162025-01-11T02:32:01.256Z Compiling bitflags v2.6.0
91172025-01-11T02:32:01.845Z Compiling usdt-impl v0.5.0
91182025-01-11T02:32:01.883Z Compiling syn v1.0.109
91192025-01-11T02:32:01.911Z Compiling hashbrown v0.15.1
91202025-01-11T02:32:02.047Z Compiling log v0.4.22
91212025-01-11T02:32:02.068Z Compiling fs-err v2.11.0
91222025-01-11T02:32:02.466Z Compiling anyhow v1.0.93
91232025-01-11T02:32:02.489Z Compiling once_cell v1.20.2
91242025-01-11T02:32:03.058Z Compiling thread-id v4.2.2
91252025-01-11T02:32:03.247Z Compiling indexmap v2.7.0
91262025-01-11T02:32:04.568Z Compiling terminal_size v0.4.0
91272025-01-11T02:32:04.571Z Compiling tempfile v3.13.0
91282025-01-11T02:32:04.759Z Compiling clap_builder v4.5.21
91292025-01-11T02:32:05.252Z Compiling proc-macro-error v1.0.4
91302025-01-11T02:32:06.993Z Compiling tabled_derive v0.7.0
91312025-01-11T02:32:08.897Z Compiling tabled v0.15.0
91322025-01-11T02:32:09.939Z Compiling serde_derive v1.0.217
91332025-01-11T02:32:09.939Z Compiling thiserror-impl v1.0.69
91342025-01-11T02:32:09.942Z Compiling zerocopy-derive v0.7.35
91352025-01-11T02:32:09.982Z Compiling scroll_derive v0.12.0
91362025-01-11T02:32:10.217Z Compiling clap_derive v4.5.18
91372025-01-11T02:32:11.580Z Compiling scroll v0.12.0
91382025-01-11T02:32:12.045Z Compiling zerocopy v0.7.35
91392025-01-11T02:32:12.132Z Compiling goblin v0.8.2
91402025-01-11T02:32:12.918Z Compiling thiserror v1.0.69
91412025-01-11T02:32:13.114Z Compiling pest v2.7.14
91422025-01-11T02:32:14.569Z Compiling clap v4.5.21
91432025-01-11T02:32:15.540Z Compiling pest_meta v2.7.14
91442025-01-11T02:32:16.485Z Compiling pest_generator v2.7.14
91452025-01-11T02:32:18.518Z Compiling pest_derive v2.7.14
91462025-01-11T02:32:19.568Z Compiling dtrace-parser v0.2.0
91472025-01-11T02:32:21.269Z Compiling toml_datetime v0.6.8
91482025-01-11T02:32:21.269Z Compiling serde_spanned v0.6.8
91492025-01-11T02:32:21.272Z Compiling camino v1.1.9
91502025-01-11T02:32:21.272Z Compiling semver v1.0.24
91512025-01-11T02:32:21.272Z Compiling cargo-platform v0.1.8
91522025-01-11T02:32:21.717Z Compiling serde_tokenstream v0.2.2
91532025-01-11T02:32:21.803Z Compiling toml_edit v0.22.22
91542025-01-11T02:32:21.915Z Compiling macaddr v1.0.1
91552025-01-11T02:32:21.962Z Compiling camino-tempfile v1.1.1
91562025-01-11T02:32:22.948Z Compiling dof v0.3.0
91572025-01-11T02:32:22.948Z Compiling cargo_metadata v0.18.1
91582025-01-11T02:32:24.896Z Compiling toml v0.8.19
91592025-01-11T02:32:24.941Z Compiling usdt-attr-macro v0.5.0
91602025-01-11T02:32:24.944Z Compiling usdt-macro v0.5.0
91612025-01-11T02:32:25.822Z Compiling cargo_toml v0.20.5
91622025-01-11T02:32:26.802Z Compiling usdt v0.5.0
91632025-01-11T02:32:29.748Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
91642025-01-11T02:32:34.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.61s
91652025-01-11T02:32:34.226Z Running `target/debug/xtask live-tests`
91662025-01-11T02:32:34.266Zusing temporary directory: /var/tmp/omicron_tmp/.tmpN5RGth
91672025-01-11T02:32:34.266Zwill create archive file: /var/tmp/omicron_tmp/.tmpN5RGth/live-tests-archive/omicron-live-tests.tar.zst
91682025-01-11T02:32:34.266Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
91692025-01-11T02:32:34.266Z
91702025-01-11T02:32:34.268Zrunning: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpN5RGth/live-tests-archive/omicron-live-tests.tar.zst"
91712025-01-11T02:32:36.645Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
91722025-01-11T02:32:36.764Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
91732025-01-11T02:32:36.768Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
91742025-01-11T02:32:36.781Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
91752025-01-11T02:32:36.787Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
91762025-01-11T02:32:36.789Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
91772025-01-11T02:32:36.789Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
91782025-01-11T02:32:38.034Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
91792025-01-11T02:32:40.148Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
91802025-01-11T02:32:40.828Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
91812025-01-11T02:32:42.122Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
91822025-01-11T02:32:42.124Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
91832025-01-11T02:32:56.865Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
91842025-01-11T02:32:56.867Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
91852025-01-11T02:32:56.869Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
91862025-01-11T02:32:56.870Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
91872025-01-11T02:32:58.161Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
91882025-01-11T02:33:58.321Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
91892025-01-11T02:33:59.063Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
91902025-01-11T02:34:36.264Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
91912025-01-11T02:34:41.709Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
91922025-01-11T02:35:08.621Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 32s
91932025-01-11T02:35:08.850Zinfo: experimental features enabled: setup-scripts
91942025-01-11T02:35:08.856Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpN5RGth/live-tests-archive/omicron-live-tests.tar.zst
91952025-01-11T02:35:09.305Z Archived 47 files to /var/tmp/omicron_tmp/.tmpN5RGth/live-tests-archive/omicron-live-tests.tar.zst in 0.45s
91962025-01-11T02:35:09.359Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpN5RGth/live-tests-archive\""
91972025-01-11T02:35:09.377Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpN5RGth" "live-tests-archive"
91982025-01-11T02:35:09.435Zcreated:
91992025-01-11T02:35:09.435Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
92002025-01-11T02:35:09.435ZTo use this:
92012025-01-11T02:35:09.435Z
92022025-01-11T02:35:09.435Z1. Copy the tarball to the switch zone in a deployed Omicron system.
92032025-01-11T02:35:09.435Z
92042025-01-11T02:35:09.438Z e.g., scp \
92052025-01-11T02:35:09.438Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
92062025-01-11T02:35:09.438Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
92072025-01-11T02:35:09.438Z
92082025-01-11T02:35:09.438Z2. Copy the `cargo-nextest` binary to the same place.
92092025-01-11T02:35:09.438Z
92102025-01-11T02:35:09.438Z e.g., scp \
92112025-01-11T02:35:09.438Z $(which cargo-nextest) \
92122025-01-11T02:35:09.438Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
92132025-01-11T02:35:09.438Z
92142025-01-11T02:35:09.438Z3. From the switch zone on that system, unpack the tarball with:
92152025-01-11T02:35:09.438Z
92162025-01-11T02:35:09.438Z tar xzf live-tests-archive.tgz
92172025-01-11T02:35:09.438Z
92182025-01-11T02:35:09.438Z4. From the switch zone on that system, run tests with:
92192025-01-11T02:35:09.438Z
92202025-01-11T02:35:09.438Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
92212025-01-11T02:35:09.438Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
92222025-01-11T02:35:09.438Z --workspace-remap live-tests-archive
92232025-01-11T02:35:09.438Z
92242025-01-11T02:35:09.438Z
92252025-01-11T02:35:09.438Zreal 3:08.965377954
92262025-01-11T02:35:09.438Zuser 6:35.619099764
92272025-01-11T02:35:09.438Zsys 1:30.676192707
92282025-01-11T02:35:09.438Ztrap 0.138399839
92292025-01-11T02:35:09.439Ztflt 0.619087877
92302025-01-11T02:35:09.439Zdflt 3.392721682
92312025-01-11T02:35:09.439Zkflt 0.001526086
92322025-01-11T02:35:09.439Zlock 19:00.947984907
92332025-01-11T02:35:09.439Zslp 26:43.026723226
92342025-01-11T02:35:09.439Zlat 6.542637434
92352025-01-11T02:35:09.439Zstop 17.698656426
92362025-01-11T02:35:09.439Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
92372025-01-11T02:35:09.442Z+ unset TMPDIR
92382025-01-11T02:35:09.443Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
92392025-01-11T02:35:09.443Zfiles in /var/tmp/omicron_tmp (none expected on success):
92402025-01-11T02:35:09.443Z+ find /var/tmp/omicron_tmp -ls
92412025-01-11T02:35:09.450Z164298 18 drwxr-xr-x 2 build build 2 Jan 11 02:35 /var/tmp/omicron_tmp
92422025-01-11T02:35:09.452Z+ rmdir /var/tmp/omicron_tmp
92432025-01-11T02:35:10.320Zprocess exited: duration 8224999 ms, exit code 0
 
92442025-01-11T02:35:10.339Zfound 3 output files
92452025-01-11T02:35:10.339Zuploading: /work/crate-build-timings.json (601055 bytes)
92462025-01-11T02:35:11.360Zuploaded: /work/crate-build-timings.json
92472025-01-11T02:35:11.360Zuploading: /work/environment.json (108 bytes)
92482025-01-11T02:35:12.368Zuploaded: /work/environment.json
92492025-01-11T02:35:12.368Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (347466 bytes)
92502025-01-11T02:35:13.385Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml