01JF9QRT31W43YAEGSC9JDTDEC: 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: 01JF9QS2BWQ69JQ29BMYWBT7Y2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-17T07:20:08.288Zjob assigned to worker 01JF9QS2FZV8KW16SPXPFMQ38B [factory gimlet-EVT22200007-propolis, EVT22200007/20485] (queued for 33 s)
 
22024-12-17T07:20:16.406Zstarting task 0: "setup"
32024-12-17T07:20:16.432Z++ uname -s
42024-12-17T07:20:16.433Z+ kern=SunOS
52024-12-17T07:20:16.433Z+ case "$kern" in
62024-12-17T07:20:16.433Z+ groupadd -g 12345 build
72024-12-17T07:20:16.433Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-17T07:20:18.432Z+ zfs create -o mountpoint=/work rpool/work
92024-12-17T07:20:18.471Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-17T07:20:18.496Z+ home_fs=zfs
112024-12-17T07:20:18.496Z+ [[ zfs == autofs ]]
122024-12-17T07:20:18.496Z+ mkdir -p /home/build
132024-12-17T07:20:18.496Z+ chown build:build /home/build /work
142024-12-17T07:20:20.479Z+ chmod 0700 /home/build /work
152024-12-17T07:20:20.504Zprocess exited: duration 4080 ms, exit code 0
 
162024-12-17T07:20:20.555Zstarting task 1: "rust-toolchain"
172024-12-17T07:20:20.580Z+ printf ' * toolchain channel = "%s"
182024-12-17T07:20:20.580Z * toolchain channel = "1.81.0"
192024-12-17T07:20:20.580Z * toolchain profile = "default"
202024-12-17T07:20:20.580Z' 1.81.0
212024-12-17T07:20:20.581Z+ printf ' * toolchain profile = "%s"
222024-12-17T07:20:20.581Z' default
232024-12-17T07:20:20.581Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-17T07:20:20.581Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-17T07:20:20.708Zinfo: downloading installer
262024-12-17T07:20:21.392Zinfo: profile set to 'default'
272024-12-17T07:20:21.392Zinfo: default host triple is x86_64-unknown-illumos
282024-12-17T07:20:21.392Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-17T07:20:21.483Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-17T07:20:21.483Zinfo: downloading component 'cargo'
312024-12-17T07:20:21.709Zinfo: downloading component 'clippy'
322024-12-17T07:20:21.799Zinfo: downloading component 'rust-docs'
332024-12-17T07:20:22.046Zinfo: downloading component 'rust-std'
342024-12-17T07:20:22.683Zinfo: downloading component 'rustc'
352024-12-17T07:20:24.896Zinfo: downloading component 'rustfmt'
362024-12-17T07:20:25.104Zinfo: installing component 'cargo'
372024-12-17T07:20:26.015Zinfo: installing component 'clippy'
382024-12-17T07:20:26.445Zinfo: installing component 'rust-docs'
392024-12-17T07:20:29.075Zinfo: installing component 'rust-std'
402024-12-17T07:20:31.096Zinfo: installing component 'rustc'
412024-12-17T07:20:37.721Zinfo: installing component 'rustfmt'
422024-12-17T07:20:38.096Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-17T07:20:38.096Z
442024-12-17T07:20:38.247Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-17T07:20:38.247Z
462024-12-17T07:20:38.247Z
472024-12-17T07:20:38.247ZRust is installed now. Great!
482024-12-17T07:20:38.247Z
492024-12-17T07:20:38.247ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-17T07:20:38.247Zenvironment variable. This has not been done automatically.
512024-12-17T07:20:38.247Z
522024-12-17T07:20:38.247ZTo configure your current shell, you need to source
532024-12-17T07:20:38.247Zthe corresponding env file under $HOME/.cargo.
542024-12-17T07:20:38.247Z
552024-12-17T07:20:38.247ZThis is usually done by running one of the following (note the leading DOT):
562024-12-17T07:20:38.247Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-17T07:20:38.271Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-17T07:20:38.336Z+ rustc --version
592024-12-17T07:20:38.423Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-17T07:20:38.447Zprocess exited: duration 17872 ms, exit code 0
 
612024-12-17T07:20:38.494Zstarting task 2: "authentication"
622024-12-17T07:20:38.543Zprocess exited: duration 48 ms, exit code 0
 
632024-12-17T07:20:38.593Zstarting task 3: "clone repository"
642024-12-17T07:20:38.617Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-17T07:20:38.618Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-17T07:20:38.648ZCloning into '/work/oxidecomputer/omicron'...
672024-12-17T07:20:45.447Z+ cd /work/oxidecomputer/omicron
682024-12-17T07:20:45.447Z+ git fetch origin fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
692024-12-17T07:20:45.857ZFrom https://github.com/oxidecomputer/omicron
702024-12-17T07:20:45.857Z * branch fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 -> FETCH_HEAD
712024-12-17T07:20:45.885Z+ [[ -n eliza/dropshot-1180 ]]
722024-12-17T07:20:45.885Z++ git branch --show-current
732024-12-17T07:20:45.885Z+ current=main
742024-12-17T07:20:45.885Z+ [[ main != eliza/dropshot-1180 ]]
752024-12-17T07:20:45.885Z+ git branch -f eliza/dropshot-1180 fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
762024-12-17T07:20:45.885Z+ git checkout -f eliza/dropshot-1180
772024-12-17T07:20:46.087ZSwitched to branch 'eliza/dropshot-1180'
782024-12-17T07:20:46.112Z+ git reset --hard fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
792024-12-17T07:20:46.136ZHEAD is now at fb10fadb3 fix mupdate
802024-12-17T07:20:46.136Zprocess exited: duration 7525 ms, exit code 0
 
812024-12-17T07:20:46.185Zstarting task 4: "build"
822024-12-17T07:20:46.209Z+ source ./env.sh
832024-12-17T07:20:46.209Z++ OLD_SHELL_OPTS=ehxB
842024-12-17T07:20:46.210Z++ set -o xtrace
852024-12-17T07:20:46.210Z++++ dirname ./env.sh
862024-12-17T07:20:46.210Z+++ readlink -f .
872024-12-17T07:20:46.210Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-12-17T07:20:46.210Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-12-17T07:20:46.210Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-12-17T07:20:46.210Z++ 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
912024-12-17T07:20:46.210Z++ 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
922024-12-17T07:20:46.210Z++ 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
932024-12-17T07:20:46.210Z++ 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
942024-12-17T07:20:46.210Z++ 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
952024-12-17T07:20:46.210Z++ 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
962024-12-17T07:20:46.210Z++ case $OLD_SHELL_OPTS in
972024-12-17T07:20:46.211Z++ unset OLD_SHELL_OPTS OMICRON_WS
982024-12-17T07:20:46.211Z+ source .github/buildomat/ci-env.sh
992024-12-17T07:20:46.211Z++ export CARGO_TERM_COLOR=always
1002024-12-17T07:20:46.211Z++ CARGO_TERM_COLOR=always
1012024-12-17T07:20:46.211Z+ target_os=illumos
1022024-12-17T07:20:46.211Z+ NEXTEST_VERSION=0.9.86
1032024-12-17T07:20:46.211Z+ cargo --version
1042024-12-17T07:20:46.277Zcargo 1.81.0 (2dbb1af80 2024-08-20)
1052024-12-17T07:20:46.301Z+ rustc --version
1062024-12-17T07:20:46.352Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1072024-12-17T07:20:46.376Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1082024-12-17T07:20:46.376Z+ gunzip
1092024-12-17T07:20:46.376Z+ tar -xvf - -C /home/build/.cargo/bin
1102024-12-17T07:20:47.699Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1112024-12-17T07:20:47.724Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122024-12-17T07:20:47.724Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132024-12-17T07:20:47.724Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142024-12-17T07:20:47.724Z+ mkdir /var/tmp/omicron_tmp
1152024-12-17T07:20:47.724Z+ OUTPUT_DIR=/work
1162024-12-17T07:20:47.724Z+ echo 'tests will store non-ephemeral output in /work'
1172024-12-17T07:20:47.724Ztests will store non-ephemeral output in /work
1182024-12-17T07:20:47.724Z+ mkdir -p /work
1192024-12-17T07:20:47.724Z+ banner prerequisites
1202024-12-17T07:20:47.724Z
1212024-12-17T07:20:47.724Z ##### ##### ###### ##### ###### #### # # # #### #
1222024-12-17T07:20:47.724Z # # # # # # # # # # # # # # #
1232024-12-17T07:20:47.724Z # # # # ##### # # ##### # # # # # #### #
1242024-12-17T07:20:47.724Z ##### ##### # ##### # # # # # # # # #
1252024-12-17T07:20:47.724Z # # # # # # # # # # # # # # #
1262024-12-17T07:20:47.724Z # # # ###### # # ###### ### # #### # #### #
1272024-12-17T07:20:47.724Z
1282024-12-17T07:20:47.724Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292024-12-17T07:20:57.256Z Startup: Refreshing catalog 'helios-dev' ... Done
1302024-12-17T07:21:01.782Z Startup: Caching catalogs ... Done
1312024-12-17T07:21:14.402ZPlanning: Solver setup ... Done (11.560s)
1322024-12-17T07:21:14.555ZPlanning: Running solver ... Done (0.153s)
1332024-12-17T07:21:14.654ZPlanning: Finding local manifests ... Done (0.004s)
1342024-12-17T07:21:14.734ZPlanning: Fetching manifests: 0/5 0% complete
1352024-12-17T07:21:15.791ZPlanning: Fetching manifests: 5/5 100% complete
1362024-12-17T07:21:15.904ZPlanning: Package planning ... Done (0.114s)
1372024-12-17T07:21:15.971ZPlanning: Merging actions ... Done (0.066s)
1382024-12-17T07:21:16.183ZPlanning: Checking for conflicting actions ... Done (0.212s)
1392024-12-17T07:21:17.446ZPlanning: Consolidating action changes ... Done (1.262s)
1402024-12-17T07:21:17.850ZPlanning: Evaluating mediators ... Done (0.405s)
1412024-12-17T07:21:17.948ZPlanning: Planning completed in 16.08 seconds
1422024-12-17T07:21:17.971Z Packages to install: 4
1432024-12-17T07:21:17.971Z Packages to update: 1
1442024-12-17T07:21:17.972Z Mediators to change: 2
1452024-12-17T07:21:17.972Z Services to change: 1
1462024-12-17T07:21:17.972Z Estimated space available: 155.17 GB
1472024-12-17T07:21:17.972ZEstimated space to be consumed: 1.61 GB
1482024-12-17T07:21:17.972Z Create boot environment: No
1492024-12-17T07:21:17.972ZCreate backup boot environment: Yes
1502024-12-17T07:21:17.972Z Rebuild boot archive: No
1512024-12-17T07:21:17.972Z
1522024-12-17T07:21:17.972ZChanged mediators:
1532024-12-17T07:21:17.972Z mediator clang:
1542024-12-17T07:21:17.972Z version: None -> 15 (system default)
1552024-12-17T07:21:17.972Z
1562024-12-17T07:21:17.972Z mediator llvm:
1572024-12-17T07:21:17.972Z version: 14 (system default) -> 15 (system default)
1582024-12-17T07:21:17.972Z
1592024-12-17T07:21:17.972ZChanged packages:
1602024-12-17T07:21:17.972Zhelios-dev
1612024-12-17T07:21:17.972Z developer/build-essential
1622024-12-17T07:21:17.972Z None -> 11-2.0
1632024-12-17T07:21:17.972Z library/libxmlsec1
1642024-12-17T07:21:17.972Z None -> 1.2.35-2.0
1652024-12-17T07:21:17.972Z ooce/developer/clang-15
1662024-12-17T07:21:17.972Z None -> 15.0.7-2.0
1672024-12-17T07:21:17.972Z ooce/developer/llvm-15
1682024-12-17T07:21:17.972Z None -> 15.0.7-2.0
1692024-12-17T07:21:17.972Z package/pkg
1702024-12-17T07:21:17.972Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1712024-12-17T07:21:17.972Z
1722024-12-17T07:21:17.972ZServices:
1732024-12-17T07:21:17.972Z restart_fmri:
1742024-12-17T07:21:17.972Z svc:/system/update-man-index:default
1752024-12-17T07:21:17.972Z
1762024-12-17T07:21:17.972ZEditable files to change:
1772024-12-17T07:21:17.972Z Update:
1782024-12-17T07:21:17.972Z usr/share/lib/pkg/web/config.shtml
1792024-12-17T07:21:18.041Z
1802024-12-17T07:21:18.041ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1812024-12-17T07:21:23.057ZDownload: 1196/4281 items 56.8/220.6MB 25% complete (11.8M/s)
1822024-12-17T07:21:28.057ZDownload: 1265/4281 items 95.2/220.6MB 43% complete (9.4M/s)
1832024-12-17T07:21:33.059ZDownload: 3206/4281 items 157.6/220.6MB 71% complete (9.9M/s)
1842024-12-17T07:21:38.063ZDownload: 3866/4281 items 217.5/220.6MB 98% complete (13.0M/s)
1852024-12-17T07:21:43.367ZDownload: 4205/4281 items 220.6/220.6MB 99% complete (10.0M/s)
1862024-12-17T07:21:43.540ZDownload: Completed 220.60 MB in 25.50 seconds (8.7M/s)
1872024-12-17T07:21:45.010Z Actions: 1/5063 actions (Removing old actions)
1882024-12-17T07:21:45.033Z Actions: 194/5063 actions (Installing new actions)
1892024-12-17T07:21:50.037Z Actions: 3121/5063 actions (Installing new actions)
1902024-12-17T07:21:50.796Z Actions: 4226/5063 actions (Updating modified actions)
1912024-12-17T07:21:51.163Z Actions: Completed 5063 actions in 6.15 seconds.
1922024-12-17T07:21:51.691Z Done (0.519s)
1932024-12-17T07:21:51.714Z Done (0.000s)
1942024-12-17T07:21:52.365Z Done (0.673s)
1952024-12-17T07:21:57.269Z Done (4.734s)
1962024-12-17T07:21:57.369Z Done (0.018s)
1972024-12-17T07:21:57.393Z Done (0.000s)
1982024-12-17T07:21:57.522Z Done (0.000s)
1992024-12-17T07:21:58.230ZPlanning: Evaluating mediator changes ... Done
2002024-12-17T07:21:58.430ZPlanning: Checking for conflicting actions ... Done
2012024-12-17T07:21:58.453ZPlanning: Consolidating action changes ... Done
2022024-12-17T07:21:58.759ZPlanning: Evaluating mediators ... Done
2032024-12-17T07:21:58.782ZPlanning: Planning completed in 0.53 seconds
2042024-12-17T07:21:58.806Z Mediators to change: 2
2052024-12-17T07:21:58.806Z Create boot environment: No
2062024-12-17T07:21:58.806ZCreate backup boot environment: No
2072024-12-17T07:21:58.872Z Done
2082024-12-17T07:21:58.872Z Done
2092024-12-17T07:21:59.303Z Done
2102024-12-17T07:22:03.625Z Done
2112024-12-17T07:22:03.718Z Done
2122024-12-17T07:22:03.741Z Done
2132024-12-17T07:22:03.809Z Done
2142024-12-17T07:22:04.511ZPlanning: Evaluating mediator changes ... Done
2152024-12-17T07:22:04.534ZPlanning: Merging actions ... Done
2162024-12-17T07:22:04.743ZPlanning: Checking for conflicting actions ... Done
2172024-12-17T07:22:04.766ZPlanning: Consolidating action changes ... Done
2182024-12-17T07:22:05.056ZPlanning: Evaluating mediators ... Done
2192024-12-17T07:22:05.119ZPlanning: Planning completed in 0.89 seconds
2202024-12-17T07:22:05.164Z Packages to change: 1
2212024-12-17T07:22:05.164Z Mediators to change: 1
2222024-12-17T07:22:05.164Z Services to change: 1
2232024-12-17T07:22:05.164Z Create boot environment: No
2242024-12-17T07:22:05.187ZCreate backup boot environment: Yes
2252024-12-17T07:22:06.774Z Actions: 1/6 actions (Updating modified actions)
2262024-12-17T07:22:06.798Z Actions: Completed 6 actions in 0.00 seconds.
2272024-12-17T07:22:06.798Z Done
2282024-12-17T07:22:06.798Z Done
2292024-12-17T07:22:06.911Z Done
2302024-12-17T07:22:11.212Z Done
2312024-12-17T07:22:11.307Z Done
2322024-12-17T07:22:11.333Z Done
2332024-12-17T07:22:11.397Z Done
2342024-12-17T07:22:11.897ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352024-12-17T07:22:11.897Zclang system 15 system
2362024-12-17T07:22:11.897Zcsh system system illumos
2372024-12-17T07:22:11.897Zctags system system illumos
2382024-12-17T07:22:11.897Zgcc vendor 12 vendor
2392024-12-17T07:22:11.897Zgcc system 10 system
2402024-12-17T07:22:11.897Zgcc system 7 system
2412024-12-17T07:22:11.897Zgo system 1.20 system
2422024-12-17T07:22:11.897Zgo system 1.19 system
2432024-12-17T07:22:11.897Zllvm system 15 system
2442024-12-17T07:22:11.897Zllvm system 14 system
2452024-12-17T07:22:11.897Zmariadb system 10.6 system
2462024-12-17T07:22:11.897Zmta vendor vendor dma
2472024-12-17T07:22:11.897Zopenjdk system 17 system
2482024-12-17T07:22:11.897Zopenjdk system 11 system
2492024-12-17T07:22:11.897Zopenjdk system 1.8 system
2502024-12-17T07:22:11.897Zopenssl vendor 3 vendor
2512024-12-17T07:22:11.897Zperl system 5.36 system
2522024-12-17T07:22:11.897Zpostgresql system 15 system
2532024-12-17T07:22:11.897Zpostgresql system 13 system
2542024-12-17T07:22:11.898Zpython vendor 3 vendor
2552024-12-17T07:22:11.898Zpython system 2 system
2562024-12-17T07:22:11.898Zpython3 system 3.11 system
2572024-12-17T07:22:11.898Zruby system 3.0 system
2582024-12-17T07:22:11.898Zwords vendor vendor american-english
2592024-12-17T07:22:11.898Zwords system system australian-english
2602024-12-17T07:22:11.898Zwords system system british-english
2612024-12-17T07:22:11.898Zwords system system canadian-english
2622024-12-17T07:22:11.898Zwords system system french
2632024-12-17T07:22:11.898Zwords system system italian
2642024-12-17T07:22:11.898Zwords system system ngerman
2652024-12-17T07:22:11.898Zwords system system ogerman
2662024-12-17T07:22:11.898Zwords system system spanish
2672024-12-17T07:22:12.291ZPUBLISHER TYPE STATUS P LOCATION
2682024-12-17T07:22:12.291Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692024-12-17T07:22:15.518ZFMRI IFO
2702024-12-17T07:22:15.518Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712024-12-17T07:22:15.518Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722024-12-17T07:22:15.518Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732024-12-17T07:22:15.518Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742024-12-17T07:22:15.518Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752024-12-17T07:22:15.518Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762024-12-17T07:22:15.518Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2772024-12-17T07:22:15.518Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782024-12-17T07:22:15.518Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792024-12-17T07:22:15.518Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2802024-12-17T07:22:15.518Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2812024-12-17T07:22:15.518Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822024-12-17T07:22:15.518Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2832024-12-17T07:22:15.518Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2842024-12-17T07:22:15.518Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852024-12-17T07:22:16.316Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862024-12-17T07:22:17.351Z Updating crates.io index
2872024-12-17T07:22:17.413Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882024-12-17T07:22:18.759Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2892024-12-17T07:22:19.642Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902024-12-17T07:22:20.472Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912024-12-17T07:22:21.321Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922024-12-17T07:22:22.701Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932024-12-17T07:22:24.766Z Updating git repository `https://github.com/oxidecomputer/opte`
2942024-12-17T07:22:25.968Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952024-12-17T07:22:27.121Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962024-12-17T07:22:27.783Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972024-12-17T07:22:28.627Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982024-12-17T07:22:29.629Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2992024-12-17T07:22:30.292Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002024-12-17T07:22:30.905Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012024-12-17T07:22:31.550Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022024-12-17T07:22:32.198Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032024-12-17T07:22:32.788Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042024-12-17T07:22:33.479Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052024-12-17T07:22:34.245Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062024-12-17T07:22:35.018Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3072024-12-17T07:22:35.622Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082024-12-17T07:22:36.534Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3092024-12-17T07:22:37.266Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102024-12-17T07:22:38.190Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112024-12-17T07:22:39.112Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3122024-12-17T07:22:41.594Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3132024-12-17T07:22:42.335Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3142024-12-17T07:22:43.144Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3152024-12-17T07:22:44.990Z Downloading crates ...
3162024-12-17T07:22:45.050Z Downloaded itoa v1.0.11
3172024-12-17T07:22:45.074Z Downloaded unicode-ident v1.0.13
3182024-12-17T07:22:45.074Z Downloaded zerocopy-derive v0.7.35
3192024-12-17T07:22:45.074Z Downloaded camino-tempfile v1.1.1
3202024-12-17T07:22:45.074Z Downloaded fnv v1.0.7
3212024-12-17T07:22:45.074Z Downloaded equivalent v1.0.1
3222024-12-17T07:22:45.074Z Downloaded indexmap v2.7.0
3232024-12-17T07:22:45.074Z Downloaded once_cell v1.20.2
3242024-12-17T07:22:45.097Z Downloaded pest_derive v2.7.14
3252024-12-17T07:22:45.097Z Downloaded smawk v0.3.2
3262024-12-17T07:22:45.097Z Downloaded toml v0.8.19
3272024-12-17T07:22:45.097Z Downloaded zerocopy v0.7.35
3282024-12-17T07:22:45.120Z Downloaded version_check v0.9.5
3292024-12-17T07:22:45.120Z Downloaded ucd-trie v0.1.7
3302024-12-17T07:22:45.120Z Downloaded tabled_derive v0.7.0
3312024-12-17T07:22:45.120Z Downloaded serde_derive v1.0.215
3322024-12-17T07:22:45.120Z Downloaded serde_spanned v0.6.8
3332024-12-17T07:22:45.120Z Downloaded serde v1.0.215
3342024-12-17T07:22:45.144Z Downloaded toml_edit v0.22.22
3352024-12-17T07:22:45.168Z Downloaded scroll v0.12.0
3362024-12-17T07:22:45.168Z Downloaded winnow v0.6.20
3372024-12-17T07:22:45.168Z Downloaded proc-macro2 v1.0.92
3382024-12-17T07:22:45.168Z Downloaded utf8parse v0.2.2
3392024-12-17T07:22:45.168Z Downloaded syn v1.0.109
3402024-12-17T07:22:45.191Z Downloaded tabled v0.15.0
3412024-12-17T07:22:45.191Z Downloaded usdt-impl v0.5.0
3422024-12-17T07:22:45.215Z Downloaded unicode-width v0.1.14
3432024-12-17T07:22:45.215Z Downloaded syn v2.0.90
3442024-12-17T07:22:45.215Z Downloaded typenum v1.17.0
3452024-12-17T07:22:45.215Z Downloaded toml_datetime v0.6.8
3462024-12-17T07:22:45.238Z Downloaded tempfile v3.13.0
3472024-12-17T07:22:45.238Z Downloaded strsim v0.11.1
3482024-12-17T07:22:45.238Z Downloaded sha2 v0.10.8
3492024-12-17T07:22:45.238Z Downloaded rustix v0.38.37
3502024-12-17T07:22:45.263Z Downloaded serde_tokenstream v0.2.2
3512024-12-17T07:22:45.263Z Downloaded semver v1.0.23
3522024-12-17T07:22:45.263Z Downloaded quote v1.0.37
3532024-12-17T07:22:45.263Z Downloaded proc-macro-error v1.0.4
3542024-12-17T07:22:45.263Z Downloaded plain v0.2.3
3552024-12-17T07:22:45.264Z Downloaded pest_generator v2.7.14
3562024-12-17T07:22:45.264Z Downloaded usdt-macro v0.5.0
3572024-12-17T07:22:45.264Z Downloaded unicode-linebreak v0.1.5
3582024-12-17T07:22:45.264Z Downloaded thiserror-impl v1.0.69
3592024-12-17T07:22:45.264Z Downloaded thiserror v1.0.69
3602024-12-17T07:22:45.288Z Downloaded textwrap v0.16.1
3612024-12-17T07:22:45.288Z Downloaded swrite v0.1.0
3622024-12-17T07:22:45.288Z Downloaded pretty-hex v0.4.1
3632024-12-17T07:22:45.288Z Downloaded terminal_size v0.4.0
3642024-12-17T07:22:45.289Z Downloaded libc v0.2.162
3652024-12-17T07:22:45.312Z Downloaded goblin v0.8.2
3662024-12-17T07:22:45.312Z Downloaded pest v2.7.14
3672024-12-17T07:22:45.336Z Downloaded macaddr v1.0.1
3682024-12-17T07:22:45.337Z Downloaded heck v0.5.0
3692024-12-17T07:22:45.337Z Downloaded generic-array v0.14.7
3702024-12-17T07:22:45.337Z Downloaded papergrid v0.11.0
3712024-12-17T07:22:45.337Z Downloaded log v0.4.22
3722024-12-17T07:22:45.337Z Downloaded is_terminal_polyfill v1.70.1
3732024-12-17T07:22:45.337Z Downloaded hashbrown v0.15.1
3742024-12-17T07:22:45.337Z Downloaded fs-err v2.11.0
3752024-12-17T07:22:45.337Z Downloaded fastrand v2.1.1
3762024-12-17T07:22:45.361Z Downloaded dtrace-parser v0.2.0
3772024-12-17T07:22:45.361Z Downloaded digest v0.10.7
3782024-12-17T07:22:45.361Z Downloaded crypto-common v0.1.6
3792024-12-17T07:22:45.361Z Downloaded clap_builder v4.5.21
3802024-12-17T07:22:45.361Z Downloaded memchr v2.7.4
3812024-12-17T07:22:45.361Z Downloaded heck v0.4.1
3822024-12-17T07:22:45.362Z Downloaded clap_lex v0.7.2
3832024-12-17T07:22:45.362Z Downloaded clap v4.5.21
3842024-12-17T07:22:45.386Z Downloaded cfg-if v1.0.0
3852024-12-17T07:22:45.386Z Downloaded cargo_metadata v0.18.1
3862024-12-17T07:22:45.386Z Downloaded errno v0.3.9
3872024-12-17T07:22:45.386Z Downloaded dof v0.3.0
3882024-12-17T07:22:45.386Z Downloaded cpufeatures v0.2.14
3892024-12-17T07:22:45.386Z Downloaded clap_derive v4.5.18
3902024-12-17T07:22:45.386Z Downloaded usdt-attr-macro v0.5.0
3912024-12-17T07:22:45.386Z Downloaded usdt v0.5.0
3922024-12-17T07:22:45.387Z Downloaded serde_json v1.0.133
3932024-12-17T07:22:45.387Z Downloaded proc-macro-error-attr v1.0.4
3942024-12-17T07:22:45.387Z Downloaded pest_meta v2.7.14
3952024-12-17T07:22:45.411Z Downloaded camino v1.1.9
3962024-12-17T07:22:45.411Z Downloaded byteorder v1.5.0
3972024-12-17T07:22:45.411Z Downloaded bitflags v2.6.0
3982024-12-17T07:22:45.411Z Downloaded anyhow v1.0.93
3992024-12-17T07:22:45.411Z Downloaded anstyle-query v1.1.1
4002024-12-17T07:22:45.411Z Downloaded thread-id v4.2.2
4012024-12-17T07:22:45.411Z Downloaded scroll_derive v0.12.0
4022024-12-17T07:22:45.411Z Downloaded ryu v1.0.18
4032024-12-17T07:22:45.411Z Downloaded memmap v0.7.0
4042024-12-17T07:22:45.411Z Downloaded cargo_toml v0.20.5
4052024-12-17T07:22:45.411Z Downloaded bytecount v0.6.8
4062024-12-17T07:22:45.411Z Downloaded autocfg v1.4.0
4072024-12-17T07:22:45.411Z Downloaded anstyle-parse v0.2.5
4082024-12-17T07:22:45.434Z Downloaded anstream v0.6.15
4092024-12-17T07:22:45.435Z Downloaded colorchoice v1.0.2
4102024-12-17T07:22:45.435Z Downloaded cargo-platform v0.1.8
4112024-12-17T07:22:45.435Z Downloaded block-buffer v0.10.4
4122024-12-17T07:22:45.435Z Downloaded anstyle v1.0.10
4132024-12-17T07:22:45.545Z Compiling proc-macro2 v1.0.92
4142024-12-17T07:22:45.545Z Compiling unicode-ident v1.0.13
4152024-12-17T07:22:45.571Z Compiling serde v1.0.215
4162024-12-17T07:22:45.571Z Compiling version_check v0.9.5
4172024-12-17T07:22:45.571Z Compiling memchr v2.7.4
4182024-12-17T07:22:45.571Z Compiling thiserror v1.0.69
4192024-12-17T07:22:45.571Z Compiling libc v0.2.162
4202024-12-17T07:22:45.571Z Compiling itoa v1.0.11
4212024-12-17T07:22:45.812Z Compiling ryu v1.0.18
4222024-12-17T07:22:45.842Z Compiling ucd-trie v0.1.7
4232024-12-17T07:22:46.339Z Compiling once_cell v1.20.2
4242024-12-17T07:22:46.454Z Compiling byteorder v1.5.0
4252024-12-17T07:22:46.479Z Compiling serde_json v1.0.133
4262024-12-17T07:22:46.723Z Compiling rustix v0.38.37
4272024-12-17T07:22:46.819Z Compiling bitflags v2.6.0
4282024-12-17T07:22:46.881Z Compiling usdt-impl v0.5.0
4292024-12-17T07:22:47.101Z Compiling proc-macro-error-attr v1.0.4
4302024-12-17T07:22:47.154Z Compiling syn v1.0.109
4312024-12-17T07:22:47.213Z Compiling proc-macro-error v1.0.4
4322024-12-17T07:22:47.289Z Compiling quote v1.0.37
4332024-12-17T07:22:47.365Z Compiling errno v0.3.9
4342024-12-17T07:22:47.545Z Compiling log v0.4.22
4352024-12-17T07:22:47.585Z Compiling camino v1.1.9
4362024-12-17T07:22:47.642Z Compiling syn v2.0.90
4372024-12-17T07:22:47.773Z Compiling hashbrown v0.15.1
4382024-12-17T07:22:47.920Z Compiling plain v0.2.3
4392024-12-17T07:22:47.949Z Compiling utf8parse v0.2.2
4402024-12-17T07:22:48.083Z Compiling thread-id v4.2.2
4412024-12-17T07:22:48.107Z Compiling equivalent v1.0.1
4422024-12-17T07:22:48.149Z Compiling anstyle-parse v0.2.5
4432024-12-17T07:22:48.424Z Compiling pretty-hex v0.4.1
4442024-12-17T07:22:48.480Z Compiling is_terminal_polyfill v1.70.1
4452024-12-17T07:22:48.610Z Compiling anstyle-query v1.1.1
4462024-12-17T07:22:48.634Z Compiling semver v1.0.23
4472024-12-17T07:22:48.667Z Compiling unicode-width v0.1.14
4482024-12-17T07:22:48.800Z Compiling indexmap v2.7.0
4492024-12-17T07:22:48.887Z Compiling autocfg v1.4.0
4502024-12-17T07:22:48.915Z Compiling anstyle v1.0.10
4512024-12-17T07:22:49.151Z Compiling winnow v0.6.20
4522024-12-17T07:22:49.216Z Compiling colorchoice v1.0.2
4532024-12-17T07:22:49.361Z Compiling terminal_size v0.4.0
4542024-12-17T07:22:49.396Z Compiling anstream v0.6.15
4552024-12-17T07:22:49.930Z Compiling fs-err v2.11.0
4562024-12-17T07:22:49.957Z Compiling clap_lex v0.7.2
4572024-12-17T07:22:50.045Z Compiling heck v0.5.0
4582024-12-17T07:22:50.074Z Compiling heck v0.4.1
4592024-12-17T07:22:50.107Z Compiling anyhow v1.0.93
4602024-12-17T07:22:50.216Z Compiling fastrand v2.1.1
4612024-12-17T07:22:50.439Z Compiling strsim v0.11.1
4622024-12-17T07:22:50.528Z Compiling bytecount v0.6.8
4632024-12-17T07:22:50.556Z Compiling fnv v1.0.7
4642024-12-17T07:22:50.740Z Compiling cfg-if v1.0.0
4652024-12-17T07:22:50.767Z Compiling clap_builder v4.5.21
4662024-12-17T07:22:51.077Z Compiling tempfile v3.13.0
4672024-12-17T07:22:51.143Z Compiling papergrid v0.11.0
4682024-12-17T07:22:51.290Z Compiling memmap v0.7.0
4692024-12-17T07:22:51.449Z Compiling unicode-linebreak v0.1.5
4702024-12-17T07:22:51.659Z Compiling smawk v0.3.2
4712024-12-17T07:22:51.853Z Compiling textwrap v0.16.1
4722024-12-17T07:22:52.284Z Compiling swrite v0.1.0
4732024-12-17T07:22:53.166Z Compiling tabled_derive v0.7.0
4742024-12-17T07:22:54.721Z Compiling tabled v0.15.0
4752024-12-17T07:22:55.750Z Compiling serde_derive v1.0.215
4762024-12-17T07:22:55.750Z Compiling thiserror-impl v1.0.69
4772024-12-17T07:22:55.774Z Compiling zerocopy-derive v0.7.35
4782024-12-17T07:22:55.774Z Compiling scroll_derive v0.12.0
4792024-12-17T07:22:55.855Z Compiling clap_derive v4.5.18
4802024-12-17T07:22:56.823Z Compiling scroll v0.12.0
4812024-12-17T07:22:57.230Z Compiling goblin v0.8.2
4822024-12-17T07:22:57.421Z Compiling zerocopy v0.7.35
4832024-12-17T07:22:58.127Z Compiling pest v2.7.14
4842024-12-17T07:22:58.974Z Compiling clap v4.5.21
4852024-12-17T07:23:00.049Z Compiling pest_meta v2.7.14
4862024-12-17T07:23:00.999Z Compiling pest_generator v2.7.14
4872024-12-17T07:23:02.970Z Compiling pest_derive v2.7.14
4882024-12-17T07:23:03.556Z Compiling dtrace-parser v0.2.0
4892024-12-17T07:23:04.955Z Compiling serde_tokenstream v0.2.2
4902024-12-17T07:23:05.068Z Compiling serde_spanned v0.6.8
4912024-12-17T07:23:05.091Z Compiling toml_datetime v0.6.8
4922024-12-17T07:23:05.247Z Compiling cargo-platform v0.1.8
4932024-12-17T07:23:05.430Z Compiling toml_edit v0.22.22
4942024-12-17T07:23:05.500Z Compiling macaddr v1.0.1
4952024-12-17T07:23:05.662Z Compiling camino-tempfile v1.1.1
4962024-12-17T07:23:06.377Z Compiling dof v0.3.0
4972024-12-17T07:23:06.461Z Compiling cargo_metadata v0.18.1
4982024-12-17T07:23:07.938Z Compiling toml v0.8.19
4992024-12-17T07:23:07.965Z Compiling usdt-attr-macro v0.5.0
5002024-12-17T07:23:07.965Z Compiling usdt-macro v0.5.0
5012024-12-17T07:23:08.616Z Compiling cargo_toml v0.20.5
5022024-12-17T07:23:09.124Z Compiling usdt v0.5.0
5032024-12-17T07:23:12.731Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5042024-12-17T07:23:17.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
5052024-12-17T07:23:18.044Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5062024-12-17T07:23:18.717Z Downloading crates ...
5072024-12-17T07:23:18.856Z Downloaded atty v0.2.14
5082024-12-17T07:23:19.461Z Downloaded atomicwrites v0.4.4
5092024-12-17T07:23:19.461Z Downloaded async-stream-impl v0.3.6
5102024-12-17T07:23:19.461Z Downloaded block-padding v0.3.3
5112024-12-17T07:23:19.461Z Downloaded cstr-argument v0.1.2
5122024-12-17T07:23:19.461Z Downloaded crunchy v0.2.2
5132024-12-17T07:23:19.461Z Downloaded crucible-workspace-hack v0.1.0
5142024-12-17T07:23:19.461Z Downloaded ciborium-io v0.2.2
5152024-12-17T07:23:19.461Z Downloaded headers-core v0.3.0
5162024-12-17T07:23:19.461Z Downloaded curve25519-dalek-derive v0.1.1
5172024-12-17T07:23:19.461Z Downloaded ctr v0.9.2
5182024-12-17T07:23:19.461Z Downloaded primeorder v0.13.6
5192024-12-17T07:23:19.461Z Downloaded r2d2 v0.8.10
5202024-12-17T07:23:19.461Z Downloaded ref-cast-impl v1.0.23
5212024-12-17T07:23:19.461Z Downloaded serde-big-array v0.5.1
5222024-12-17T07:23:19.461Z Downloaded strum v0.26.3
5232024-12-17T07:23:19.461Z Downloaded strum_macros v0.24.3
5242024-12-17T07:23:19.461Z Downloaded try-lock v0.2.5
5252024-12-17T07:23:19.461Z Downloaded topological-sort v0.2.2
5262024-12-17T07:23:19.461Z Downloaded diesel_table_macro_syntax v0.2.0
5272024-12-17T07:23:19.462Z Downloaded foreign-types-shared v0.3.1
5282024-12-17T07:23:19.462Z Downloaded newline-converter v0.3.0
5292024-12-17T07:23:19.462Z Downloaded openssl-probe v0.1.5
5302024-12-17T07:23:19.462Z Downloaded oso-derive v0.27.3
5312024-12-17T07:23:19.462Z Downloaded pretty-hex v0.2.1
5322024-12-17T07:23:19.462Z Downloaded progenitor-client v0.8.0
5332024-12-17T07:23:19.462Z Downloaded progenitor v0.8.0
5342024-12-17T07:23:19.462Z Downloaded sqlparser_derive v0.2.2
5352024-12-17T07:23:19.462Z Downloaded smf v0.2.3
5362024-12-17T07:23:19.462Z Downloaded strum_macros v0.25.3
5372024-12-17T07:23:19.462Z Downloaded yoke-derive v0.7.4
5382024-12-17T07:23:19.462Z Downloaded ed25519 v2.2.3
5392024-12-17T07:23:19.462Z Downloaded path-slash v0.1.5
5402024-12-17T07:23:19.462Z Downloaded parse-size v1.1.0
5412024-12-17T07:23:19.462Z Downloaded pbkdf2 v0.12.2
5422024-12-17T07:23:19.462Z Downloaded rand_core v0.6.4
5432024-12-17T07:23:19.462Z Downloaded termtree v0.4.1
5442024-12-17T07:23:19.462Z Downloaded zerofrom v0.1.4
5452024-12-17T07:23:19.462Z Downloaded term v0.7.0
5462024-12-17T07:23:19.462Z Downloaded mockall v0.13.0
5472024-12-17T07:23:19.462Z Downloaded rpassword v7.3.1
5482024-12-17T07:23:19.462Z Downloaded foldhash v0.1.3
5492024-12-17T07:23:19.462Z Downloaded float-cmp v0.9.0
5502024-12-17T07:23:19.462Z Downloaded polyval v0.6.2
5512024-12-17T07:23:19.462Z Downloaded sigpipe v0.1.3
5522024-12-17T07:23:19.462Z Downloaded pin-project-lite v0.2.14
5532024-12-17T07:23:19.462Z Downloaded darling_macro v0.20.10
5542024-12-17T07:23:19.462Z Downloaded debug-ignore v1.0.5
5552024-12-17T07:23:19.462Z Downloaded russh-cryptovec v0.7.3
5562024-12-17T07:23:19.462Z Downloaded resolv-conf v0.7.0
5572024-12-17T07:23:19.462Z Downloaded peg-runtime v0.8.3
5582024-12-17T07:23:19.462Z Downloaded sync_wrapper v1.0.1
5592024-12-17T07:23:19.462Z Downloaded supports-color v3.0.1
5602024-12-17T07:23:19.462Z Downloaded thread_local v1.1.8
5612024-12-17T07:23:19.462Z Downloaded downcast v0.11.0
5622024-12-17T07:23:19.462Z Downloaded opaque-debug v0.3.1
5632024-12-17T07:23:19.462Z Downloaded number_prefix v0.4.0
5642024-12-17T07:23:19.462Z Downloaded phf_shared v0.10.0
5652024-12-17T07:23:19.462Z Downloaded num_enum_derive v0.5.11
5662024-12-17T07:23:19.463Z Downloaded precomputed-hash v0.1.1
5672024-12-17T07:23:19.463Z Downloaded tinyvec_macros v0.1.1
5682024-12-17T07:23:19.463Z Downloaded quick-error v1.2.3
5692024-12-17T07:23:19.463Z Downloaded time-core v0.1.2
5702024-12-17T07:23:19.463Z Downloaded tinystr v0.7.6
5712024-12-17T07:23:19.463Z Downloaded utf8_iter v1.0.4
5722024-12-17T07:23:19.463Z Downloaded vte v0.11.1
5732024-12-17T07:23:19.463Z Downloaded tinyvec v1.8.0
5742024-12-17T07:23:19.463Z Downloaded qorb v0.2.1
5752024-12-17T07:23:19.463Z Downloaded publicsuffix v2.2.3
5762024-12-17T07:23:19.463Z Downloaded url v2.5.3
5772024-12-17T07:23:19.463Z Downloaded smallvec v0.6.14
5782024-12-17T07:23:19.463Z Downloaded slog-async v2.8.0
5792024-12-17T07:23:19.463Z Downloaded tungstenite v0.24.0
5802024-12-17T07:23:19.463Z Downloaded quick-xml v0.33.0
5812024-12-17T07:23:19.463Z Downloaded tungstenite v0.21.0
5822024-12-17T07:23:19.463Z Downloaded smallvec v1.13.2
5832024-12-17T07:23:19.463Z Downloaded petname v2.0.2
5842024-12-17T07:23:19.463Z Downloaded num-traits v0.2.19
5852024-12-17T07:23:19.463Z Downloaded parking_lot_core v0.8.6
5862024-12-17T07:23:19.463Z Downloaded dropshot v0.12.0
5872024-12-17T07:23:19.463Z Downloaded object v0.36.5
5882024-12-17T07:23:19.463Z Downloaded dropshot v0.15.1
5892024-12-17T07:23:19.463Z Downloaded russh v0.45.0
5902024-12-17T07:23:19.463Z Downloaded openapiv3 v2.0.0
5912024-12-17T07:23:19.463Z Downloaded rusqlite v0.32.1
5922024-12-17T07:23:19.463Z Downloaded rustls-webpki v0.101.7
5932024-12-17T07:23:19.463Z Downloaded proptest v1.5.0
5942024-12-17T07:23:19.463Z Downloaded lalrpop v0.19.12
5952024-12-17T07:23:19.463Z Downloaded ratatui v0.28.1
5962024-12-17T07:23:19.488Z Downloaded idna v0.5.0
5972024-12-17T07:23:19.488Z Downloaded zerocopy-derive v0.6.6
5982024-12-17T07:23:19.488Z Downloaded idna v0.3.0
5992024-12-17T07:23:19.488Z Downloaded zerocopy v0.8.10
6002024-12-17T07:23:19.488Z Downloaded idna v0.4.0
6012024-12-17T07:23:19.488Z Downloaded idna v0.2.3
6022024-12-17T07:23:19.488Z Downloaded hickory-proto v0.24.1
6032024-12-17T07:23:19.512Z Downloaded smoltcp v0.11.0
6042024-12-17T07:23:19.512Z Downloaded icu_properties_data v1.5.0
6052024-12-17T07:23:19.535Z Downloaded time v0.3.36
6062024-12-17T07:23:19.535Z Downloaded hyper v1.5.1
6072024-12-17T07:23:19.536Z Downloaded hkdf v0.12.4
6082024-12-17T07:23:19.559Z Downloaded itertools v0.13.0
6092024-12-17T07:23:19.559Z Downloaded itertools v0.12.1
6102024-12-17T07:23:19.559Z Downloaded csv v1.3.0
6112024-12-17T07:23:19.582Z Downloaded libxml v0.3.3
6122024-12-17T07:23:19.605Z Downloaded sled v0.34.7
6132024-12-17T07:23:19.606Z Downloaded libm v0.2.8
6142024-12-17T07:23:19.629Z Downloaded itertools v0.10.5
6152024-12-17T07:23:19.629Z Downloaded idna v1.0.3
6162024-12-17T07:23:19.629Z Downloaded rsa v0.9.6
6172024-12-17T07:23:19.629Z Downloaded tokio v1.42.0
6182024-12-17T07:23:19.671Z Downloaded fatfs v0.3.6
6192024-12-17T07:23:19.694Z Downloaded dropshot_endpoint v0.15.1
6202024-12-17T07:23:19.694Z Downloaded regress v0.9.1
6212024-12-17T07:23:19.694Z Downloaded unsafe-libyaml v0.2.11
6222024-12-17T07:23:19.694Z Downloaded serde_yaml v0.9.34+deprecated
6232024-12-17T07:23:19.718Z Downloaded petgraph v0.6.5
6242024-12-17T07:23:19.741Z Downloaded minimal-lexical v0.2.1
6252024-12-17T07:23:19.741Z Downloaded object v0.30.4
6262024-12-17T07:23:19.741Z Downloaded regress v0.10.1
6272024-12-17T07:23:19.764Z Downloaded lzma-sys v0.1.20
6282024-12-17T07:23:19.788Z Downloaded libz-sys v1.1.20
6292024-12-17T07:23:19.811Z Downloaded slog v2.7.0
6302024-12-17T07:23:19.811Z Downloaded postcard v1.0.10
6312024-12-17T07:23:19.812Z Downloaded zip v0.6.6
6322024-12-17T07:23:19.835Z Downloaded encoding_rs v0.8.34
6332024-12-17T07:23:19.858Z Downloaded tungstenite v0.23.0
6342024-12-17T07:23:19.858Z Downloaded icu_collections v1.5.0
6352024-12-17T07:23:19.858Z Downloaded http v1.1.0
6362024-12-17T07:23:19.859Z Downloaded slog-term v2.9.1
6372024-12-17T07:23:19.882Z Downloaded postgres-types v0.2.8
6382024-12-17T07:23:19.882Z Downloaded getrandom v0.2.15
6392024-12-17T07:23:19.882Z Downloaded webpki-roots v0.26.6
6402024-12-17T07:23:19.882Z Downloaded spin v0.9.8
6412024-12-17T07:23:19.882Z Downloaded hickory-resolver v0.24.1
6422024-12-17T07:23:19.882Z Downloaded hyper-util v0.1.10
6432024-12-17T07:23:19.906Z Downloaded powerfmt v0.2.0
6442024-12-17T07:23:19.906Z Downloaded h2 v0.4.6
6452024-12-17T07:23:19.906Z Downloaded sha3 v0.10.8
6462024-12-17T07:23:19.906Z Downloaded dsl_auto_type v0.1.2
6472024-12-17T07:23:19.906Z Downloaded typify-impl v0.2.0
6482024-12-17T07:23:19.929Z Downloaded gethostname v0.5.0
6492024-12-17T07:23:19.929Z Downloaded percent-encoding v2.3.1
6502024-12-17T07:23:19.929Z Downloaded slog-bunyan v2.5.0
6512024-12-17T07:23:19.929Z Downloaded foreign-types-macros v0.2.3
6522024-12-17T07:23:19.929Z Downloaded unicode-width v0.2.0
6532024-12-17T07:23:19.952Z Downloaded zerocopy v0.6.6
6542024-12-17T07:23:19.952Z Downloaded heapless v0.8.0
6552024-12-17T07:23:19.952Z Downloaded heapless v0.7.17
6562024-12-17T07:23:19.952Z Downloaded futures-util v0.3.31
6572024-12-17T07:23:19.975Z Downloaded slog-scope v4.4.0
6582024-12-17T07:23:19.976Z Downloaded slog-json v2.6.1
6592024-12-17T07:23:19.976Z Downloaded slog-envlogger v2.2.0
6602024-12-17T07:23:19.976Z Downloaded slog-dtrace v0.3.0
6612024-12-17T07:23:19.976Z Downloaded num_enum v0.5.11
6622024-12-17T07:23:19.976Z Downloaded defmt-macros v0.3.9
6632024-12-17T07:23:19.976Z Downloaded untrusted v0.7.1
6642024-12-17T07:23:19.976Z Downloaded regex-automata v0.4.8
6652024-12-17T07:23:19.999Z Downloaded hickory-server v0.24.1
6662024-12-17T07:23:20.022Z Downloaded reqwest v0.12.9
6672024-12-17T07:23:20.022Z Downloaded rayon v1.10.0
6682024-12-17T07:23:20.022Z Downloaded poly1305 v0.8.0
6692024-12-17T07:23:20.046Z Downloaded polar-core v0.27.3
6702024-12-17T07:23:20.046Z Downloaded parking_lot v0.12.3
6712024-12-17T07:23:20.046Z Downloaded indicatif v0.17.9
6722024-12-17T07:23:20.046Z Downloaded indexmap v1.9.3
6732024-12-17T07:23:20.046Z Downloaded bzip2-sys v0.1.11+1.0.8
6742024-12-17T07:23:20.069Z Downloaded tiny-keccak v2.0.2
6752024-12-17T07:23:20.069Z Downloaded time-macros v0.2.18
6762024-12-17T07:23:20.069Z Downloaded hashbrown v0.12.3
6772024-12-17T07:23:20.093Z Downloaded der v0.7.9
6782024-12-17T07:23:20.093Z Downloaded nix v0.27.1
6792024-12-17T07:23:20.093Z Downloaded httparse v1.9.5
6802024-12-17T07:23:20.093Z Downloaded uuid v1.11.0
6812024-12-17T07:23:20.116Z Downloaded libgit2-sys v0.17.0+1.8.1
6822024-12-17T07:23:20.164Z Downloaded zip v2.1.3
6832024-12-17T07:23:20.187Z Downloaded thiserror v2.0.3
6842024-12-17T07:23:20.187Z Downloaded nix v0.29.0
6852024-12-17T07:23:20.211Z Downloaded diff v0.1.13
6862024-12-17T07:23:20.211Z Downloaded utf16_iter v1.0.5
6872024-12-17T07:23:20.211Z Downloaded utf-8 v0.7.6
6882024-12-17T07:23:20.211Z Downloaded tls_codec_derive v0.4.1
6892024-12-17T07:23:20.211Z Downloaded tls_codec v0.4.1
6902024-12-17T07:23:20.211Z Downloaded slog-stdlog v4.1.1
6912024-12-17T07:23:20.211Z Downloaded vsss-rs v3.3.4
6922024-12-17T07:23:20.211Z Downloaded uzers v0.12.1
6932024-12-17T07:23:20.211Z Downloaded peg v0.8.4
6942024-12-17T07:23:20.211Z Downloaded walkdir v2.5.0
6952024-12-17T07:23:20.235Z Downloaded omicron-zone-package v0.11.1
6962024-12-17T07:23:20.235Z Downloaded hashbrown v0.14.5
6972024-12-17T07:23:20.235Z Downloaded peg-macros v0.8.4
6982024-12-17T07:23:20.235Z Downloaded icu_properties v1.5.1
6992024-12-17T07:23:20.235Z Downloaded postgres-protocol v0.6.7
7002024-12-17T07:23:20.235Z Downloaded phf_generator v0.11.2
7012024-12-17T07:23:20.235Z Downloaded parking_lot_core v0.9.10
7022024-12-17T07:23:20.235Z Downloaded half v2.4.1
7032024-12-17T07:23:20.259Z Downloaded dropshot_endpoint v0.12.0
7042024-12-17T07:23:20.259Z Downloaded futures-sink v0.3.31
7052024-12-17T07:23:20.259Z Downloaded futures-macro v0.3.31
7062024-12-17T07:23:20.259Z Downloaded futures-executor v0.3.31
7072024-12-17T07:23:20.259Z Downloaded foreign-types v0.5.0
7082024-12-17T07:23:20.259Z Downloaded untrusted v0.9.0
7092024-12-17T07:23:20.259Z Downloaded ppv-lite86 v0.2.20
7102024-12-17T07:23:20.259Z Downloaded wait-timeout v0.2.0
7112024-12-17T07:23:20.259Z Downloaded phf_codegen v0.11.2
7122024-12-17T07:23:20.260Z Downloaded phf v0.11.2
7132024-12-17T07:23:20.260Z Downloaded fxhash v0.2.1
7142024-12-17T07:23:20.260Z Downloaded rtoolbox v0.0.2
7152024-12-17T07:23:20.260Z Downloaded num-derive v0.4.2
7162024-12-17T07:23:20.260Z Downloaded fallible-streaming-iterator v0.1.9
7172024-12-17T07:23:20.260Z Downloaded fallible-iterator v0.3.0
7182024-12-17T07:23:20.260Z Downloaded fallible-iterator v0.2.0
7192024-12-17T07:23:20.283Z Downloaded parking_lot v0.11.2
7202024-12-17T07:23:20.283Z Downloaded want v0.3.1
7212024-12-17T07:23:20.283Z Downloaded waitgroup v0.1.2
7222024-12-17T07:23:20.283Z Downloaded vte_generate_state_changes v0.1.2
7232024-12-17T07:23:20.284Z Downloaded olpc-cjson v0.1.4
7242024-12-17T07:23:20.284Z Downloaded hash32 v0.3.1
7252024-12-17T07:23:20.284Z Downloaded hash32 v0.2.1
7262024-12-17T07:23:20.284Z Downloaded displaydoc v0.2.5
7272024-12-17T07:23:20.284Z Downloaded portable-atomic v1.9.0
7282024-12-17T07:23:20.307Z Downloaded nix v0.28.0
7292024-12-17T07:23:20.307Z Downloaded group v0.13.0
7302024-12-17T07:23:20.307Z Downloaded display-error-chain v0.2.2
7312024-12-17T07:23:20.307Z Downloaded dirs-sys-next v0.1.2
7322024-12-17T07:23:20.307Z Downloaded dirs-next v2.0.0
7332024-12-17T07:23:20.307Z Downloaded difflib v0.4.0
7342024-12-17T07:23:20.307Z Downloaded defmt-parser v0.3.4
7352024-12-17T07:23:20.307Z Downloaded zone v0.3.0
7362024-12-17T07:23:20.331Z Downloaded zone v0.1.8
7372024-12-17T07:23:20.331Z Downloaded whoami v1.5.2
7382024-12-17T07:23:20.331Z Downloaded radix_trie v0.2.1
7392024-12-17T07:23:20.331Z Downloaded icu_locid_transform v1.5.0
7402024-12-17T07:23:20.331Z Downloaded num_threads v0.1.7
7412024-12-17T07:23:20.331Z Downloaded which v4.4.2
7422024-12-17T07:23:20.331Z Downloaded rayon-core v1.12.1
7432024-12-17T07:23:20.331Z Downloaded hashbrown v0.13.2
7442024-12-17T07:23:20.355Z Downloaded gimli v0.31.1
7452024-12-17T07:23:20.355Z Downloaded rustls v0.23.19
7462024-12-17T07:23:20.378Z Downloaded rustls v0.22.4
7472024-12-17T07:23:20.378Z Downloaded quinn v0.11.5
7482024-12-17T07:23:20.378Z Downloaded miniz_oxide v0.8.0
7492024-12-17T07:23:20.378Z Downloaded icu_normalizer v1.5.0
7502024-12-17T07:23:20.401Z Downloaded spki v0.7.3
7512024-12-17T07:23:20.401Z Downloaded headers v0.4.0
7522024-12-17T07:23:20.401Z Downloaded unicode-normalization v0.1.24
7532024-12-17T07:23:20.401Z Downloaded icu_provider v1.5.0
7542024-12-17T07:23:20.401Z Downloaded icu_normalizer_data v1.5.0
7552024-12-17T07:23:20.425Z Downloaded icu_locid_transform_data v1.5.0
7562024-12-17T07:23:20.425Z Downloaded icu_locid v1.5.0
7572024-12-17T07:23:20.425Z Downloaded subtle v2.6.1
7582024-12-17T07:23:20.425Z Downloaded pem-rfc7468 v0.7.0
7592024-12-17T07:23:20.425Z Downloaded pem v3.0.4
7602024-12-17T07:23:20.425Z Downloaded parse-display v0.10.0
7612024-12-17T07:23:20.425Z Downloaded diesel v2.2.6
7622024-12-17T07:23:20.449Z Downloaded sync-ptr v0.1.1
7632024-12-17T07:23:20.449Z Downloaded rfc6979 v0.4.0
7642024-12-17T07:23:20.449Z Downloaded darling_core v0.20.10
7652024-12-17T07:23:20.449Z Downloaded rustls-webpki v0.102.8
7662024-12-17T07:23:20.473Z Downloaded futures-task v0.3.31
7672024-12-17T07:23:20.473Z Downloaded filetime v0.2.25
7682024-12-17T07:23:20.473Z Downloaded ff v0.13.0
7692024-12-17T07:23:20.474Z Downloaded fd-lock v4.0.2
7702024-12-17T07:23:20.497Z Downloaded sha1 v0.10.6
7712024-12-17T07:23:20.497Z Downloaded zopfli v0.8.1
7722024-12-17T07:23:20.497Z Downloaded flate2 v1.0.34
7732024-12-17T07:23:20.497Z Downloaded thiserror-no-std v2.0.2
7742024-12-17T07:23:20.497Z Downloaded thiserror-impl-no-std v2.0.2
7752024-12-17T07:23:20.497Z Downloaded thiserror-impl v2.0.3
7762024-12-17T07:23:20.497Z Downloaded num v0.4.3
7772024-12-17T07:23:20.497Z Downloaded git2 v0.19.0
7782024-12-17T07:23:20.520Z Downloaded hyper-rustls v0.27.3
7792024-12-17T07:23:20.520Z Downloaded rand_xorshift v0.3.0
7802024-12-17T07:23:20.520Z Downloaded num-rational v0.4.2
7812024-12-17T07:23:20.520Z Downloaded hashlink v0.9.1
7822024-12-17T07:23:20.520Z Downloaded similar v2.6.0
7832024-12-17T07:23:20.521Z Downloaded quinn-proto v0.11.8
7842024-12-17T07:23:20.544Z Downloaded rustls v0.21.12
7852024-12-17T07:23:20.544Z Downloaded num-iter v0.1.45
7862024-12-17T07:23:20.544Z Downloaded num-integer v0.1.46
7872024-12-17T07:23:20.544Z Downloaded defmt v0.3.8
7882024-12-17T07:23:20.567Z Downloaded signal-hook v0.3.17
7892024-12-17T07:23:20.567Z Downloaded futures-io v0.3.31
7902024-12-17T07:23:20.567Z Downloaded foreign-types v0.3.2
7912024-12-17T07:23:20.567Z Downloaded flagset v0.4.6
7922024-12-17T07:23:20.567Z Downloaded smoltcp v0.9.1
7932024-12-17T07:23:20.591Z Downloaded data-encoding v2.6.0
7942024-12-17T07:23:20.591Z Downloaded simd-adler32 v0.3.7
7952024-12-17T07:23:20.591Z Downloaded shlex v1.3.0
7962024-12-17T07:23:20.591Z Downloaded unicode_categories v0.1.1
7972024-12-17T07:23:20.591Z Downloaded unicode-segmentation v1.12.0
7982024-12-17T07:23:20.591Z Downloaded ring v0.17.8
7992024-12-17T07:23:20.662Z Downloaded num-bigint-dig v0.8.4
8002024-12-17T07:23:20.685Z Downloaded nibble_vec v0.1.0
8012024-12-17T07:23:20.685Z Downloaded dyn-clone v1.0.17
8022024-12-17T07:23:20.685Z Downloaded zerovec v0.10.4
8032024-12-17T07:23:20.685Z Downloaded serde_with v3.11.0
8042024-12-17T07:23:20.709Z Downloaded vcpkg v0.2.15
8052024-12-17T07:23:20.732Z Downloaded openssl v0.10.66
8062024-12-17T07:23:20.756Z Downloaded trust-dns-proto v0.22.0
8072024-12-17T07:23:20.779Z Downloaded regex-syntax v0.8.5
8082024-12-17T07:23:20.779Z Downloaded hmac v0.12.1
8092024-12-17T07:23:20.779Z Downloaded zone_cfg_derive v0.3.0
8102024-12-17T07:23:20.779Z Downloaded zone_cfg_derive v0.1.2
8112024-12-17T07:23:20.779Z Downloaded slab v0.4.9
8122024-12-17T07:23:20.779Z Downloaded siphasher v0.3.11
8132024-12-17T07:23:20.779Z Downloaded signature v2.2.0
8142024-12-17T07:23:20.779Z Downloaded signal-hook-tokio v0.3.1
8152024-12-17T07:23:20.779Z Downloaded signal-hook-registry v1.4.2
8162024-12-17T07:23:20.779Z Downloaded signal-hook-mio v0.2.4
8172024-12-17T07:23:20.780Z Downloaded shell-words v1.1.0
8182024-12-17T07:23:20.803Z Downloaded pin-project-internal v1.1.6
8192024-12-17T07:23:20.803Z Downloaded pin-project v1.1.6
8202024-12-17T07:23:20.803Z Downloaded flume v0.11.1
8212024-12-17T07:23:20.803Z Downloaded unicode-bidi v0.3.17
8222024-12-17T07:23:20.803Z Downloaded num-bigint v0.4.6
8232024-12-17T07:23:20.827Z Downloaded mio v1.0.2
8242024-12-17T07:23:20.827Z Downloaded env_logger v0.11.5
8252024-12-17T07:23:20.827Z Downloaded password-hash v0.4.2
8262024-12-17T07:23:20.828Z Downloaded psl-types v2.0.11
8272024-12-17T07:23:20.828Z Downloaded progenitor-macro v0.8.0
8282024-12-17T07:23:20.828Z Downloaded memmap2 v0.9.5
8292024-12-17T07:23:20.828Z Downloaded libloading v0.8.5
8302024-12-17T07:23:20.828Z Downloaded highway v1.2.0
8312024-12-17T07:23:20.828Z Downloaded snafu v0.8.5
8322024-12-17T07:23:20.851Z Downloaded ron v0.8.1
8332024-12-17T07:23:20.852Z Downloaded num-conv v0.1.0
8342024-12-17T07:23:20.852Z Downloaded winnow v0.5.40
8352024-12-17T07:23:20.852Z Downloaded sqlparser v0.45.0
8362024-12-17T07:23:20.875Z Downloaded p384 v0.13.0
8372024-12-17T07:23:20.875Z Downloaded unicode-properties v0.1.3
8382024-12-17T07:23:20.875Z Downloaded expectorate v1.1.0
8392024-12-17T07:23:20.875Z Downloaded rustyline v14.0.0
8402024-12-17T07:23:20.898Z Downloaded ring v0.16.20
8412024-12-17T07:23:20.972Z Downloaded mime_guess v2.0.5
8422024-12-17T07:23:20.995Z Downloaded mime v0.3.17
8432024-12-17T07:23:20.995Z Downloaded phf_shared v0.11.2
8442024-12-17T07:23:20.995Z Downloaded float-ord v0.3.2
8452024-12-17T07:23:20.995Z Downloaded socket2 v0.5.7
8462024-12-17T07:23:20.995Z Downloaded ron v0.7.1
8472024-12-17T07:23:20.996Z Downloaded ipnet v2.10.1
8482024-12-17T07:23:20.996Z Downloaded fixedbitset v0.4.2
8492024-12-17T07:23:20.996Z Downloaded universal-hash v0.5.1
8502024-12-17T07:23:20.996Z Downloaded unicode-xid v0.2.6
8512024-12-17T07:23:20.996Z Downloaded unicode-truncate v1.1.0
8522024-12-17T07:23:20.996Z Downloaded snafu-derive v0.8.5
8532024-12-17T07:23:20.996Z Downloaded pkcs5 v0.7.1
8542024-12-17T07:23:21.020Z Downloaded pkcs1 v0.7.5
8552024-12-17T07:23:21.020Z Downloaded zerocopy-derive v0.8.10
8562024-12-17T07:23:21.020Z Downloaded parse-zoneinfo v0.3.1
8572024-12-17T07:23:21.020Z Downloaded nom v7.1.3
8582024-12-17T07:23:21.020Z Downloaded steno v0.4.1
8592024-12-17T07:23:21.043Z Downloaded memoffset v0.9.1
8602024-12-17T07:23:21.043Z Downloaded lock_api v0.4.12
8612024-12-17T07:23:21.043Z Downloaded litemap v0.7.3
8622024-12-17T07:23:21.043Z Downloaded kstat-rs v0.2.4
8632024-12-17T07:23:21.043Z Downloaded jobserver v0.1.32
8642024-12-17T07:23:21.043Z Downloaded iana-time-zone v0.1.61
8652024-12-17T07:23:21.043Z Downloaded unicase v2.7.0
8662024-12-17T07:23:21.044Z Downloaded tokio-native-tls v0.3.1
8672024-12-17T07:23:21.044Z Downloaded tokio-macros v2.4.0
8682024-12-17T07:23:21.044Z Downloaded spin v0.5.2
8692024-12-17T07:23:21.044Z Downloaded pkcs8 v0.10.2
8702024-12-17T07:23:21.068Z Downloaded tar v0.4.42
8712024-12-17T07:23:21.068Z Downloaded hyper-staticfile v0.10.1
8722024-12-17T07:23:21.068Z Downloaded http-body-util v0.1.2
8732024-12-17T07:23:21.068Z Downloaded bstr v1.10.0
8742024-12-17T07:23:21.068Z Downloaded pkg-config v0.3.31
8752024-12-17T07:23:21.068Z Downloaded pin-utils v0.1.0
8762024-12-17T07:23:21.068Z Downloaded num-complex v0.4.6
8772024-12-17T07:23:21.068Z Downloaded env_logger v0.10.2
8782024-12-17T07:23:21.092Z Downloaded libsqlite3-sys v0.30.1
8792024-12-17T07:23:21.162Z Downloaded ecdsa v0.16.9
8802024-12-17T07:23:21.185Z Downloaded rand v0.8.5
8812024-12-17T07:23:21.185Z Downloaded libsw v3.3.1
8822024-12-17T07:23:21.185Z Downloaded chrono-tz v0.10.0
8832024-12-17T07:23:21.185Z Downloaded mirai-annotations v1.12.0
8842024-12-17T07:23:21.185Z Downloaded env_filter v0.1.2
8852024-12-17T07:23:21.185Z Downloaded enum-as-inner v0.6.1
8862024-12-17T07:23:21.186Z Downloaded dunce v1.0.5
8872024-12-17T07:23:21.186Z Downloaded zerovec-derive v0.10.3
8882024-12-17T07:23:21.186Z Downloaded zeroize_derive v1.4.2
8892024-12-17T07:23:21.209Z Downloaded zeroize v1.8.1
8902024-12-17T07:23:21.209Z Downloaded zerofrom-derive v0.1.4
8912024-12-17T07:23:21.209Z Downloaded test-strategy v0.3.1
8922024-12-17T07:23:21.209Z Downloaded russh-keys v0.45.0
8932024-12-17T07:23:21.209Z Downloaded enum-as-inner v0.5.1
8942024-12-17T07:23:21.210Z Downloaded endian-type v0.1.2
8952024-12-17T07:23:21.210Z Downloaded regex-syntax v0.6.29
8962024-12-17T07:23:21.210Z Downloaded darling v0.20.10
8972024-12-17T07:23:21.233Z Downloaded tap v1.0.1
8982024-12-17T07:23:21.233Z Downloaded serde_with_macros v3.11.0
8992024-12-17T07:23:21.233Z Downloaded x509-cert v0.2.5
9002024-12-17T07:23:21.233Z Downloaded typed-path v0.9.3
9012024-12-17T07:23:21.233Z Downloaded ssh-key v0.6.6
9022024-12-17T07:23:21.256Z Downloaded httpdate v1.0.3
9032024-12-17T07:23:21.256Z Downloaded termios v0.3.3
9042024-12-17T07:23:21.256Z Downloaded termcolor v1.4.1
9052024-12-17T07:23:21.256Z Downloaded tabwriter v1.4.0
9062024-12-17T07:23:21.256Z Downloaded synstructure v0.13.1
9072024-12-17T07:23:21.256Z Downloaded ed25519-dalek v2.1.1
9082024-12-17T07:23:21.256Z Downloaded regex v1.11.1
9092024-12-17T07:23:21.280Z Downloaded md-5 v0.10.6
9102024-12-17T07:23:21.280Z Downloaded maplit v1.0.2
9112024-12-17T07:23:21.280Z Downloaded lru-cache v0.1.2
9122024-12-17T07:23:21.280Z Downloaded lru v0.12.5
9132024-12-17T07:23:21.280Z Downloaded linear-map v1.2.0
9142024-12-17T07:23:21.280Z Downloaded internet-checksum v0.2.1
9152024-12-17T07:23:21.281Z Downloaded indent_write v2.2.0
9162024-12-17T07:23:21.281Z Downloaded take_mut v0.2.2
9172024-12-17T07:23:21.281Z Downloaded serde_urlencoded v0.7.1
9182024-12-17T07:23:21.281Z Downloaded serde_repr v0.1.19
9192024-12-17T07:23:21.281Z Downloaded serde_plain v1.0.2
9202024-12-17T07:23:21.281Z Downloaded serde_path_to_error v0.1.16
9212024-12-17T07:23:21.281Z Downloaded rusty-fork v0.3.0
9222024-12-17T07:23:21.304Z Downloaded rustversion v1.0.17
9232024-12-17T07:23:21.304Z Downloaded rand_seeder v0.3.0
9242024-12-17T07:23:21.304Z Downloaded globset v0.4.15
9252024-12-17T07:23:21.304Z Downloaded elliptic-curve v0.13.8
9262024-12-17T07:23:21.304Z Downloaded p521 v0.13.3
9272024-12-17T07:23:21.304Z Downloaded libefi-sys v0.1.0
9282024-12-17T07:23:21.304Z Downloaded inout v0.1.3
9292024-12-17T07:23:21.304Z Downloaded hickory-client v0.24.1
9302024-12-17T07:23:21.304Z Downloaded rand_chacha v0.3.1
9312024-12-17T07:23:21.304Z Downloaded password-hash v0.5.0
9322024-12-17T07:23:21.304Z Downloaded nu-ansi-term v0.50.1
9332024-12-17T07:23:21.328Z Downloaded newtype_derive v0.1.6
9342024-12-17T07:23:21.328Z Downloaded pbkdf2 v0.11.0
9352024-12-17T07:23:21.328Z Downloaded paste v1.0.15
9362024-12-17T07:23:21.328Z Downloaded parse-display-derive v0.10.0
9372024-12-17T07:23:21.328Z Downloaded vergen v8.3.2
9382024-12-17T07:23:21.328Z Downloaded lockfree-object-pool v0.1.6
9392024-12-17T07:23:21.328Z Downloaded keccak v0.1.5
9402024-12-17T07:23:21.328Z Downloaded is-terminal v0.4.13
9412024-12-17T07:23:21.328Z Downloaded instability v0.3.2
9422024-12-17T07:23:21.328Z Downloaded nodrop v0.1.14
9432024-12-17T07:23:21.328Z Downloaded glob v0.3.1
9442024-12-17T07:23:21.328Z Downloaded yoke v0.7.4
9452024-12-17T07:23:21.385Z Downloaded value-bag v1.9.0
9462024-12-17T07:23:21.385Z Downloaded indoc v1.0.9
9472024-12-17T07:23:21.385Z Downloaded curve25519-dalek v4.1.3
9482024-12-17T07:23:21.385Z Downloaded normalize-line-endings v0.3.0
9492024-12-17T07:23:21.385Z Downloaded ghash v0.5.1
9502024-12-17T07:23:21.385Z Downloaded ena v0.14.3
9512024-12-17T07:23:21.385Z Downloaded embedded-io v0.6.1
9522024-12-17T07:23:21.409Z Downloaded embedded-io v0.4.0
9532024-12-17T07:23:21.409Z Downloaded either v1.13.0
9542024-12-17T07:23:21.409Z Downloaded yasna v0.5.2
9552024-12-17T07:23:21.409Z Downloaded maybe-uninit v2.0.0
9562024-12-17T07:23:21.433Z Downloaded lalrpop-util v0.19.12
9572024-12-17T07:23:21.433Z Downloaded xz2 v0.1.7
9582024-12-17T07:23:21.433Z Downloaded xattr v1.3.1
9592024-12-17T07:23:21.433Z Downloaded wyz v0.5.1
9602024-12-17T07:23:21.433Z Downloaded writeable v0.5.5
9612024-12-17T07:23:21.433Z Downloaded typify v0.2.0
9622024-12-17T07:23:21.433Z Downloaded subprocess v0.2.9
9632024-12-17T07:23:21.433Z Downloaded strum_macros v0.26.4
9642024-12-17T07:23:21.433Z Downloaded managed v0.8.0
9652024-12-17T07:23:21.433Z Downloaded linked-hash-map v0.5.6
9662024-12-17T07:23:21.433Z Downloaded lazycell v1.3.0
9672024-12-17T07:23:21.433Z Downloaded write16 v1.0.0
9682024-12-17T07:23:21.433Z Downloaded unarray v0.1.4
9692024-12-17T07:23:21.433Z Downloaded typify-macro v0.2.0
9702024-12-17T07:23:21.433Z Downloaded twox-hash v1.6.3
9712024-12-17T07:23:21.457Z Downloaded rustls-pki-types v1.10.0
9722024-12-17T07:23:21.457Z Downloaded tokio-util v0.7.12
9732024-12-17T07:23:21.457Z Downloaded hyper-tls v0.6.0
9742024-12-17T07:23:21.457Z Downloaded stable_deref_trait v1.2.0
9752024-12-17T07:23:21.481Z Downloaded ssh-encoding v0.2.0
9762024-12-17T07:23:21.481Z Downloaded ssh-cipher v0.2.0
9772024-12-17T07:23:21.481Z Downloaded sqlformat v0.2.6
9782024-12-17T07:23:21.481Z Downloaded rustls-pemfile v2.2.0
9792024-12-17T07:23:21.505Z Downloaded progenitor-impl v0.8.0
9802024-12-17T07:23:21.505Z Downloaded p256 v0.13.2
9812024-12-17T07:23:21.505Z Downloaded openssl-sys v0.9.103
9822024-12-17T07:23:21.528Z Downloaded tough v0.19.0
9832024-12-17T07:23:21.528Z Downloaded lazy_static v1.5.0
9842024-12-17T07:23:21.528Z Downloaded ipnetwork v0.20.0
9852024-12-17T07:23:21.528Z Downloaded humantime v2.1.0
9862024-12-17T07:23:21.552Z Downloaded hubpack v0.1.2
9872024-12-17T07:23:21.552Z Downloaded rustls-pemfile v1.0.4
9882024-12-17T07:23:21.552Z Downloaded rustfmt-wrapper v0.2.1
9892024-12-17T07:23:21.552Z Downloaded rustc_version v0.4.1
9902024-12-17T07:23:21.552Z Downloaded rustc-demangle v0.1.24
9912024-12-17T07:23:21.552Z Downloaded predicates v3.1.2
9922024-12-17T07:23:21.552Z Downloaded oso v0.27.3
9932024-12-17T07:23:21.552Z Downloaded mockall_derive v0.13.0
9942024-12-17T07:23:21.552Z Downloaded aws-lc-sys v0.22.0
9952024-12-17T07:23:21.811Z Downloaded salty v0.3.0
9962024-12-17T07:23:21.835Z Downloaded hostname v0.3.1
9972024-12-17T07:23:21.835Z Downloaded chrono v0.4.38
9982024-12-17T07:23:21.835Z Downloaded bitvec v1.0.1
9992024-12-17T07:23:21.858Z Downloaded rustc_version v0.1.7
10002024-12-17T07:23:21.858Z Downloaded rustc-hash v2.0.0
10012024-12-17T07:23:21.858Z Downloaded rustc-hash v1.1.0
10022024-12-17T07:23:21.858Z Downloaded diesel_derives v2.2.3
10032024-12-17T07:23:21.858Z Downloaded toml_edit v0.19.15
10042024-12-17T07:23:21.882Z Downloaded predicates-tree v1.0.11
10052024-12-17T07:23:21.882Z Downloaded predicates-core v1.0.8
10062024-12-17T07:23:21.882Z Downloaded owo-colors v4.1.0
10072024-12-17T07:23:21.882Z Downloaded dhcproto v0.12.0
10082024-12-17T07:23:21.882Z Downloaded derive_more v0.99.18
10092024-12-17T07:23:21.906Z Downloaded derive-where v1.2.7
10102024-12-17T07:23:21.906Z Downloaded idna_adapter v1.2.0
10112024-12-17T07:23:21.906Z Downloaded home v0.5.9
10122024-12-17T07:23:21.906Z Downloaded bindgen v0.69.5
10132024-12-17T07:23:21.906Z Downloaded aws-lc-rs v1.10.0
10142024-12-17T07:23:21.929Z Downloaded packed_struct_codegen v0.10.1
10152024-12-17T07:23:21.929Z Downloaded packed_struct v0.10.1
10162024-12-17T07:23:21.929Z Downloaded native-tls v0.2.12
10172024-12-17T07:23:21.929Z Downloaded futures v0.3.31
10182024-12-17T07:23:21.929Z Downloaded reedline v0.35.0
10192024-12-17T07:23:21.936Z Downloaded impl-trait-for-tuples v0.2.2
10202024-12-17T07:23:21.963Z Downloaded multer v3.1.0
10212024-12-17T07:23:21.963Z Downloaded futures-channel v0.3.31
10222024-12-17T07:23:21.963Z Downloaded tracing v0.1.40
10232024-12-17T07:23:21.963Z Downloaded tokio-postgres v0.7.12
10242024-12-17T07:23:21.963Z Downloaded nanorand v0.7.0
10252024-12-17T07:23:21.963Z Downloaded multimap v0.10.0
10262024-12-17T07:23:21.963Z Downloaded fs_extra v1.3.0
10272024-12-17T07:23:21.963Z Downloaded fragile v2.0.0
10282024-12-17T07:23:21.963Z Downloaded des v0.8.1
10292024-12-17T07:23:21.963Z Downloaded derive_builder_core v0.20.2
10302024-12-17T07:23:21.964Z Downloaded derive_builder v0.20.2
10312024-12-17T07:23:21.964Z Downloaded hostname v0.4.0
10322024-12-17T07:23:21.964Z Downloaded hex-literal v0.4.1
10332024-12-17T07:23:21.987Z Downloaded openssl-macros v0.1.1
10342024-12-17T07:23:21.987Z Downloaded newtype-uuid v1.1.3
10352024-12-17T07:23:21.987Z Downloaded futures-core v0.3.31
10362024-12-17T07:23:21.987Z Downloaded funty v2.0.0
10372024-12-17T07:23:21.987Z Downloaded form_urlencoded v1.2.1
10382024-12-17T07:23:21.987Z Downloaded diesel-dtrace v0.4.2
10392024-12-17T07:23:21.987Z Downloaded tracing-core v0.1.32
10402024-12-17T07:23:21.987Z Downloaded toml v0.7.8
10412024-12-17T07:23:21.987Z Downloaded hex v0.4.3
10422024-12-17T07:23:21.987Z Downloaded heck v0.3.3
10432024-12-17T07:23:21.987Z Downloaded blake3 v1.5.4
10442024-12-17T07:23:22.011Z Downloaded new_debug_unreachable v1.0.6
10452024-12-17T07:23:22.011Z Downloaded aho-corasick v1.1.3
10462024-12-17T07:23:22.011Z Downloaded foreign-types-shared v0.1.1
10472024-12-17T07:23:22.011Z Downloaded deranged v0.3.11
10482024-12-17T07:23:22.011Z Downloaded der_derive v0.7.3
10492024-12-17T07:23:22.011Z Downloaded tui-tree-widget v0.22.0
10502024-12-17T07:23:22.011Z Downloaded tracing-attributes v0.1.27
10512024-12-17T07:23:22.011Z Downloaded dhcproto-macros v0.1.0
10522024-12-17T07:23:22.011Z Downloaded derive_builder_macro v0.20.2
10532024-12-17T07:23:22.011Z Downloaded tokio-tungstenite v0.24.0
10542024-12-17T07:23:22.011Z Downloaded tokio-tungstenite v0.23.1
10552024-12-17T07:23:22.011Z Downloaded tokio-tungstenite v0.21.0
10562024-12-17T07:23:22.035Z Downloaded tokio-stream v0.1.16
10572024-12-17T07:23:22.035Z Downloaded tokio-rustls v0.26.0
10582024-12-17T07:23:22.035Z Downloaded tokio-rustls v0.25.0
10592024-12-17T07:23:22.035Z Downloaded tokio-rustls v0.24.1
10602024-12-17T07:23:22.035Z Downloaded crossterm v0.28.1
10612024-12-17T07:23:22.035Z Downloaded tower-service v0.3.3
10622024-12-17T07:23:22.035Z Downloaded toolchain_find v0.4.0
10632024-12-17T07:23:22.035Z Downloaded structmeta-derive v0.3.0
10642024-12-17T07:23:22.035Z Downloaded structmeta-derive v0.2.0
10652024-12-17T07:23:22.058Z Downloaded structmeta v0.2.0
10662024-12-17T07:23:22.058Z Downloaded string_cache v0.8.7
10672024-12-17T07:23:22.058Z Downloaded schemars v0.8.21
10682024-12-17T07:23:22.059Z Downloaded samael v0.0.17
10692024-12-17T07:23:22.059Z Downloaded rcgen v0.12.1
10702024-12-17T07:23:22.083Z Downloaded aes-gcm v0.10.3
10712024-12-17T07:23:22.083Z Downloaded aes v0.8.4
10722024-12-17T07:23:22.083Z Downloaded structmeta v0.3.0
10732024-12-17T07:23:22.083Z Downloaded strip-ansi-escapes v0.2.0
10742024-12-17T07:23:22.083Z Downloaded stringprep v0.1.5
10752024-12-17T07:23:22.083Z Downloaded static_assertions v1.1.0
10762024-12-17T07:23:22.083Z Downloaded serde_derive_internals v0.29.1
10772024-12-17T07:23:22.083Z Downloaded md5 v0.7.0
10782024-12-17T07:23:22.083Z Downloaded match_cfg v0.1.0
10792024-12-17T07:23:22.083Z Downloaded is_ci v1.2.0
10802024-12-17T07:23:22.083Z Downloaded base64 v0.22.1
10812024-12-17T07:23:22.083Z Downloaded serde-hex v0.1.0
10822024-12-17T07:23:22.083Z Downloaded semver v0.1.20
10832024-12-17T07:23:22.107Z Downloaded secrecy v0.8.0
10842024-12-17T07:23:22.107Z Downloaded sec1 v0.7.3
10852024-12-17T07:23:22.107Z Downloaded sct v0.7.1
10862024-12-17T07:23:22.107Z Downloaded scrypt v0.11.0
10872024-12-17T07:23:22.107Z Downloaded scopeguard v1.2.0
10882024-12-17T07:23:22.107Z Downloaded schemars_derive v0.8.21
10892024-12-17T07:23:22.107Z Downloaded salsa20 v0.10.2
10902024-12-17T07:23:22.107Z Downloaded matches v0.1.10
10912024-12-17T07:23:22.107Z Downloaded hubpack_derive v0.1.1
10922024-12-17T07:23:22.107Z Downloaded crypto-bigint v0.5.5
10932024-12-17T07:23:22.107Z Downloaded bumpalo v3.16.0
10942024-12-17T07:23:22.131Z Downloaded scheduled-thread-pool v0.2.7
10952024-12-17T07:23:22.131Z Downloaded same-file v1.0.6
10962024-12-17T07:23:22.131Z Downloaded prettyplease v0.2.25
10972024-12-17T07:23:22.131Z Downloaded instant v0.1.13
10982024-12-17T07:23:22.131Z Downloaded crossbeam-channel v0.5.13
10992024-12-17T07:23:22.131Z Downloaded compact_str v0.8.0
11002024-12-17T07:23:22.131Z Downloaded cc v1.1.30
11012024-12-17T07:23:22.131Z Downloaded backtrace v0.3.74
11022024-12-17T07:23:22.154Z Downloaded ref-cast v1.0.23
11032024-12-17T07:23:22.154Z Downloaded radium v0.7.0
11042024-12-17T07:23:22.154Z Downloaded const_format v0.2.33
11052024-12-17T07:23:22.155Z Downloaded bytes v1.8.0
11062024-12-17T07:23:22.155Z Downloaded base64 v0.21.7
11072024-12-17T07:23:22.155Z Downloaded base64 v0.13.1
11082024-12-17T07:23:22.155Z Downloaded arc-swap v1.7.1
11092024-12-17T07:23:22.180Z Downloaded allocator-api2 v0.2.18
11102024-12-17T07:23:22.180Z Downloaded quinn-udp v0.5.5
11112024-12-17T07:23:22.180Z Downloaded proc-macro-crate v1.3.1
11122024-12-17T07:23:22.180Z Downloaded icu_provider_macros v1.5.0
11132024-12-17T07:23:22.180Z Downloaded crossbeam-utils v0.8.20
11142024-12-17T07:23:22.180Z Downloaded crossbeam-epoch v0.9.18
11152024-12-17T07:23:22.180Z Downloaded crc-any v2.5.0
11162024-12-17T07:23:22.180Z Downloaded cookie v0.18.1
11172024-12-17T07:23:22.180Z Downloaded const-oid v0.9.6
11182024-12-17T07:23:22.180Z Downloaded console v0.15.8
11192024-12-17T07:23:22.204Z Downloaded clang-sys v1.8.1
11202024-12-17T07:23:22.204Z Downloaded chacha20poly1305 v0.10.1
11212024-12-17T07:23:22.204Z Downloaded cexpr v0.6.0
11222024-12-17T07:23:22.204Z Downloaded bzip2 v0.4.4
11232024-12-17T07:23:22.204Z Downloaded blake2 v0.10.6
11242024-12-17T07:23:22.204Z Downloaded ident_case v1.0.1
11252024-12-17T07:23:22.204Z Downloaded http-range v0.1.5
11262024-12-17T07:23:22.204Z Downloaded http-body v1.0.1
11272024-12-17T07:23:22.204Z Downloaded csv-core v0.1.11
11282024-12-17T07:23:22.204Z Downloaded crc32fast v1.4.2
11292024-12-17T07:23:22.204Z Downloaded crc-catalog v2.4.0
11302024-12-17T07:23:22.204Z Downloaded crc v3.2.1
11312024-12-17T07:23:22.204Z Downloaded cookie_store v0.21.0
11322024-12-17T07:23:22.204Z Downloaded convert_case v0.4.0
11332024-12-17T07:23:22.228Z Downloaded const_format_proc_macros v0.2.33
11342024-12-17T07:23:22.228Z Downloaded ciborium-ll v0.2.2
11352024-12-17T07:23:22.228Z Downloaded ciborium v0.2.2
11362024-12-17T07:23:22.228Z Downloaded cassowary v0.3.0
11372024-12-17T07:23:22.228Z Downloaded cancel-safe-futures v0.1.5
11382024-12-17T07:23:22.228Z Downloaded blowfish v0.9.1
11392024-12-17T07:23:22.228Z Downloaded bcs v0.1.6
11402024-12-17T07:23:22.228Z Downloaded base64ct v1.6.0
11412024-12-17T07:23:22.228Z Downloaded backoff v0.4.0
11422024-12-17T07:23:22.228Z Downloaded async-trait v0.1.83
11432024-12-17T07:23:22.228Z Downloaded async-bb8-diesel v0.2.1
11442024-12-17T07:23:22.252Z Downloaded assert_matches v1.5.0
11452024-12-17T07:23:22.252Z Downloaded argon2 v0.5.3
11462024-12-17T07:23:22.252Z Downloaded ahash v0.8.11
11472024-12-17T07:23:22.252Z Downloaded constant_time_eq v0.3.1
11482024-12-17T07:23:22.252Z Downloaded colored v2.1.0
11492024-12-17T07:23:22.252Z Downloaded cobs v0.2.3
11502024-12-17T07:23:22.252Z Downloaded chrono-tz-build v0.4.0
11512024-12-17T07:23:22.252Z Downloaded chacha20 v0.9.1
11522024-12-17T07:23:22.252Z Downloaded castaway v0.2.3
11532024-12-17T07:23:22.252Z Downloaded arrayvec v0.7.6
11542024-12-17T07:23:22.252Z Downloaded arrayref v0.3.9
11552024-12-17T07:23:22.252Z Downloaded array-init v0.0.4
11562024-12-17T07:23:22.252Z Downloaded addr2line v0.24.2
11572024-12-17T07:23:22.252Z Downloaded crossbeam-deque v0.8.5
11582024-12-17T07:23:22.252Z Downloaded cmake v0.1.51
11592024-12-17T07:23:22.276Z Downloaded cipher v0.4.4
11602024-12-17T07:23:22.276Z Downloaded cbc v0.1.2
11612024-12-17T07:23:22.276Z Downloaded buf-list v1.0.3
11622024-12-17T07:23:22.276Z Downloaded bitflags v1.3.2
11632024-12-17T07:23:22.276Z Downloaded bitfield-struct v0.6.2
11642024-12-17T07:23:22.276Z Downloaded bitfield v0.14.0
11652024-12-17T07:23:22.276Z Downloaded bcrypt-pbkdf v0.10.0
11662024-12-17T07:23:22.276Z Downloaded bb8 v0.8.5
11672024-12-17T07:23:22.276Z Downloaded base16ct v0.2.0
11682024-12-17T07:23:22.276Z Downloaded atomic-waker v1.1.2
11692024-12-17T07:23:22.276Z Downloaded async-stream v0.3.6
11702024-12-17T07:23:22.276Z Downloaded async-recursion v1.1.1
11712024-12-17T07:23:22.276Z Downloaded ascii-canvas v3.0.0
11722024-12-17T07:23:22.276Z Downloaded cfg_aliases v0.2.1
11732024-12-17T07:23:22.300Z Downloaded cfg_aliases v0.1.1
11742024-12-17T07:23:22.300Z Downloaded bit-vec v0.6.3
11752024-12-17T07:23:22.300Z Downloaded bit-set v0.5.3
11762024-12-17T07:23:22.300Z Downloaded aead v0.5.2
11772024-12-17T07:23:22.300Z Downloaded adler2 v2.0.0
11782024-12-17T07:23:22.419Z Compiling serde v1.0.215
11792024-12-17T07:23:22.444Z Compiling lock_api v0.4.12
11802024-12-17T07:23:22.444Z Compiling scopeguard v1.2.0
11812024-12-17T07:23:22.444Z Compiling value-bag v1.9.0
11822024-12-17T07:23:22.444Z Compiling typenum v1.17.0
11832024-12-17T07:23:22.444Z Compiling generic-array v0.14.7
11842024-12-17T07:23:22.467Z Compiling syn v2.0.90
11852024-12-17T07:23:22.468Z Compiling getrandom v0.2.15
11862024-12-17T07:23:22.717Z Compiling shlex v1.3.0
11872024-12-17T07:23:22.820Z Compiling rand_core v0.6.4
11882024-12-17T07:23:22.943Z Compiling log v0.4.22
11892024-12-17T07:23:22.966Z Compiling subtle v2.6.1
11902024-12-17T07:23:23.004Z Compiling jobserver v0.1.32
11912024-12-17T07:23:23.072Z Compiling smallvec v1.13.2
11922024-12-17T07:23:23.248Z Compiling const-oid v0.9.6
11932024-12-17T07:23:23.272Z Compiling pin-project-lite v0.2.14
11942024-12-17T07:23:23.338Z Compiling cc v1.1.30
11952024-12-17T07:23:23.406Z Compiling spin v0.9.8
11962024-12-17T07:23:23.430Z Compiling rustix v0.38.37
11972024-12-17T07:23:23.673Z Compiling parking_lot_core v0.9.10
11982024-12-17T07:23:23.755Z Compiling futures-core v0.3.31
11992024-12-17T07:23:23.791Z Compiling signal-hook-registry v1.4.2
12002024-12-17T07:23:23.993Z Compiling mio v1.0.2
12012024-12-17T07:23:24.221Z Compiling aho-corasick v1.1.3
12022024-12-17T07:23:24.555Z Compiling parking_lot v0.12.3
12032024-12-17T07:23:24.743Z Compiling regex-syntax v0.8.5
12042024-12-17T07:23:24.815Z Compiling cpufeatures v0.2.14
12052024-12-17T07:23:24.856Z Compiling lazy_static v1.5.0
12062024-12-17T07:23:24.921Z Compiling either v1.13.0
12072024-12-17T07:23:24.982Z Compiling glob v0.3.1
12082024-12-17T07:23:25.087Z Compiling futures-sink v0.3.31
12092024-12-17T07:23:25.243Z Compiling stable_deref_trait v1.2.0
12102024-12-17T07:23:25.324Z Compiling socket2 v0.5.7
12112024-12-17T07:23:25.360Z Compiling slab v0.4.9
12122024-12-17T07:23:25.421Z Compiling prettyplease v0.2.25
12132024-12-17T07:23:25.755Z Compiling minimal-lexical v0.2.1
12142024-12-17T07:23:25.884Z Compiling clang-sys v1.8.1
12152024-12-17T07:23:26.046Z Compiling libloading v0.8.5
12162024-12-17T07:23:26.184Z Compiling nom v7.1.3
12172024-12-17T07:23:26.207Z Compiling serde_json v1.0.133
12182024-12-17T07:23:26.464Z Compiling home v0.5.9
12192024-12-17T07:23:26.615Z Compiling bindgen v0.69.5
12202024-12-17T07:23:26.757Z Compiling itertools v0.10.5
12212024-12-17T07:23:27.084Z Compiling futures-channel v0.3.31
12222024-12-17T07:23:27.248Z Compiling lazycell v1.3.0
12232024-12-17T07:23:27.397Z Compiling foldhash v0.1.3
12242024-12-17T07:23:27.434Z Compiling rustc-hash v1.1.0
12252024-12-17T07:23:27.572Z Compiling futures-task v0.3.31
12262024-12-17T07:23:27.654Z Compiling futures-io v0.3.31
12272024-12-17T07:23:27.828Z Compiling regex-automata v0.4.8
12282024-12-17T07:23:27.929Z Compiling pin-utils v0.1.0
12292024-12-17T07:23:28.014Z Compiling allocator-api2 v0.2.18
12302024-12-17T07:23:28.658Z Compiling synstructure v0.13.1
12312024-12-17T07:23:29.033Z Compiling cexpr v0.6.0
12322024-12-17T07:23:29.211Z Compiling hashbrown v0.15.1
12332024-12-17T07:23:30.034Z Compiling cmake v0.1.51
12342024-12-17T07:23:30.304Z Compiling fs_extra v1.3.0
12352024-12-17T07:23:30.346Z Compiling dunce v1.0.5
12362024-12-17T07:23:30.461Z Compiling pkg-config v0.3.31
12372024-12-17T07:23:30.485Z Compiling tinyvec_macros v0.1.1
12382024-12-17T07:23:30.560Z Compiling libm v0.2.8
12392024-12-17T07:23:30.798Z Compiling tinyvec v1.8.0
12402024-12-17T07:23:30.861Z Compiling num-traits v0.2.19
12412024-12-17T07:23:31.270Z Compiling ring v0.17.8
12422024-12-17T07:23:31.296Z Compiling litemap v0.7.3
12432024-12-17T07:23:31.680Z Compiling writeable v0.5.5
12442024-12-17T07:23:31.782Z Compiling paste v1.0.15
12452024-12-17T07:23:31.989Z Compiling base64ct v1.6.0
12462024-12-17T07:23:32.064Z Compiling unicode-normalization v0.1.24
12472024-12-17T07:23:32.179Z Compiling regex v1.11.1
12482024-12-17T07:23:32.217Z Compiling unicode-bidi v0.3.17
12492024-12-17T07:23:32.473Z Compiling pem-rfc7468 v0.7.0
12502024-12-17T07:23:33.066Z Compiling httparse v1.9.5
12512024-12-17T07:23:33.104Z Compiling aws-lc-rs v1.10.0
12522024-12-17T07:23:33.410Z Compiling flagset v0.4.6
12532024-12-17T07:23:33.600Z Compiling tracing-core v0.1.32
12542024-12-17T07:23:33.772Z Compiling icu_locid_transform_data v1.5.0
12552024-12-17T07:23:33.873Z Compiling percent-encoding v2.3.1
12562024-12-17T07:23:34.191Z Compiling crossbeam-utils v0.8.20
12572024-12-17T07:23:34.362Z Compiling serde_derive v1.0.215
12582024-12-17T07:23:34.479Z Compiling zeroize_derive v1.4.2
12592024-12-17T07:23:34.643Z Compiling zerocopy-derive v0.7.35
12602024-12-17T07:23:34.690Z Compiling tokio-macros v2.4.0
12612024-12-17T07:23:34.780Z Compiling zerofrom-derive v0.1.4
12622024-12-17T07:23:35.721Z Compiling zeroize v1.8.1
12632024-12-17T07:23:36.083Z Compiling yoke-derive v0.7.4
12642024-12-17T07:23:36.495Z Compiling zerocopy v0.7.35
12652024-12-17T07:23:36.701Z Compiling thiserror-impl v1.0.69
12662024-12-17T07:23:37.179Z Compiling futures-macro v0.3.31
12672024-12-17T07:23:37.266Z Compiling crypto-common v0.1.6
12682024-12-17T07:23:37.473Z Compiling block-buffer v0.10.4
12692024-12-17T07:23:37.703Z Compiling digest v0.10.7
12702024-12-17T07:23:37.778Z Compiling zerovec-derive v0.10.3
12712024-12-17T07:23:38.093Z Compiling hmac v0.12.1
12722024-12-17T07:23:38.130Z Compiling block-padding v0.3.3
12732024-12-17T07:23:38.188Z Compiling zerofrom v0.1.4
12742024-12-17T07:23:38.315Z Compiling displaydoc v0.2.5
12752024-12-17T07:23:38.358Z Compiling inout v0.1.3
12762024-12-17T07:23:38.392Z Compiling sha2 v0.10.8
12772024-12-17T07:23:38.605Z Compiling cipher v0.4.4
12782024-12-17T07:23:38.629Z Compiling yoke v0.7.4
12792024-12-17T07:23:38.736Z Compiling futures-util v0.3.31
12802024-12-17T07:23:38.951Z Compiling ppv-lite86 v0.2.20
12812024-12-17T07:23:39.060Z Compiling der_derive v0.7.3
12822024-12-17T07:23:39.371Z Compiling thiserror v1.0.69
12832024-12-17T07:23:39.502Z Compiling icu_provider_macros v1.5.0
12842024-12-17T07:23:39.629Z Compiling rand_chacha v0.3.1
12852024-12-17T07:23:39.716Z Compiling tracing-attributes v0.1.27
12862024-12-17T07:23:39.869Z Compiling zerovec v0.10.4
12872024-12-17T07:23:40.409Z Compiling rustls-pki-types v1.10.0
12882024-12-17T07:23:40.888Z Compiling pest v2.7.14
12892024-12-17T07:23:41.019Z Compiling der v0.7.9
12902024-12-17T07:23:41.354Z Compiling rand v0.8.5
12912024-12-17T07:23:41.447Z Compiling tinystr v0.7.6
12922024-12-17T07:23:41.808Z Compiling icu_locid v1.5.0
12932024-12-17T07:23:41.831Z Compiling icu_collections v1.5.0
12942024-12-17T07:23:42.823Z Compiling icu_provider v1.5.0
12952024-12-17T07:23:43.086Z Compiling spki v0.7.3
12962024-12-17T07:23:43.264Z Compiling tracing v0.1.40
12972024-12-17T07:23:43.433Z Compiling salsa20 v0.10.2
12982024-12-17T07:23:43.456Z Compiling pbkdf2 v0.12.2
12992024-12-17T07:23:43.629Z Compiling icu_locid_transform v1.5.0
13002024-12-17T07:23:43.747Z Compiling untrusted v0.9.0
13012024-12-17T07:23:43.829Z Compiling vcpkg v0.2.15
13022024-12-17T07:23:43.852Z Compiling mirai-annotations v1.12.0
13032024-12-17T07:23:43.932Z Compiling untrusted v0.7.1
13042024-12-17T07:23:43.975Z Compiling icu_properties_data v1.5.0
13052024-12-17T07:23:43.999Z Compiling time-core v0.1.2
13062024-12-17T07:23:44.036Z Compiling num-conv v0.1.0
13072024-12-17T07:23:44.126Z Compiling powerfmt v0.2.0
13082024-12-17T07:23:44.328Z Compiling time-macros v0.2.18
13092024-12-17T07:23:44.352Z Compiling scrypt v0.11.0
13102024-12-17T07:23:44.508Z Compiling deranged v0.3.11
13112024-12-17T07:23:44.847Z Compiling icu_properties v1.5.1
13122024-12-17T07:23:45.294Z Compiling pest_meta v2.7.14
13132024-12-17T07:23:45.664Z Compiling bitflags v2.6.0
13142024-12-17T07:23:45.712Z Compiling bytes v1.8.0
13152024-12-17T07:23:46.076Z Compiling indexmap v2.7.0
13162024-12-17T07:23:46.844Z Compiling tokio v1.42.0
13172024-12-17T07:23:46.874Z Compiling http v1.1.0
13182024-12-17T07:23:47.299Z Compiling semver v1.0.23
13192024-12-17T07:23:47.323Z Compiling openssl-sys v0.9.103
13202024-12-17T07:23:47.924Z Compiling rustc_version v0.4.1
13212024-12-17T07:23:48.187Z Compiling aes v0.8.4
13222024-12-17T07:23:48.418Z Compiling cbc v0.1.2
13232024-12-17T07:23:48.579Z Compiling scroll_derive v0.12.0
13242024-12-17T07:23:48.631Z Compiling utf8_iter v1.0.4
13252024-12-17T07:23:48.798Z Compiling write16 v1.0.0
13262024-12-17T07:23:48.852Z Compiling icu_normalizer_data v1.5.0
13272024-12-17T07:23:48.876Z Compiling utf16_iter v1.0.5
13282024-12-17T07:23:48.929Z Compiling atomic-waker v1.1.2
13292024-12-17T07:23:48.957Z Compiling num_threads v0.1.7
13302024-12-17T07:23:49.084Z Compiling time v0.3.36
13312024-12-17T07:23:49.107Z Compiling icu_normalizer v1.5.0
13322024-12-17T07:23:49.107Z Compiling pkcs5 v0.7.1
13332024-12-17T07:23:49.399Z Compiling which v4.4.2
13342024-12-17T07:23:49.902Z Compiling scroll v0.12.0
13352024-12-17T07:23:50.158Z Compiling http-body v1.0.1
13362024-12-17T07:23:50.295Z Compiling pest_generator v2.7.14
13372024-12-17T07:23:50.319Z Compiling form_urlencoded v1.2.1
13382024-12-17T07:23:50.375Z Compiling try-lock v0.2.5
13392024-12-17T07:23:50.398Z Compiling slog v2.7.0
13402024-12-17T07:23:50.517Z Compiling want v0.3.1
13412024-12-17T07:23:50.617Z Compiling goblin v0.8.2
13422024-12-17T07:23:50.759Z Compiling idna_adapter v1.2.0
13432024-12-17T07:23:50.783Z Compiling pkcs8 v0.10.2
13442024-12-17T07:23:50.894Z Compiling httpdate v1.0.3
13452024-12-17T07:23:50.957Z Compiling idna v1.0.3
13462024-12-17T07:23:51.430Z Compiling serde_tokenstream v0.2.2
13472024-12-17T07:23:51.893Z Compiling pest_derive v2.7.14
13482024-12-17T07:23:51.924Z Compiling toml_datetime v0.6.8
13492024-12-17T07:23:52.029Z Compiling uuid v1.11.0
13502024-12-17T07:23:52.371Z Compiling serde_spanned v0.6.8
13512024-12-17T07:23:52.472Z Compiling foreign-types-shared v0.1.1
13522024-12-17T07:23:52.510Z Compiling dtrace-parser v0.2.0
13532024-12-17T07:23:52.575Z Compiling tower-service v0.3.3
13542024-12-17T07:23:52.599Z Compiling adler2 v2.0.0
13552024-12-17T07:23:52.703Z Compiling base64 v0.22.1
13562024-12-17T07:23:52.796Z Compiling rustversion v1.0.17
13572024-12-17T07:23:53.158Z Compiling iana-time-zone v0.1.61
13582024-12-17T07:23:53.300Z Compiling match_cfg v0.1.0
13592024-12-17T07:23:53.343Z Compiling openssl v0.10.66
13602024-12-17T07:23:53.397Z Compiling hostname v0.3.1
13612024-12-17T07:23:53.480Z Compiling chrono v0.4.38
13622024-12-17T07:23:53.556Z Compiling miniz_oxide v0.8.0
13632024-12-17T07:23:53.620Z Compiling foreign-types v0.3.2
13642024-12-17T07:23:53.708Z Compiling tokio-util v0.7.12
13652024-12-17T07:23:53.732Z Compiling url v2.5.3
13662024-12-17T07:23:54.835Z Compiling h2 v0.4.6
13672024-12-17T07:23:54.859Z Compiling openssl-macros v0.1.1
13682024-12-17T07:23:55.382Z Compiling dof v0.3.0
13692024-12-17T07:23:55.407Z Compiling async-trait v0.1.83
13702024-12-17T07:23:55.458Z Compiling dirs-sys-next v0.1.2
13712024-12-17T07:23:56.006Z Compiling usdt-impl v0.5.0
13722024-12-17T07:23:56.532Z Compiling native-tls v0.2.12
13732024-12-17T07:23:56.797Z Compiling rustls v0.23.19
13742024-12-17T07:23:57.013Z Compiling siphasher v0.3.11
13752024-12-17T07:23:57.194Z Compiling rustls v0.22.4
13762024-12-17T07:23:57.324Z Compiling data-encoding v2.6.0
13772024-12-17T07:23:57.348Z Compiling syn v1.0.109
13782024-12-17T07:23:57.458Z Compiling dirs-next v2.0.0
13792024-12-17T07:23:57.921Z Compiling http-body-util v0.1.2
13802024-12-17T07:23:58.340Z Compiling heapless v0.7.17
13812024-12-17T07:23:58.670Z Compiling crossbeam-epoch v0.9.18
13822024-12-17T07:23:58.771Z Compiling sha1 v0.10.6
13832024-12-17T07:23:59.018Z Compiling signature v2.2.0
13842024-12-17T07:23:59.119Z Compiling bzip2-sys v0.1.11+1.0.8
13852024-12-17T07:23:59.205Z Compiling serde_derive_internals v0.29.1
13862024-12-17T07:23:59.278Z Compiling thread_local v1.1.8
13872024-12-17T07:23:59.309Z Compiling encoding_rs v0.8.34
13882024-12-17T07:23:59.526Z Compiling cookie v0.18.1
13892024-12-17T07:23:59.605Z Compiling multer v3.1.0
13902024-12-17T07:23:59.760Z Compiling unicode-properties v0.1.3
13912024-12-17T07:23:59.783Z Compiling signal-hook v0.3.17
13922024-12-17T07:23:59.841Z Compiling mime v0.3.17
13932024-12-17T07:24:00.003Z Compiling openssl-probe v0.1.5
13942024-12-17T07:24:00.093Z Compiling rayon-core v1.12.1
13952024-12-17T07:24:00.303Z Compiling hyper v1.5.1
13962024-12-17T07:24:00.326Z Compiling gimli v0.31.1
13972024-12-17T07:24:00.350Z Compiling ipnet v2.10.1
13982024-12-17T07:24:01.370Z Compiling schemars v0.8.21
13992024-12-17T07:24:01.471Z Compiling slog-async v2.8.0
14002024-12-17T07:24:01.695Z Compiling schemars_derive v0.8.21
14012024-12-17T07:24:01.969Z Compiling toml_edit v0.22.22
14022024-12-17T07:24:02.623Z Compiling hyper-util v0.1.10
14032024-12-17T07:24:03.663Z Compiling stringprep v0.1.5
14042024-12-17T07:24:03.884Z Compiling addr2line v0.24.2
14052024-12-17T07:24:04.477Z Compiling crossbeam-deque v0.8.5
14062024-12-17T07:24:04.505Z Compiling usdt-macro v0.5.0
14072024-12-17T07:24:04.529Z Compiling usdt-attr-macro v0.5.0
14082024-12-17T07:24:04.779Z Compiling term v0.7.0
14092024-12-17T07:24:05.147Z Compiling slog-json v2.6.1
14102024-12-17T07:24:05.474Z Compiling serde_urlencoded v0.7.1
14112024-12-17T07:24:05.497Z Compiling curve25519-dalek v4.1.3
14122024-12-17T07:24:05.686Z Compiling crossbeam-channel v0.5.13
14132024-12-17T07:24:05.861Z Compiling enum-as-inner v0.6.1
14142024-12-17T07:24:05.931Z Compiling futures-executor v0.3.31
14152024-12-17T07:24:06.004Z Compiling rustls-pemfile v2.2.0
14162024-12-17T07:24:06.053Z Compiling md-5 v0.10.6
14172024-12-17T07:24:06.277Z Compiling num-integer v0.1.46
14182024-12-17T07:24:06.300Z Compiling async-stream-impl v0.3.6
14192024-12-17T07:24:06.497Z Compiling idna v0.4.0
14202024-12-17T07:24:06.644Z Compiling idna v0.3.0
14212024-12-17T07:24:06.738Z Compiling hash32 v0.2.1
14222024-12-17T07:24:06.967Z Compiling ff v0.13.0
14232024-12-17T07:24:07.062Z Compiling is-terminal v0.4.13
14242024-12-17T07:24:07.168Z Compiling object v0.36.5
14252024-12-17T07:24:07.191Z Compiling dropshot v0.12.0
14262024-12-17T07:24:07.418Z Compiling fallible-iterator v0.2.0
14272024-12-17T07:24:07.442Z Compiling dyn-clone v1.0.17
14282024-12-17T07:24:07.632Z Compiling num-bigint-dig v0.8.4
14292024-12-17T07:24:07.745Z Compiling utf-8 v0.7.6
14302024-12-17T07:24:07.871Z Compiling base16ct v0.2.0
14312024-12-17T07:24:07.931Z Compiling linked-hash-map v0.5.6
14322024-12-17T07:24:08.012Z Compiling quick-error v1.2.3
14332024-12-17T07:24:08.036Z Compiling psl-types v2.0.11
14342024-12-17T07:24:08.147Z Compiling take_mut v0.2.2
14352024-12-17T07:24:08.170Z Compiling rustc-demangle v0.1.24
14362024-12-17T07:24:08.210Z Compiling portable-atomic v1.9.0
14372024-12-17T07:24:08.256Z Compiling anyhow v1.0.93
14382024-12-17T07:24:08.304Z Compiling smoltcp v0.9.1
14392024-12-17T07:24:08.920Z Compiling lru-cache v0.1.2
14402024-12-17T07:24:08.992Z Compiling publicsuffix v2.2.3
14412024-12-17T07:24:09.049Z Compiling resolv-conf v0.7.0
14422024-12-17T07:24:09.099Z Compiling sec1 v0.7.3
14432024-12-17T07:24:09.148Z Compiling postgres-protocol v0.6.7
14442024-12-17T07:24:09.222Z Compiling tungstenite v0.24.0
14452024-12-17T07:24:09.694Z Compiling async-stream v0.3.6
14462024-12-17T07:24:09.718Z Compiling usdt v0.5.0
14472024-12-17T07:24:09.967Z Compiling slog-term v2.9.1
14482024-12-17T07:24:10.151Z Compiling group v0.13.0
14492024-12-17T07:24:10.236Z Compiling hickory-proto v0.24.1
14502024-12-17T07:24:10.959Z Compiling num-iter v0.1.45
14512024-12-17T07:24:11.087Z Compiling futures v0.3.31
14522024-12-17T07:24:11.236Z Compiling slog-bunyan v2.5.0
14532024-12-17T07:24:11.453Z Compiling toml v0.8.19
14542024-12-17T07:24:12.928Z Compiling backtrace v0.3.74
14552024-12-17T07:24:13.006Z Compiling tokio-native-tls v0.3.1
14562024-12-17T07:24:13.271Z Compiling camino v1.1.9
14572024-12-17T07:24:13.452Z Compiling phf_shared v0.11.2
14582024-12-17T07:24:13.613Z Compiling dropshot_endpoint v0.12.0
14592024-12-17T07:24:13.672Z Compiling terminal_size v0.4.0
14602024-12-17T07:24:13.835Z Compiling waitgroup v0.1.2
14612024-12-17T07:24:13.918Z Compiling openapiv3 v2.0.0
14622024-12-17T07:24:14.077Z Compiling serde_path_to_error v0.1.16
14632024-12-17T07:24:14.184Z Compiling webpki-roots v0.26.6
14642024-12-17T07:24:14.394Z Compiling hkdf v0.12.4
14652024-12-17T07:24:14.640Z Compiling crypto-bigint v0.5.5
14662024-12-17T07:24:14.898Z Compiling curve25519-dalek-derive v0.1.1
14672024-12-17T07:24:16.001Z Compiling zerocopy-derive v0.6.6
14682024-12-17T07:24:16.276Z Compiling idna v0.5.0
14692024-12-17T07:24:16.300Z Compiling hubpack_derive v0.1.1
14702024-12-17T07:24:17.112Z Compiling hostname v0.4.0
14712024-12-17T07:24:17.332Z Compiling ahash v0.8.11
14722024-12-17T07:24:17.377Z Compiling crc32fast v1.4.2
14732024-12-17T07:24:17.400Z Compiling fs-err v2.11.0
14742024-12-17T07:24:17.623Z Compiling managed v0.8.0
14752024-12-17T07:24:17.650Z Compiling winnow v0.5.40
14762024-12-17T07:24:17.674Z Compiling bitflags v1.3.2
14772024-12-17T07:24:17.698Z Compiling debug-ignore v1.0.5
14782024-12-17T07:24:17.775Z Compiling clap_builder v4.5.21
14792024-12-17T07:24:17.831Z Compiling strum_macros v0.25.3
14802024-12-17T07:24:17.918Z Compiling zerocopy v0.6.6
14812024-12-17T07:24:18.702Z Compiling console v0.15.8
14822024-12-17T07:24:18.909Z Compiling flate2 v1.0.34
14832024-12-17T07:24:19.540Z Compiling elliptic-curve v0.13.8
14842024-12-17T07:24:19.687Z Compiling hubpack v0.1.2
14852024-12-17T07:24:19.710Z Compiling cookie_store v0.21.0
14862024-12-17T07:24:20.060Z Compiling hickory-resolver v0.24.1
14872024-12-17T07:24:20.250Z Compiling phf v0.11.2
14882024-12-17T07:24:20.509Z Compiling toml_edit v0.19.15
14892024-12-17T07:24:20.968Z Compiling hyper-tls v0.6.0
14902024-12-17T07:24:21.044Z Compiling signal-hook-mio v0.2.4
14912024-12-17T07:24:21.186Z Compiling rayon v1.10.0
14922024-12-17T07:24:21.333Z Compiling bzip2 v0.4.4
14932024-12-17T07:24:21.702Z Compiling tokio-tungstenite v0.24.0
14942024-12-17T07:24:22.136Z Compiling postgres-types v0.2.8
14952024-12-17T07:24:24.411Z Compiling ed25519 v2.2.3
14962024-12-17T07:24:25.041Z Compiling phf_shared v0.10.0
14972024-12-17T07:24:25.249Z Compiling tokio-stream v0.1.16
14982024-12-17T07:24:25.383Z Compiling pkcs1 v0.7.5
14992024-12-17T07:24:25.497Z Compiling serde-big-array v0.5.1
15002024-12-17T07:24:25.702Z Compiling clap_derive v4.5.18
15012024-12-17T07:24:25.860Z Compiling rfc6979 v0.4.0
15022024-12-17T07:24:25.910Z Compiling float-cmp v0.9.0
15032024-12-17T07:24:26.029Z Compiling derive-where v1.2.7
15042024-12-17T07:24:26.098Z Compiling serde_repr v0.1.19
15052024-12-17T07:24:26.122Z Compiling bstr v1.10.0
15062024-12-17T07:24:26.209Z Compiling sync_wrapper v1.0.1
15072024-12-17T07:24:26.366Z Compiling difflib v0.4.0
15082024-12-17T07:24:27.018Z Compiling precomputed-hash v0.1.1
15092024-12-17T07:24:27.043Z Compiling bit-vec v0.6.3
15102024-12-17T07:24:27.145Z Compiling unicode-segmentation v1.12.0
15112024-12-17T07:24:27.428Z Compiling number_prefix v0.4.0
15122024-12-17T07:24:27.584Z Compiling new_debug_unreachable v1.0.6
15132024-12-17T07:24:27.626Z Compiling normalize-line-endings v0.3.0
15142024-12-17T07:24:27.682Z Compiling static_assertions v1.1.0
15152024-12-17T07:24:27.721Z Compiling unicode-width v0.2.0
15162024-12-17T07:24:27.749Z Compiling whoami v1.5.2
15172024-12-17T07:24:27.787Z Compiling fixedbitset v0.4.2
15182024-12-17T07:24:27.842Z Compiling predicates-core v1.0.8
15192024-12-17T07:24:28.150Z Compiling indicatif v0.17.9
15202024-12-17T07:24:28.179Z Compiling tokio-postgres v0.7.12
15212024-12-17T07:24:28.202Z Compiling petgraph v0.6.5
15222024-12-17T07:24:28.314Z Compiling predicates v3.1.2
15232024-12-17T07:24:28.843Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15242024-12-17T07:24:29.511Z Compiling clap v4.5.21
15252024-12-17T07:24:29.610Z Compiling similar v2.6.0
15262024-12-17T07:24:29.698Z Compiling string_cache v0.8.7
15272024-12-17T07:24:29.935Z Compiling bit-set v0.5.3
15282024-12-17T07:24:30.092Z Compiling ecdsa v0.16.9
15292024-12-17T07:24:30.181Z Compiling rsa v0.9.6
15302024-12-17T07:24:30.783Z Compiling ed25519-dalek v2.1.1
15312024-12-17T07:24:31.311Z Compiling toml v0.7.8
15322024-12-17T07:24:31.590Z Compiling zip v0.6.6
15332024-12-17T07:24:31.836Z Compiling crossterm v0.28.1
15342024-12-17T07:24:32.711Z Compiling hex v0.4.3
15352024-12-17T07:24:32.734Z Compiling x509-cert v0.2.5
15362024-12-17T07:24:33.097Z Compiling peg-runtime v0.8.3
15372024-12-17T07:24:33.218Z Compiling unicode-xid v0.2.6
15382024-12-17T07:24:33.327Z Compiling lalrpop-util v0.19.12
15392024-12-17T07:24:33.380Z Compiling strum_macros v0.26.4
15402024-12-17T07:24:33.628Z Compiling xattr v1.3.1
15412024-12-17T07:24:33.671Z Compiling filetime v0.2.25
15422024-12-17T07:24:33.864Z Compiling tar v0.4.42
15432024-12-17T07:24:37.039Z Compiling strum v0.26.3
15442024-12-17T07:24:39.966Z Compiling aws-lc-sys v0.22.0
15452024-12-17T07:25:09.909Z Compiling rustls-webpki v0.102.8
15462024-12-17T07:25:13.901Z Compiling tokio-rustls v0.25.0
15472024-12-17T07:25:15.772Z Compiling tokio-rustls v0.26.0
15482024-12-17T07:25:16.089Z Compiling hyper-rustls v0.27.3
15492024-12-17T07:25:16.430Z Compiling reqwest v0.12.9
15502024-12-17T07:25:17.509Z Compiling qorb v0.2.1
15512024-12-17T07:25:22.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15522024-12-17T07:25:23.221Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15532024-12-17T07:25:30.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15542024-12-17T07:25:30.723Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15552024-12-17T07:25:30.798ZDec 17 07:25:29.807 INFO Starting download, target: Cockroach
15562024-12-17T07:25:30.798ZDec 17 07:25:29.808 INFO Starting download, target: Clickhouse
15572024-12-17T07:25:30.798ZDec 17 07:25:29.808 INFO Starting download, target: Console
15582024-12-17T07:25:30.798ZDec 17 07:25:29.808 INFO Starting download, target: DendriteOpenapi
15592024-12-17T07:25:30.821ZDec 17 07:25:29.808 INFO Starting download, target: DendriteStub
15602024-12-17T07:25:30.821ZDec 17 07:25:29.808 INFO Starting download, target: MaghemiteMgd
15612024-12-17T07:25:30.821ZDec 17 07:25:29.808 INFO Starting download, target: TransceiverControl
15622024-12-17T07:25:30.821ZDec 17 07:25:29.809 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15632024-12-17T07:25:30.822ZDec 17 07:25:29.809 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15642024-12-17T07:25:30.822ZDec 17 07:25:29.809 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15652024-12-17T07:25:30.822ZDec 17 07:25:29.809 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15662024-12-17T07:25:30.822ZDec 17 07:25:29.809 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15672024-12-17T07:25:30.822ZDec 17 07:25:29.809 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15682024-12-17T07:25:30.822ZDec 17 07:25:29.810 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15692024-12-17T07:25:31.063ZDec 17 07:25:30.073 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15702024-12-17T07:25:31.272ZDec 17 07:25:30.272 INFO Download complete, target: DendriteOpenapi
15712024-12-17T07:25:31.411ZDec 17 07:25:30.381 INFO Download complete, target: Console
15722024-12-17T07:25:31.669ZDec 17 07:25:30.643 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15732024-12-17T07:25:32.231ZDec 17 07:25:31.240 INFO Download complete, target: TransceiverControl
15742024-12-17T07:25:32.725ZDec 17 07:25:31.735 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15752024-12-17T07:25:33.571ZDec 17 07:25:32.581 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15762024-12-17T07:25:35.663ZDec 17 07:25:34.673 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15772024-12-17T07:25:35.686ZDec 17 07:25:34.673 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15782024-12-17T07:25:36.529ZDec 17 07:25:35.539 INFO Download complete, target: DendriteStub
15792024-12-17T07:25:36.912ZDec 17 07:25:35.922 INFO Download complete, target: MaghemiteMgd
15802024-12-17T07:25:44.054ZDec 17 07:25:43.064 INFO Checking that binary works, target: Cockroach
15812024-12-17T07:25:44.268ZDec 17 07:25:43.278 INFO Download complete, target: Cockroach
15822024-12-17T07:25:45.069ZDec 17 07:25:44.079 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15832024-12-17T07:25:59.177ZDec 17 07:25:58.187 INFO Checking that binary works, target: Clickhouse
15842024-12-17T07:25:59.312ZDec 17 07:25:58.322 INFO Download complete, target: Clickhouse
15852024-12-17T07:25:59.337ZAll builder prerequisites installed successfully, and PATH looks valid
15862024-12-17T07:25:59.360Z
15872024-12-17T07:25:59.360Zreal 5:11.630355143
15882024-12-17T07:25:59.360Zuser 14:03.684583805
15892024-12-17T07:25:59.360Zsys 3:09.713977890
15902024-12-17T07:25:59.361Ztrap 0.399869381
15912024-12-17T07:25:59.361Ztflt 0.830886683
15922024-12-17T07:25:59.361Zdflt 2.396869979
15932024-12-17T07:25:59.361Zkflt 0.013582535
15942024-12-17T07:25:59.361Zlock 28:49.573477929
15952024-12-17T07:25:59.361Zslp 52:28.190374301
15962024-12-17T07:25:59.361Zlat 58.131976547
15972024-12-17T07:25:59.361Zstop 2:14.592910379
15982024-12-17T07:25:59.361Z++ bmat factory name
15992024-12-17T07:25:59.361Z++ bmat factory private
16002024-12-17T07:25:59.361Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/20485 '{
16012024-12-17T07:25:59.361Z buildomat: {
16022024-12-17T07:25:59.361Z factory: {
16032024-12-17T07:25:59.361Z name: $bmat_factory_name,
16042024-12-17T07:25:59.361Z private: $bmat_factory_private,
16052024-12-17T07:25:59.361Z },
16062024-12-17T07:25:59.361Z },
16072024-12-17T07:25:59.361Z }'
16082024-12-17T07:25:59.392Z+ banner ls-apis
16092024-12-17T07:25:59.416Z
16102024-12-17T07:25:59.416Z # #### ## ##### # ####
16112024-12-17T07:25:59.416Z # # # # # # # #
16122024-12-17T07:25:59.416Z # #### ##### # # # # # ####
16132024-12-17T07:25:59.416Z # # ###### ##### # #
16142024-12-17T07:25:59.416Z # # # # # # # # #
16152024-12-17T07:25:59.416Z ###### #### # # # # ####
16162024-12-17T07:25:59.416Z
16172024-12-17T07:25:59.416Z+ source ./tools/include/force-git-over-https.sh
16182024-12-17T07:25:59.416Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16192024-12-17T07:25:59.416Z++ (( i = 0 ))
16202024-12-17T07:25:59.416Z++ (( i < 5 ))
16212024-12-17T07:25:59.416Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16222024-12-17T07:25:59.416Z++ (( i++ ))
16232024-12-17T07:25:59.416Z++ (( i < 5 ))
16242024-12-17T07:25:59.416Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16252024-12-17T07:25:59.416Z++ (( i++ ))
16262024-12-17T07:25:59.416Z++ (( i < 5 ))
16272024-12-17T07:25:59.416Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16282024-12-17T07:25:59.416Z++ (( i++ ))
16292024-12-17T07:25:59.416Z++ (( i < 5 ))
16302024-12-17T07:25:59.416Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16312024-12-17T07:25:59.416Z++ (( i++ ))
16322024-12-17T07:25:59.416Z++ (( i < 5 ))
16332024-12-17T07:25:59.416Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16342024-12-17T07:25:59.416Z++ (( i++ ))
16352024-12-17T07:25:59.416Z++ (( i < 5 ))
16362024-12-17T07:25:59.416Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16372024-12-17T07:25:59.416Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16382024-12-17T07:25:59.416Z+ ptime -m cargo xtask ls-apis apis
16392024-12-17T07:26:00.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16402024-12-17T07:26:00.099Z Running `target/debug/xtask ls-apis apis`
16412024-12-17T07:26:01.140Z Compiling semver v0.1.20
16422024-12-17T07:26:01.163Z Compiling structmeta-derive v0.3.0
16432024-12-17T07:26:01.163Z Compiling cargo-platform v0.1.8
16442024-12-17T07:26:01.450Z Compiling rustc_version v0.1.7
16452024-12-17T07:26:01.473Z Compiling cargo_metadata v0.18.1
16462024-12-17T07:26:01.872Z Compiling newtype_derive v0.1.6
16472024-12-17T07:26:03.032Z Compiling structmeta v0.3.0
16482024-12-17T07:26:03.387Z Compiling parse-display-derive v0.10.0
16492024-12-17T07:26:06.239Z Compiling parse-display v0.10.0
16502024-12-17T07:26:06.441Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16512024-12-17T07:26:13.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
16522024-12-17T07:26:13.831Z Running `target/debug/ls-apis apis`
16532024-12-17T07:26:13.889Zloading metadata for workspace omicron from current workspace
16542024-12-17T07:26:17.544Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16552024-12-17T07:26:17.568Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
16562024-12-17T07:26:17.568Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/Cargo.toml
16572024-12-17T07:27:01.552Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16582024-12-17T07:27:12.021Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16592024-12-17T07:27:12.044Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16602024-12-17T07:27:12.225ZBootstrap Agent (client: bootstrap-agent-client)
16612024-12-17T07:27:12.225Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16622024-12-17T07:27:12.225Z consumed by: wicketd (omicron/wicketd) via 2 paths
16632024-12-17T07:27:12.225Z
16642024-12-17T07:27:12.225ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16652024-12-17T07:27:12.225Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16662024-12-17T07:27:12.225Z
16672024-12-17T07:27:12.225ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
16682024-12-17T07:27:12.225Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16692024-12-17T07:27:12.225Z
16702024-12-17T07:27:12.225ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
16712024-12-17T07:27:12.225Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16722024-12-17T07:27:12.225Z
16732024-12-17T07:27:12.225ZCockroachDB Cluster Admin (client: cockroach-admin-client)
16742024-12-17T07:27:12.225Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16752024-12-17T07:27:12.225Z
16762024-12-17T07:27:12.225ZCrucible Agent (client: crucible-agent-client)
16772024-12-17T07:27:12.270Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16782024-12-17T07:27:12.270Z
16792024-12-17T07:27:12.270ZCrucible Control (for testing only) (client: crucible-control-client)
16802024-12-17T07:27:12.270Z
16812024-12-17T07:27:12.270ZCrucible Pantry (client: crucible-pantry-client)
16822024-12-17T07:27:12.270Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16832024-12-17T07:27:12.270Z
16842024-12-17T07:27:12.270ZMaghemite DDM Admin (client: ddm-admin-client)
16852024-12-17T07:27:12.270Z consumed by: installinator (omicron/installinator) via 1 path
16862024-12-17T07:27:12.270Z consumed by: mgd (maghemite/mgd) via 1 path
16872024-12-17T07:27:12.270Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16882024-12-17T07:27:12.270Z consumed by: wicketd (omicron/wicketd) via 1 path
16892024-12-17T07:27:12.270Z
16902024-12-17T07:27:12.270ZDNS Server (client: dns-service-client)
16912024-12-17T07:27:12.270Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16922024-12-17T07:27:12.270Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16932024-12-17T07:27:12.270Z
16942024-12-17T07:27:12.270ZDendrite DPD (client: dpd-client)
16952024-12-17T07:27:12.270Z consumed by: ddmd (maghemite/ddmd) via 2 paths
16962024-12-17T07:27:12.270Z consumed by: mgd (maghemite/mgd) via 1 path
16972024-12-17T07:27:12.271Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16982024-12-17T07:27:12.271Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16992024-12-17T07:27:12.271Z consumed by: tfportd (dendrite/tfportd) via 1 path
17002024-12-17T07:27:12.271Z consumed by: wicketd (omicron/wicketd) via 2 paths
17012024-12-17T07:27:12.271Z
17022024-12-17T07:27:12.271ZDownstairs Controller (debugging only) (client: dsc-client)
17032024-12-17T07:27:12.271Z
17042024-12-17T07:27:12.271ZManagement Gateway Service (client: gateway-client)
17052024-12-17T07:27:12.271Z consumed by: dpd (dendrite/dpd) via 1 path
17062024-12-17T07:27:12.271Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17072024-12-17T07:27:12.271Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17082024-12-17T07:27:12.271Z consumed by: wicketd (omicron/wicketd) via 3 paths
17092024-12-17T07:27:12.271Z
17102024-12-17T07:27:12.271ZWicketd Installinator (client: installinator-client)
17112024-12-17T07:27:12.271Z consumed by: installinator (omicron/installinator) via 1 path
17122024-12-17T07:27:12.271Z
17132024-12-17T07:27:12.271ZMaghemite MG Admin (client: mg-admin-client)
17142024-12-17T07:27:12.294Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17152024-12-17T07:27:12.294Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17162024-12-17T07:27:12.294Z
17172024-12-17T07:27:12.294ZNexus Internal API (client: nexus-client)
17182024-12-17T07:27:12.294Z consumed by: dpd (dendrite/dpd) via 1 path
17192024-12-17T07:27:12.295Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17202024-12-17T07:27:12.295Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17212024-12-17T07:27:12.295Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17222024-12-17T07:27:12.295Z
17232024-12-17T07:27:12.295ZExternal API (client: oxide-client)
17242024-12-17T07:27:12.295Z
17252024-12-17T07:27:12.295ZOximeter (client: oximeter-client)
17262024-12-17T07:27:12.295Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17272024-12-17T07:27:12.295Z
17282024-12-17T07:27:12.295ZPropolis (client: propolis-client)
17292024-12-17T07:27:12.295Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17302024-12-17T07:27:12.295Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17312024-12-17T07:27:12.295Z
17322024-12-17T07:27:12.295ZCrucible Repair (client: repair-client)
17332024-12-17T07:27:12.295Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17342024-12-17T07:27:12.295Z
17352024-12-17T07:27:12.295ZRepo Depot API (client: repo-depot-client)
17362024-12-17T07:27:12.295Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17372024-12-17T07:27:12.295Z
17382024-12-17T07:27:12.295ZSled Agent (client: sled-agent-client)
17392024-12-17T07:27:12.295Z consumed by: dpd (dendrite/dpd) via 1 path
17402024-12-17T07:27:12.295Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17412024-12-17T07:27:12.295Z
17422024-12-17T07:27:12.295ZWicketd (client: wicketd-client)
17432024-12-17T07:27:12.295Z
17442024-12-17T07:27:12.382Z
17452024-12-17T07:27:12.382Zreal 1:12.945383798
17462024-12-17T07:27:12.382Zuser 40.021412601
17472024-12-17T07:27:12.382Zsys 16.208840619
17482024-12-17T07:27:12.382Ztrap 0.011879179
17492024-12-17T07:27:12.382Ztflt 0.087185416
17502024-12-17T07:27:12.382Zdflt 0.538699777
17512024-12-17T07:27:12.382Zkflt 0.000012544
17522024-12-17T07:27:12.382Zlock 1:18.078274218
17532024-12-17T07:27:12.382Zslp 8:11.540895655
17542024-12-17T07:27:12.382Zlat 1.763843922
17552024-12-17T07:27:12.382Zstop 1.173913757
17562024-12-17T07:27:12.405Z+ ptime -m cargo xtask ls-apis deployment-units
17572024-12-17T07:27:13.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17582024-12-17T07:27:13.083Z Running `target/debug/xtask ls-apis deployment-units`
17592024-12-17T07:27:14.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
17602024-12-17T07:27:14.243Z Running `target/debug/ls-apis deployment-units`
17612024-12-17T07:27:14.299Zloading metadata for workspace omicron from current workspace
17622024-12-17T07:27:15.867Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
17632024-12-17T07:27:15.890Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/Cargo.toml
17642024-12-17T07:27:15.890Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
17652024-12-17T07:27:18.364Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
17662024-12-17T07:27:19.375Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17672024-12-17T07:27:19.398Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17682024-12-17T07:27:19.579ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
17692024-12-17T07:27:19.579Z omicron-clickhouse-admin (omicron/clickhouse-admin)
17702024-12-17T07:27:19.579Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
17712024-12-17T07:27:19.579Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
17722024-12-17T07:27:19.579Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
17732024-12-17T07:27:19.623Z
17742024-12-17T07:27:19.623Z
17752024-12-17T07:27:19.624ZCockroach
17762024-12-17T07:27:19.624Z omicron-cockroach-admin (omicron/cockroach-admin)
17772024-12-17T07:27:19.624Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
17782024-12-17T07:27:19.624Z
17792024-12-17T07:27:19.624Z
17802024-12-17T07:27:19.624ZCrucible
17812024-12-17T07:27:19.624Z crucible-agent (crucible/agent)
17822024-12-17T07:27:19.624Z exposes: Crucible Agent (client = crucible-agent-client)
17832024-12-17T07:27:19.624Z
17842024-12-17T07:27:19.624Z crucible-downstairs (crucible/downstairs)
17852024-12-17T07:27:19.624Z exposes: Crucible Repair (client = repair-client)
17862024-12-17T07:27:19.624Z consumes: repair-client
17872024-12-17T07:27:19.624Z
17882024-12-17T07:27:19.624Z
17892024-12-17T07:27:19.624ZCrucible Pantry
17902024-12-17T07:27:19.624Z crucible-pantry (crucible/pantry)
17912024-12-17T07:27:19.624Z exposes: Crucible Pantry (client = crucible-pantry-client)
17922024-12-17T07:27:19.624Z
17932024-12-17T07:27:19.624Z
17942024-12-17T07:27:19.624ZDNS Server
17952024-12-17T07:27:19.624Z dns-server (omicron/dns-server)
17962024-12-17T07:27:19.624Z exposes: DNS Server (client = dns-service-client)
17972024-12-17T07:27:19.624Z
17982024-12-17T07:27:19.624Z
17992024-12-17T07:27:19.624ZHost OS
18002024-12-17T07:27:19.624Z ddmd (maghemite/ddmd)
18012024-12-17T07:27:19.624Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18022024-12-17T07:27:19.624Z consumes: dpd-client
18032024-12-17T07:27:19.624Z
18042024-12-17T07:27:19.624Z dpd (dendrite/dpd)
18052024-12-17T07:27:19.624Z exposes: Dendrite DPD (client = dpd-client)
18062024-12-17T07:27:19.624Z consumes: gateway-client
18072024-12-17T07:27:19.624Z consumes: nexus-client
18082024-12-17T07:27:19.624Z consumes: sled-agent-client
18092024-12-17T07:27:19.624Z
18102024-12-17T07:27:19.624Z mgd (maghemite/mgd)
18112024-12-17T07:27:19.624Z exposes: Maghemite MG Admin (client = mg-admin-client)
18122024-12-17T07:27:19.624Z consumes: ddm-admin-client
18132024-12-17T07:27:19.624Z consumes: dpd-client
18142024-12-17T07:27:19.625Z
18152024-12-17T07:27:19.625Z omicron-gateway (omicron/gateway)
18162024-12-17T07:27:19.625Z exposes: Management Gateway Service (client = gateway-client)
18172024-12-17T07:27:19.625Z
18182024-12-17T07:27:19.625Z omicron-sled-agent (omicron/sled-agent)
18192024-12-17T07:27:19.625Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18202024-12-17T07:27:19.625Z exposes: Repo Depot API (client = repo-depot-client)
18212024-12-17T07:27:19.625Z exposes: Sled Agent (client = sled-agent-client)
18222024-12-17T07:27:19.625Z consumes: bootstrap-agent-client
18232024-12-17T07:27:19.625Z consumes: ddm-admin-client
18242024-12-17T07:27:19.625Z consumes: dns-service-client
18252024-12-17T07:27:19.625Z consumes: dpd-client
18262024-12-17T07:27:19.625Z consumes: gateway-client
18272024-12-17T07:27:19.625Z consumes: mg-admin-client
18282024-12-17T07:27:19.625Z consumes: nexus-client
18292024-12-17T07:27:19.625Z consumes: propolis-client
18302024-12-17T07:27:19.625Z consumes: repo-depot-client
18312024-12-17T07:27:19.625Z
18322024-12-17T07:27:19.625Z propolis-server (propolis/bin/propolis-server)
18332024-12-17T07:27:19.625Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18342024-12-17T07:27:19.625Z exposes: Propolis (client = propolis-client)
18352024-12-17T07:27:19.649Z consumes: nexus-client
18362024-12-17T07:27:19.649Z
18372024-12-17T07:27:19.649Z tfportd (dendrite/tfportd)
18382024-12-17T07:27:19.649Z consumes: dpd-client
18392024-12-17T07:27:19.649Z
18402024-12-17T07:27:19.649Z wicketd (omicron/wicketd)
18412024-12-17T07:27:19.649Z exposes: Wicketd Installinator (client = installinator-client)
18422024-12-17T07:27:19.649Z exposes: Wicketd (client = wicketd-client)
18432024-12-17T07:27:19.649Z consumes: bootstrap-agent-client
18442024-12-17T07:27:19.649Z consumes: ddm-admin-client
18452024-12-17T07:27:19.649Z consumes: dpd-client
18462024-12-17T07:27:19.649Z consumes: gateway-client
18472024-12-17T07:27:19.649Z
18482024-12-17T07:27:19.649Z
18492024-12-17T07:27:19.649ZInstallinator
18502024-12-17T07:27:19.649Z installinator (omicron/installinator)
18512024-12-17T07:27:19.649Z consumes: ddm-admin-client
18522024-12-17T07:27:19.649Z consumes: installinator-client
18532024-12-17T07:27:19.649Z
18542024-12-17T07:27:19.649Z
18552024-12-17T07:27:19.649ZNexus
18562024-12-17T07:27:19.649Z omicron-nexus (omicron/nexus)
18572024-12-17T07:27:19.649Z exposes: Nexus Internal API (client = nexus-client)
18582024-12-17T07:27:19.649Z exposes: External API (client = oxide-client)
18592024-12-17T07:27:19.649Z consumes: clickhouse-admin-keeper-client
18602024-12-17T07:27:19.649Z consumes: clickhouse-admin-server-client
18612024-12-17T07:27:19.649Z consumes: clickhouse-admin-single-client
18622024-12-17T07:27:19.649Z consumes: cockroach-admin-client
18632024-12-17T07:27:19.649Z consumes: crucible-agent-client
18642024-12-17T07:27:19.649Z consumes: crucible-pantry-client
18652024-12-17T07:27:19.649Z consumes: dns-service-client
18662024-12-17T07:27:19.649Z consumes: dpd-client
18672024-12-17T07:27:19.649Z consumes: gateway-client
18682024-12-17T07:27:19.649Z consumes: mg-admin-client
18692024-12-17T07:27:19.649Z consumes: oximeter-client
18702024-12-17T07:27:19.649Z consumes: propolis-client
18712024-12-17T07:27:19.649Z consumes: sled-agent-client
18722024-12-17T07:27:19.650Z
18732024-12-17T07:27:19.650Z
18742024-12-17T07:27:19.650ZOximeter
18752024-12-17T07:27:19.650Z oximeter-collector (omicron/oximeter/collector)
18762024-12-17T07:27:19.650Z exposes: Oximeter (client = oximeter-client)
18772024-12-17T07:27:19.650Z consumes: nexus-client
18782024-12-17T07:27:19.650Z
18792024-12-17T07:27:19.650Z
18802024-12-17T07:27:19.729Z
18812024-12-17T07:27:19.729Zreal 7.322488554
18822024-12-17T07:27:19.729Zuser 5.426684255
18832024-12-17T07:27:19.752Zsys 2.672960113
18842024-12-17T07:27:19.752Ztrap 0.001112351
18852024-12-17T07:27:19.752Ztflt 0.079920717
18862024-12-17T07:27:19.752Zdflt 0.051578884
18872024-12-17T07:27:19.752Zkflt 0.000000000
18882024-12-17T07:27:19.753Zlock 0.003442124
18892024-12-17T07:27:19.753Zslp 15.073472695
18902024-12-17T07:27:19.753Zlat 0.083516189
18912024-12-17T07:27:19.753Zstop 0.059330667
18922024-12-17T07:27:19.753Z+ ptime -m cargo xtask ls-apis servers
18932024-12-17T07:27:20.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18942024-12-17T07:27:20.387Z Running `target/debug/xtask ls-apis servers`
18952024-12-17T07:27:21.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
18962024-12-17T07:27:21.523Z Running `target/debug/ls-apis servers`
18972024-12-17T07:27:21.576Zloading metadata for workspace omicron from current workspace
18982024-12-17T07:27:23.114Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
18992024-12-17T07:27:23.137Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
19002024-12-17T07:27:23.137Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/Cargo.toml
19012024-12-17T07:27:25.433Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19022024-12-17T07:27:26.435Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19032024-12-17T07:27:26.459Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19042024-12-17T07:27:26.636Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19052024-12-17T07:27:26.636Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19062024-12-17T07:27:26.636Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19072024-12-17T07:27:26.636Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19082024-12-17T07:27:26.660Z
19092024-12-17T07:27:26.660Zomicron-cockroach-admin (omicron/cockroach-admin)
19102024-12-17T07:27:26.660Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19112024-12-17T07:27:26.660Z
19122024-12-17T07:27:26.660Zcrucible-agent (crucible/agent)
19132024-12-17T07:27:26.660Z exposes: Crucible Agent (client = crucible-agent-client)
19142024-12-17T07:27:26.660Z
19152024-12-17T07:27:26.660Zcrucible-downstairs (crucible/downstairs)
19162024-12-17T07:27:26.660Z exposes: Crucible Repair (client = repair-client)
19172024-12-17T07:27:26.660Z consumes: repair-client
19182024-12-17T07:27:26.660Z
19192024-12-17T07:27:26.660Zcrucible-pantry (crucible/pantry)
19202024-12-17T07:27:26.660Z exposes: Crucible Pantry (client = crucible-pantry-client)
19212024-12-17T07:27:26.660Z
19222024-12-17T07:27:26.660Zdns-server (omicron/dns-server)
19232024-12-17T07:27:26.660Z exposes: DNS Server (client = dns-service-client)
19242024-12-17T07:27:26.660Z
19252024-12-17T07:27:26.660Zomicron-sled-agent (omicron/sled-agent)
19262024-12-17T07:27:26.660Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19272024-12-17T07:27:26.660Z exposes: Repo Depot API (client = repo-depot-client)
19282024-12-17T07:27:26.660Z exposes: Sled Agent (client = sled-agent-client)
19292024-12-17T07:27:26.660Z consumes: bootstrap-agent-client
19302024-12-17T07:27:26.660Z consumes: ddm-admin-client
19312024-12-17T07:27:26.660Z consumes: dns-service-client
19322024-12-17T07:27:26.660Z consumes: dpd-client
19332024-12-17T07:27:26.660Z consumes: gateway-client
19342024-12-17T07:27:26.660Z consumes: mg-admin-client
19352024-12-17T07:27:26.660Z consumes: nexus-client
19362024-12-17T07:27:26.660Z consumes: propolis-client
19372024-12-17T07:27:26.660Z consumes: repo-depot-client
19382024-12-17T07:27:26.660Z
19392024-12-17T07:27:26.661Zpropolis-server (propolis/bin/propolis-server)
19402024-12-17T07:27:26.661Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19412024-12-17T07:27:26.661Z exposes: Propolis (client = propolis-client)
19422024-12-17T07:27:26.661Z consumes: nexus-client
19432024-12-17T07:27:26.661Z
19442024-12-17T07:27:26.661Zddmd (maghemite/ddmd)
19452024-12-17T07:27:26.661Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19462024-12-17T07:27:26.661Z consumes: dpd-client
19472024-12-17T07:27:26.661Z
19482024-12-17T07:27:26.661Zdpd (dendrite/dpd)
19492024-12-17T07:27:26.661Z exposes: Dendrite DPD (client = dpd-client)
19502024-12-17T07:27:26.661Z consumes: gateway-client
19512024-12-17T07:27:26.661Z consumes: nexus-client
19522024-12-17T07:27:26.661Z consumes: sled-agent-client
19532024-12-17T07:27:26.661Z
19542024-12-17T07:27:26.661Zmgd (maghemite/mgd)
19552024-12-17T07:27:26.661Z exposes: Maghemite MG Admin (client = mg-admin-client)
19562024-12-17T07:27:26.685Z consumes: ddm-admin-client
19572024-12-17T07:27:26.685Z consumes: dpd-client
19582024-12-17T07:27:26.685Z
19592024-12-17T07:27:26.685Zomicron-gateway (omicron/gateway)
19602024-12-17T07:27:26.685Z exposes: Management Gateway Service (client = gateway-client)
19612024-12-17T07:27:26.685Z
19622024-12-17T07:27:26.685Ztfportd (dendrite/tfportd)
19632024-12-17T07:27:26.685Z consumes: dpd-client
19642024-12-17T07:27:26.685Z
19652024-12-17T07:27:26.685Zwicketd (omicron/wicketd)
19662024-12-17T07:27:26.685Z exposes: Wicketd Installinator (client = installinator-client)
19672024-12-17T07:27:26.685Z exposes: Wicketd (client = wicketd-client)
19682024-12-17T07:27:26.685Z consumes: bootstrap-agent-client
19692024-12-17T07:27:26.685Z consumes: ddm-admin-client
19702024-12-17T07:27:26.685Z consumes: dpd-client
19712024-12-17T07:27:26.685Z consumes: gateway-client
19722024-12-17T07:27:26.685Z
19732024-12-17T07:27:26.685Zinstallinator (omicron/installinator)
19742024-12-17T07:27:26.685Z consumes: ddm-admin-client
19752024-12-17T07:27:26.685Z consumes: installinator-client
19762024-12-17T07:27:26.685Z
19772024-12-17T07:27:26.685Zomicron-nexus (omicron/nexus)
19782024-12-17T07:27:26.685Z exposes: Nexus Internal API (client = nexus-client)
19792024-12-17T07:27:26.685Z exposes: External API (client = oxide-client)
19802024-12-17T07:27:26.685Z consumes: clickhouse-admin-keeper-client
19812024-12-17T07:27:26.685Z consumes: clickhouse-admin-server-client
19822024-12-17T07:27:26.685Z consumes: clickhouse-admin-single-client
19832024-12-17T07:27:26.685Z consumes: cockroach-admin-client
19842024-12-17T07:27:26.685Z consumes: crucible-agent-client
19852024-12-17T07:27:26.685Z consumes: crucible-pantry-client
19862024-12-17T07:27:26.685Z consumes: dns-service-client
19872024-12-17T07:27:26.686Z consumes: dpd-client
19882024-12-17T07:27:26.686Z consumes: gateway-client
19892024-12-17T07:27:26.686Z consumes: mg-admin-client
19902024-12-17T07:27:26.686Z consumes: oximeter-client
19912024-12-17T07:27:26.686Z consumes: propolis-client
19922024-12-17T07:27:26.686Z consumes: sled-agent-client
19932024-12-17T07:27:26.686Z
19942024-12-17T07:27:26.686Zoximeter-collector (omicron/oximeter/collector)
19952024-12-17T07:27:26.686Z exposes: Oximeter (client = oximeter-client)
19962024-12-17T07:27:26.686Z consumes: nexus-client
19972024-12-17T07:27:26.686Z
19982024-12-17T07:27:26.784Z
19992024-12-17T07:27:26.808Zreal 7.031545656
20002024-12-17T07:27:26.808Zuser 5.400678297
20012024-12-17T07:27:26.808Zsys 2.401437030
20022024-12-17T07:27:26.808Ztrap 0.001011371
20032024-12-17T07:27:26.808Ztflt 0.000042463
20042024-12-17T07:27:26.808Zdflt 0.000235545
20052024-12-17T07:27:26.808Zkflt 0.000000000
20062024-12-17T07:27:26.808Zlock 0.002451421
20072024-12-17T07:27:26.808Zslp 13.530050517
20082024-12-17T07:27:26.808Zlat 0.022799220
20092024-12-17T07:27:26.808Zstop 0.058224837
20102024-12-17T07:27:26.808Z+ ptime -m cargo xtask ls-apis check
20112024-12-17T07:27:27.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20122024-12-17T07:27:27.444Z Running `target/debug/xtask ls-apis check`
20132024-12-17T07:27:28.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
20142024-12-17T07:27:28.555Z Running `target/debug/ls-apis check`
20152024-12-17T07:27:28.611Zloading metadata for workspace omicron from current workspace
20162024-12-17T07:27:30.157Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20172024-12-17T07:27:30.182Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/220a6f3/Cargo.toml
20182024-12-17T07:27:30.182Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
20192024-12-17T07:27:32.496Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20202024-12-17T07:27:33.520Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20212024-12-17T07:27:33.544Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20222024-12-17T07:27:33.852Z
20232024-12-17T07:27:33.852Z
20242024-12-17T07:27:33.852ZServer-managed APIs:
20252024-12-17T07:27:33.852Z
20262024-12-17T07:27:33.852Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20272024-12-17T07:27:33.852Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20282024-12-17T07:27:33.852Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20292024-12-17T07:27:33.852Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20302024-12-17T07:27:33.852Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20312024-12-17T07:27:33.852Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20322024-12-17T07:27:33.852Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20332024-12-17T07:27:33.852Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20342024-12-17T07:27:33.852Z DNS Server (dns-service-client, exposed by dns-server)
20352024-12-17T07:27:33.852Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20362024-12-17T07:27:33.852Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20372024-12-17T07:27:33.852Z External API (oxide-client, exposed by omicron-nexus)
20382024-12-17T07:27:33.852Z Oximeter (oximeter-client, exposed by oximeter-collector)
20392024-12-17T07:27:33.852Z Propolis (propolis-client, exposed by propolis-server)
20402024-12-17T07:27:33.852Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
20412024-12-17T07:27:33.852Z Wicketd (wicketd-client, exposed by wicketd)
20422024-12-17T07:27:33.852Z
20432024-12-17T07:27:33.853Z
20442024-12-17T07:27:33.853ZClient-managed API:
20452024-12-17T07:27:33.853Z
20462024-12-17T07:27:33.853Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
20472024-12-17T07:27:33.853Z reason: depends on itself (i.e., instances call each other)
20482024-12-17T07:27:33.853Z Dendrite DPD (dpd-client, exposed by dpd)
20492024-12-17T07:27:33.853Z reason: Sled Agent calling DPD creates a circular dependency
20502024-12-17T07:27:33.853Z Wicketd Installinator (installinator-client, exposed by wicketd)
20512024-12-17T07:27:33.853Z reason: client is provided implicitly by the operator
20522024-12-17T07:27:33.877Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
20532024-12-17T07:27:33.877Z reason: Circular dependencies between Nexus and other services
20542024-12-17T07:27:33.877Z Crucible Repair (repair-client, exposed by crucible-downstairs)
20552024-12-17T07:27:33.877Z reason: depends on itself (i.e., instances call each other)
20562024-12-17T07:27:33.877Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
20572024-12-17T07:27:33.877Z reason: depends on itself (i.e., instances call each other)
20582024-12-17T07:27:33.877Z
20592024-12-17T07:27:33.877Z
20602024-12-17T07:27:33.877ZAPIs with unknown version management: none
20612024-12-17T07:27:33.974Z
20622024-12-17T07:27:33.998Zreal 7.167859747
20632024-12-17T07:27:33.998Zuser 5.537468430
20642024-12-17T07:27:33.998Zsys 2.410532877
20652024-12-17T07:27:33.998Ztrap 0.000607199
20662024-12-17T07:27:33.998Ztflt 0.000002885
20672024-12-17T07:27:33.998Zdflt 0.000201385
20682024-12-17T07:27:33.998Zkflt 0.000000000
20692024-12-17T07:27:33.998Zlock 0.003228967
20702024-12-17T07:27:33.998Zslp 13.640090953
20712024-12-17T07:27:33.998Zlat 0.019070797
20722024-12-17T07:27:33.998Zstop 0.061640249
20732024-12-17T07:27:33.998Z+ banner build
20742024-12-17T07:27:33.998Z
20752024-12-17T07:27:33.998Z ##### # # # # #####
20762024-12-17T07:27:33.998Z # # # # # # # #
20772024-12-17T07:27:33.998Z ##### # # # # # #
20782024-12-17T07:27:33.998Z # # # # # # # #
20792024-12-17T07:27:33.998Z # # # # # # # #
20802024-12-17T07:27:33.999Z ##### #### # ###### #####
20812024-12-17T07:27:33.999Z
20822024-12-17T07:27:33.999Z+ export 'RUSTFLAGS=-D warnings'
20832024-12-17T07:27:33.999Z+ RUSTFLAGS='-D warnings'
20842024-12-17T07:27:33.999Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
20852024-12-17T07:27:33.999Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
20862024-12-17T07:27:33.999Z+ [[ illumos == \i\l\l\u\m\o\s ]]
20872024-12-17T07:27:33.999Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
20882024-12-17T07:27:33.999Z+ export TMPDIR=/var/tmp/omicron_tmp
20892024-12-17T07:27:33.999Z+ TMPDIR=/var/tmp/omicron_tmp
20902024-12-17T07:27:33.999Z+ export RUST_BACKTRACE=1
20912024-12-17T07:27:33.999Z+ RUST_BACKTRACE=1
20922024-12-17T07:27:33.999Z+ export CARGO_INCREMENTAL=0
20932024-12-17T07:27:33.999Z+ CARGO_INCREMENTAL=0
20942024-12-17T07:27:33.999Z+ export RUSTC_BOOTSTRAP=1
20952024-12-17T07:27:33.999Z+ RUSTC_BOOTSTRAP=1
20962024-12-17T07:27:33.999Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
20972024-12-17T07:27:36.126Z Dirty unicode-ident v1.0.13: the rustflags changed
20982024-12-17T07:27:36.126Z Compiling unicode-ident v1.0.13
20992024-12-17T07:27:36.126Z Dirty proc-macro2 v1.0.92: the rustflags changed
21002024-12-17T07:27:36.126Z Compiling proc-macro2 v1.0.92
21012024-12-17T07:27:36.126Z Dirty libc v0.2.162: the rustflags changed
21022024-12-17T07:27:36.126Z Compiling libc v0.2.162
21032024-12-17T07:27:36.150Z Dirty cfg-if v1.0.0: the rustflags changed
21042024-12-17T07:27:36.150Z Compiling cfg-if v1.0.0
21052024-12-17T07:27:36.150Z Dirty serde v1.0.215: the rustflags changed
21062024-12-17T07:27:36.150Z Compiling serde v1.0.215
21072024-12-17T07:27:36.150Z Dirty autocfg v1.4.0: the rustflags changed
21082024-12-17T07:27:36.150Z Compiling autocfg v1.4.0
21092024-12-17T07:27:36.150Z Dirty memchr v2.7.4: the rustflags changed
21102024-12-17T07:27:36.150Z Compiling memchr v2.7.4
21112024-12-17T07:27:36.150Z Dirty version_check v0.9.5: the rustflags changed
21122024-12-17T07:27:36.150Z Compiling version_check v0.9.5
21132024-12-17T07:27:36.150Z 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.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=a0c90b16fe1aa548 -C extra-filename=-a0c90b16fe1aa548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21142024-12-17T07:27:36.150Z 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`
21152024-12-17T07:27:36.150Z 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`
21162024-12-17T07:27:36.150Z 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`
21172024-12-17T07:27:36.150Z 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`
21182024-12-17T07:27:36.150Z 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.215/build.rs --error-format=json --json=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=e1f493915488a752 -C extra-filename=-e1f493915488a752 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e1f493915488a752 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21192024-12-17T07:27:36.174Z 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`
21202024-12-17T07:27:36.174Z 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`
21212024-12-17T07:27:36.423Z Dirty value-bag v1.9.0: the rustflags changed
21222024-12-17T07:27:36.423Z Compiling value-bag v1.9.0
21232024-12-17T07:27:36.446Z 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`
21242024-12-17T07:27:36.446Z Dirty scopeguard v1.2.0: the rustflags changed
21252024-12-17T07:27:36.446Z Compiling scopeguard v1.2.0
21262024-12-17T07:27:36.485Z 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`
21272024-12-17T07:27:36.604Z Dirty smallvec v1.13.2: the rustflags changed
21282024-12-17T07:27:36.604Z Compiling smallvec v1.13.2
21292024-12-17T07:27:36.636Z 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`
21302024-12-17T07:27:36.864Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e1f493915488a752/build-script-build`
21312024-12-17T07:27:36.926Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-3095148c1f5a9432/build-script-build`
21322024-12-17T07:27:36.951Z Dirty log v0.4.22: the rustflags changed
21332024-12-17T07:27:36.951Z Compiling log v0.4.22
21342024-12-17T07:27:36.977Z 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`
21352024-12-17T07:27:37.001Z Dirty once_cell v1.20.2: the rustflags changed
21362024-12-17T07:27:37.001Z Compiling once_cell v1.20.2
21372024-12-17T07:27:37.001Z Dirty itoa v1.0.11: the rustflags changed
21382024-12-17T07:27:37.024Z Compiling itoa v1.0.11
21392024-12-17T07:27:37.024Z Dirty byteorder v1.5.0: the rustflags changed
21402024-12-17T07:27:37.024Z Compiling byteorder v1.5.0
21412024-12-17T07:27:37.024Z 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`
21422024-12-17T07:27:37.024Z 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`
21432024-12-17T07:27:37.024Z 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`
21442024-12-17T07:27:37.061Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7/build-script-build`
21452024-12-17T07:27:37.133Z 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"))'`
21462024-12-17T07:27:37.245Z Dirty lock_api v0.4.12: the rustflags changed
21472024-12-17T07:27:37.245Z Compiling lock_api v0.4.12
21482024-12-17T07:27:37.269Z 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`
21492024-12-17T07:27:37.292Z Dirty pin-project-lite v0.2.14: the rustflags changed
21502024-12-17T07:27:37.292Z Compiling pin-project-lite v0.2.14
21512024-12-17T07:27:37.293Z 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`
21522024-12-17T07:27:37.356Z 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=46415f2e41eeec15 -C extra-filename=-46415f2e41eeec15 --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-a0c90b16fe1aa548.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)'`
21532024-12-17T07:27:37.380Z Dirty subtle v2.6.1: the rustflags changed
21542024-12-17T07:27:37.380Z Compiling subtle v2.6.1
21552024-12-17T07:27:37.403Z 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`
21562024-12-17T07:27:37.426Z Dirty shlex v1.3.0: the rustflags changed
21572024-12-17T07:27:37.426Z Compiling shlex v1.3.0
21582024-12-17T07:27:37.426Z 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`
21592024-12-17T07:27:37.450Z Dirty thiserror v1.0.69: the rustflags changed
21602024-12-17T07:27:37.450Z Compiling thiserror v1.0.69
21612024-12-17T07:27:37.450Z 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`
21622024-12-17T07:27:37.567Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232/build-script-build`
21632024-12-17T07:27:37.601Z Dirty regex-syntax v0.8.5: the rustflags changed
21642024-12-17T07:27:37.601Z Compiling regex-syntax v0.8.5
21652024-12-17T07:27:37.637Z 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`
21662024-12-17T07:27:37.684Z Dirty aho-corasick v1.1.3: the rustflags changed
21672024-12-17T07:27:37.684Z Compiling aho-corasick v1.1.3
21682024-12-17T07:27:37.707Z 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`
21692024-12-17T07:27:37.762Z 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`
21702024-12-17T07:27:37.786Z Dirty typenum v1.17.0: the rustflags changed
21712024-12-17T07:27:37.786Z Compiling typenum v1.17.0
21722024-12-17T07:27:37.809Z 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`
21732024-12-17T07:27:37.809Z Dirty generic-array v0.14.7: the rustflags changed
21742024-12-17T07:27:37.809Z Compiling generic-array v0.14.7
21752024-12-17T07:27:37.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/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`
21762024-12-17T07:27:38.037Z Dirty quote v1.0.37: the rustflags changed
21772024-12-17T07:27:38.037Z Compiling quote v1.0.37
21782024-12-17T07:27:38.061Z 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.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=fc0e8446826fda4a -C extra-filename=-fc0e8446826fda4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792024-12-17T07:27:38.165Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c/build-script-build`
21802024-12-17T07:27:38.188Z Dirty getrandom v0.2.15: the rustflags changed
21812024-12-17T07:27:38.189Z Compiling getrandom v0.2.15
21822024-12-17T07:27:38.189Z 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`
21832024-12-17T07:27:38.419Z Dirty syn v2.0.90: the rustflags changed
21842024-12-17T07:27:38.419Z Compiling syn v2.0.90
21852024-12-17T07:27:38.443Z 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.90/src/lib.rs --error-format=json --json=diagnostic-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=a2241df4e74de7fb -C extra-filename=-a2241df4e74de7fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862024-12-17T07:27:38.511Z Dirty rand_core v0.6.4: the rustflags changed
21872024-12-17T07:27:38.511Z Compiling rand_core v0.6.4
21882024-12-17T07:27:38.534Z 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`
21892024-12-17T07:27:38.558Z Dirty jobserver v0.1.32: the rustflags changed
21902024-12-17T07:27:38.558Z Compiling jobserver v0.1.32
21912024-12-17T07:27:38.558Z 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`
21922024-12-17T07:27:38.671Z Dirty parking_lot_core v0.9.10: the rustflags changed
21932024-12-17T07:27:38.671Z Compiling parking_lot_core v0.9.10
21942024-12-17T07:27:38.694Z 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`
21952024-12-17T07:27:38.718Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4/build-script-main`
21962024-12-17T07:27:38.815Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803/build-script-build`
21972024-12-17T07:27:38.852Z 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`
21982024-12-17T07:27:38.891Z Dirty cc v1.1.30: the rustflags changed
21992024-12-17T07:27:38.891Z Compiling cc v1.1.30
22002024-12-17T07:27:38.915Z 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`
22012024-12-17T07:27:38.992Z Dirty allocator-api2 v0.2.18: the rustflags changed
22022024-12-17T07:27:38.992Z Compiling allocator-api2 v0.2.18
22032024-12-17T07:27:39.016Z 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`
22042024-12-17T07:27:39.114Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297/build-script-build`
22052024-12-17T07:27:39.151Z 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`
22062024-12-17T07:27:39.343Z Dirty libm v0.2.8: the rustflags changed
22072024-12-17T07:27:39.343Z Compiling libm v0.2.8
22082024-12-17T07:27:39.367Z 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`
22092024-12-17T07:27:39.747Z Dirty parking_lot v0.12.3: the rustflags changed
22102024-12-17T07:27:39.747Z Compiling parking_lot v0.12.3
22112024-12-17T07:27:39.770Z 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`
22122024-12-17T07:27:39.794Z Dirty ryu v1.0.18: the rustflags changed
22132024-12-17T07:27:39.794Z Compiling ryu v1.0.18
22142024-12-17T07:27:39.794Z 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`
22152024-12-17T07:27:39.794Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46/build-script-build`
22162024-12-17T07:27:39.852Z Dirty num-traits v0.2.19: the rustflags changed
22172024-12-17T07:27:39.852Z Compiling num-traits v0.2.19
22182024-12-17T07:27:39.875Z 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`
22192024-12-17T07:27:40.033Z Dirty futures-core v0.3.31: the rustflags changed
22202024-12-17T07:27:40.033Z Compiling futures-core v0.3.31
22212024-12-17T07:27:40.057Z 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`
22222024-12-17T07:27:40.142Z 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`
22232024-12-17T07:27:40.216Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a/build-script-build`
22242024-12-17T07:27:40.301Z Dirty spin v0.9.8: the rustflags changed
22252024-12-17T07:27:40.301Z Compiling spin v0.9.8
22262024-12-17T07:27:40.325Z 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`
22272024-12-17T07:27:40.479Z Dirty rustix v0.38.37: the rustflags changed
22282024-12-17T07:27:40.479Z Compiling rustix v0.38.37
22292024-12-17T07:27:40.503Z 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`
22302024-12-17T07:27:40.628Z Dirty regex-automata v0.4.8: the rustflags changed
22312024-12-17T07:27:40.628Z Compiling regex-automata v0.4.8
22322024-12-17T07:27:40.651Z 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`
22332024-12-17T07:27:40.710Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22342024-12-17T07:27:40.710Z Compiling signal-hook-registry v1.4.2
22352024-12-17T07:27:40.733Z 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`
22362024-12-17T07:27:41.253Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050/build-script-build`
22372024-12-17T07:27:41.360Z 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)'`
22382024-12-17T07:27:41.510Z Dirty errno v0.3.9: the rustflags changed
22392024-12-17T07:27:41.510Z Compiling errno v0.3.9
22402024-12-17T07:27:41.533Z 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`
22412024-12-17T07:27:41.557Z Dirty serde_json v1.0.133: the rustflags changed
22422024-12-17T07:27:41.557Z Compiling serde_json v1.0.133
22432024-12-17T07:27:41.580Z 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.133/build.rs --error-format=json --json=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=1fa4daaa3976fb13 -C extra-filename=-1fa4daaa3976fb13 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-1fa4daaa3976fb13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442024-12-17T07:27:41.748Z Dirty equivalent v1.0.1: the rustflags changed
22452024-12-17T07:27:41.748Z Compiling equivalent v1.0.1
22462024-12-17T07:27:41.772Z 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`
22472024-12-17T07:27:41.869Z Dirty fnv v1.0.7: the rustflags changed
22482024-12-17T07:27:41.869Z Compiling fnv v1.0.7
22492024-12-17T07:27:41.893Z 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`
22502024-12-17T07:27:41.916Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-1fa4daaa3976fb13/build-script-build`
22512024-12-17T07:27:41.941Z Dirty foldhash v0.1.3: the rustflags changed
22522024-12-17T07:27:41.941Z Compiling foldhash v0.1.3
22532024-12-17T07:27:41.964Z 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`
22542024-12-17T07:27:42.011Z Dirty mio v1.0.2: the rustflags changed
22552024-12-17T07:27:42.011Z Compiling mio v1.0.2
22562024-12-17T07:27:42.034Z 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`
22572024-12-17T07:27:42.215Z Dirty hashbrown v0.15.1: the rustflags changed
22582024-12-17T07:27:42.215Z Compiling hashbrown v0.15.1
22592024-12-17T07:27:42.240Z 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`
22602024-12-17T07:27:42.269Z Dirty either v1.13.0: the rustflags changed
22612024-12-17T07:27:42.269Z Compiling either v1.13.0
22622024-12-17T07:27:42.292Z 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`
22632024-12-17T07:27:42.622Z Dirty socket2 v0.5.7: the rustflags changed
22642024-12-17T07:27:42.622Z Compiling socket2 v0.5.7
22652024-12-17T07:27:42.646Z 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`
22662024-12-17T07:27:42.678Z Dirty lazy_static v1.5.0: the rustflags changed
22672024-12-17T07:27:42.678Z Compiling lazy_static v1.5.0
22682024-12-17T07:27:42.678Z 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`
22692024-12-17T07:27:42.792Z Dirty const-oid v0.9.6: the rustflags changed
22702024-12-17T07:27:42.792Z Compiling const-oid v0.9.6
22712024-12-17T07:27:42.815Z 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`
22722024-12-17T07:27:43.023Z Dirty slab v0.4.9: the rustflags changed
22732024-12-17T07:27:43.023Z Compiling slab v0.4.9
22742024-12-17T07:27:43.048Z 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`
22752024-12-17T07:27:43.071Z Dirty futures-io v0.3.31: the rustflags changed
22762024-12-17T07:27:43.071Z Compiling futures-io v0.3.31
22772024-12-17T07:27:43.071Z 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`
22782024-12-17T07:27:43.292Z Dirty cpufeatures v0.2.14: the rustflags changed
22792024-12-17T07:27:43.293Z Compiling cpufeatures v0.2.14
22802024-12-17T07:27:43.316Z 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`
22812024-12-17T07:27:43.361Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f/build-script-build`
22822024-12-17T07:27:43.392Z Dirty pkg-config v0.3.31: the rustflags changed
22832024-12-17T07:27:43.392Z Compiling pkg-config v0.3.31
22842024-12-17T07:27:43.415Z Dirty futures-sink v0.3.31: the rustflags changed
22852024-12-17T07:27:43.415Z Compiling futures-sink v0.3.31
22862024-12-17T07:27:43.415Z 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`
22872024-12-17T07:27:43.415Z 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`
22882024-12-17T07:27:43.452Z Dirty stable_deref_trait v1.2.0: the rustflags changed
22892024-12-17T07:27:43.452Z Compiling stable_deref_trait v1.2.0
22902024-12-17T07:27:43.479Z 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`
22912024-12-17T07:27:43.504Z Dirty pin-utils v0.1.0: the rustflags changed
22922024-12-17T07:27:43.504Z Compiling pin-utils v0.1.0
22932024-12-17T07:27:43.504Z 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`
22942024-12-17T07:27:43.528Z 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`
22952024-12-17T07:27:43.556Z Dirty futures-channel v0.3.31: the rustflags changed
22962024-12-17T07:27:43.556Z Compiling futures-channel v0.3.31
22972024-12-17T07:27:43.556Z 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`
22982024-12-17T07:27:43.581Z Dirty futures-task v0.3.31: the rustflags changed
22992024-12-17T07:27:43.581Z Compiling futures-task v0.3.31
23002024-12-17T07:27:43.606Z 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`
23012024-12-17T07:27:43.636Z Dirty semver v1.0.23: the rustflags changed
23022024-12-17T07:27:43.636Z Compiling semver v1.0.23
23032024-12-17T07:27:43.637Z 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.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=dd56d50781dc5e1c -C extra-filename=-dd56d50781dc5e1c --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-dd56d50781dc5e1c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-12-17T07:27:43.794Z Dirty heck v0.5.0: the rustflags changed
23052024-12-17T07:27:43.794Z Compiling heck v0.5.0
23062024-12-17T07:27:43.817Z 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`
23072024-12-17T07:27:43.872Z Dirty iana-time-zone v0.1.61: the rustflags changed
23082024-12-17T07:27:43.872Z Compiling iana-time-zone v0.1.61
23092024-12-17T07:27:43.895Z 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`
23102024-12-17T07:27:43.941Z Dirty syn v1.0.109: the rustflags changed
23112024-12-17T07:27:43.941Z Compiling syn v1.0.109
23122024-12-17T07:27:43.964Z 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`
23132024-12-17T07:27:44.119Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-dd56d50781dc5e1c/build-script-build`
23142024-12-17T07:27:44.197Z Dirty itertools v0.10.5: the rustflags changed
23152024-12-17T07:27:44.197Z Compiling itertools v0.10.5
23162024-12-17T07:27:44.220Z 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`
23172024-12-17T07:27:44.269Z Dirty tracing-core v0.1.32: the rustflags changed
23182024-12-17T07:27:44.269Z Compiling tracing-core v0.1.32
23192024-12-17T07:27:44.269Z 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`
23202024-12-17T07:27:44.299Z Dirty glob v0.3.1: the rustflags changed
23212024-12-17T07:27:44.299Z Compiling glob v0.3.1
23222024-12-17T07:27:44.322Z 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`
23232024-12-17T07:27:44.346Z Dirty home v0.5.9: the rustflags changed
23242024-12-17T07:27:44.346Z Compiling home v0.5.9
23252024-12-17T07:27:44.369Z 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`
23262024-12-17T07:27:44.538Z Dirty synstructure v0.13.1: the rustflags changed
23272024-12-17T07:27:44.538Z Compiling synstructure v0.13.1
23282024-12-17T07:27:44.561Z 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=150e1189b111487c -C extra-filename=-150e1189b111487c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292024-12-17T07:27:44.596Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348/build-script-build`
23302024-12-17T07:27:44.700Z 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=2735b77fa68083f4 -C extra-filename=-2735b77fa68083f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23312024-12-17T07:27:44.783Z Dirty minimal-lexical v0.2.1: the rustflags changed
23322024-12-17T07:27:44.783Z Compiling minimal-lexical v0.2.1
23332024-12-17T07:27:44.806Z 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`
23342024-12-17T07:27:45.185Z Dirty regex v1.11.1: the rustflags changed
23352024-12-17T07:27:45.185Z Compiling regex v1.11.1
23362024-12-17T07:27:45.209Z 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`
23372024-12-17T07:27:45.232Z Dirty nom v7.1.3: the rustflags changed
23382024-12-17T07:27:45.232Z Compiling nom v7.1.3
23392024-12-17T07:27:45.232Z 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`
23402024-12-17T07:27:45.450Z Dirty serde_derive_internals v0.29.1: the rustflags changed
23412024-12-17T07:27:45.450Z Compiling serde_derive_internals v0.29.1
23422024-12-17T07:27:45.474Z 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=f825ffa2beebba21 -C extra-filename=-f825ffa2beebba21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-12-17T07:27:46.006Z Dirty writeable v0.5.5: the rustflags changed
23442024-12-17T07:27:46.006Z Compiling writeable v0.5.5
23452024-12-17T07:27:46.030Z 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`
23462024-12-17T07:27:46.104Z Dirty dyn-clone v1.0.17: the rustflags changed
23472024-12-17T07:27:46.104Z Compiling dyn-clone v1.0.17
23482024-12-17T07:27:46.127Z 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`
23492024-12-17T07:27:46.325Z Dirty litemap v0.7.3: the rustflags changed
23502024-12-17T07:27:46.325Z Compiling litemap v0.7.3
23512024-12-17T07:27:46.348Z 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`
23522024-12-17T07:27:46.532Z Dirty schemars v0.8.21: the rustflags changed
23532024-12-17T07:27:46.533Z Compiling schemars v0.8.21
23542024-12-17T07:27:46.533Z 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`
23552024-12-17T07:27:46.558Z Dirty percent-encoding v2.3.1: the rustflags changed
23562024-12-17T07:27:46.558Z Compiling percent-encoding v2.3.1
23572024-12-17T07:27:46.582Z 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`
23582024-12-17T07:27:46.684Z Dirty clang-sys v1.8.1: the rustflags changed
23592024-12-17T07:27:46.684Z Compiling clang-sys v1.8.1
23602024-12-17T07:27:46.707Z 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`
23612024-12-17T07:27:46.880Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361/build-script-build`
23622024-12-17T07:27:46.905Z Dirty vcpkg v0.2.15: the rustflags changed
23632024-12-17T07:27:46.929Z Compiling vcpkg v0.2.15
23642024-12-17T07:27:46.929Z 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`
23652024-12-17T07:27:46.952Z Dirty prettyplease v0.2.25: the rustflags changed
23662024-12-17T07:27:46.952Z Compiling prettyplease v0.2.25
23672024-12-17T07:27:46.952Z 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`
23682024-12-17T07:27:47.268Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c/build-script-build`
23692024-12-17T07:27:47.309Z Dirty crossbeam-utils v0.8.20: the rustflags changed
23702024-12-17T07:27:47.309Z Compiling crossbeam-utils v0.8.20
23712024-12-17T07:27:47.309Z 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`
23722024-12-17T07:27:47.334Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2/build-script-build`
23732024-12-17T07:27:47.369Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
23742024-12-17T07:27:47.369Z Compiling icu_locid_transform_data v1.5.0
23752024-12-17T07:27:47.393Z 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`
23762024-12-17T07:27:47.479Z Dirty form_urlencoded v1.2.1: the rustflags changed
23772024-12-17T07:27:47.479Z Compiling form_urlencoded v1.2.1
23782024-12-17T07:27:47.503Z 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`
23792024-12-17T07:27:47.769Z Dirty libloading v0.8.5: the rustflags changed
23802024-12-17T07:27:47.769Z Compiling libloading v0.8.5
23812024-12-17T07:27:47.793Z 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`
23822024-12-17T07:27:47.816Z Dirty icu_properties_data v1.5.0: the rustflags changed
23832024-12-17T07:27:47.816Z Compiling icu_properties_data v1.5.0
23842024-12-17T07:27:47.839Z 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`
23852024-12-17T07:27:47.879Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb/build-script-build`
23862024-12-17T07:27:47.917Z Dirty bindgen v0.69.5: the rustflags changed
23872024-12-17T07:27:47.917Z Compiling bindgen v0.69.5
23882024-12-17T07:27:47.940Z 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`
23892024-12-17T07:27:48.038Z Dirty adler2 v2.0.0: the rustflags changed
23902024-12-17T07:27:48.038Z Compiling adler2 v2.0.0
23912024-12-17T07:27:48.072Z 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`
23922024-12-17T07:27:48.157Z 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`
23932024-12-17T07:27:48.244Z Dirty miniz_oxide v0.8.0: the rustflags changed
23942024-12-17T07:27:48.245Z Compiling miniz_oxide v0.8.0
23952024-12-17T07:27:48.269Z 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`
23962024-12-17T07:27:48.299Z 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)'`
23972024-12-17T07:27:48.605Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5/build-script-build`
23982024-12-17T07:27:48.642Z Dirty cexpr v0.6.0: the rustflags changed
23992024-12-17T07:27:48.642Z Compiling cexpr v0.6.0
24002024-12-17T07:27:48.666Z 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`
24012024-12-17T07:27:48.747Z 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=0344f4c61583ecc4 -C extra-filename=-0344f4c61583ecc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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)'`
24022024-12-17T07:27:49.334Z Dirty ring v0.17.8: the rustflags changed
24032024-12-17T07:27:49.334Z Compiling ring v0.17.8
24042024-12-17T07:27:49.357Z 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`
24052024-12-17T07:27:49.508Z Dirty strsim v0.11.1: the rustflags changed
24062024-12-17T07:27:49.508Z Compiling strsim v0.11.1
24072024-12-17T07:27:49.531Z 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`
24082024-12-17T07:27:50.135Z Dirty rustc-hash v1.1.0: the rustflags changed
24092024-12-17T07:27:50.135Z Compiling rustc-hash v1.1.0
24102024-12-17T07:27:50.159Z 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`
24112024-12-17T07:27:50.288Z Dirty write16 v1.0.0: the rustflags changed
24122024-12-17T07:27:50.289Z Compiling write16 v1.0.0
24132024-12-17T07:27:50.312Z 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`
24142024-12-17T07:27:50.336Z Dirty utf16_iter v1.0.5: the rustflags changed
24152024-12-17T07:27:50.336Z Compiling utf16_iter v1.0.5
24162024-12-17T07:27:50.336Z 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`
24172024-12-17T07:27:50.404Z Dirty lazycell v1.3.0: the rustflags changed
24182024-12-17T07:27:50.404Z Compiling lazycell v1.3.0
24192024-12-17T07:27:50.427Z 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`
24202024-12-17T07:27:50.451Z Dirty utf8_iter v1.0.4: the rustflags changed
24212024-12-17T07:27:50.451Z Compiling utf8_iter v1.0.4
24222024-12-17T07:27:50.475Z Dirty serde_derive v1.0.215: the rustflags changed
24232024-12-17T07:27:50.475Z Compiling serde_derive v1.0.215
24242024-12-17T07:27:50.475Z 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`
24252024-12-17T07:27:50.475Z 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.215/src/lib.rs --error-format=json --json=diagnostic-rendered-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=1110847d4b1c20e0 -C extra-filename=-1110847d4b1c20e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-12-17T07:27:50.527Z Dirty zeroize_derive v1.4.2: the rustflags changed
24272024-12-17T07:27:50.527Z Compiling zeroize_derive v1.4.2
24282024-12-17T07:27:50.551Z 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=6f0c10745b853356 -C extra-filename=-6f0c10745b853356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292024-12-17T07:27:50.583Z Dirty thiserror-impl v1.0.69: the rustflags changed
24302024-12-17T07:27:50.583Z Compiling thiserror-impl v1.0.69
24312024-12-17T07:27:50.607Z 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=c6c77623bedcc5ad -C extra-filename=-c6c77623bedcc5ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-12-17T07:27:50.677Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24332024-12-17T07:27:50.677Z Compiling zerocopy-derive v0.7.35
24342024-12-17T07:27:50.700Z 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=9b29d85b33fa1e7d -C extra-filename=-9b29d85b33fa1e7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352024-12-17T07:27:51.247Z Dirty tokio-macros v2.4.0: the rustflags changed
24362024-12-17T07:27:51.248Z Compiling tokio-macros v2.4.0
24372024-12-17T07:27:51.271Z 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=ab20ed65d2611e67 -C extra-filename=-ab20ed65d2611e67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-12-17T07:27:51.345Z Dirty futures-macro v0.3.31: the rustflags changed
24392024-12-17T07:27:51.368Z Compiling futures-macro v0.3.31
24402024-12-17T07:27:51.423Z 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=9907a58c4d4b5fde -C extra-filename=-9907a58c4d4b5fde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-12-17T07:27:52.066Z Dirty zeroize v1.8.1: the rustflags changed
24422024-12-17T07:27:52.066Z Compiling zeroize v1.8.1
24432024-12-17T07:27:52.089Z 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=a7a4ccbd7499b87e -C extra-filename=-a7a4ccbd7499b87e --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-6f0c10745b853356.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-12-17T07:27:52.421Z 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=6e2ccfae76fe2b41 -C extra-filename=-6e2ccfae76fe2b41 --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-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24452024-12-17T07:27:52.801Z Dirty zerocopy v0.7.35: the rustflags changed
24462024-12-17T07:27:52.801Z Compiling zerocopy v0.7.35
24472024-12-17T07:27:52.824Z 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=41af3ff33a822ba4 -C extra-filename=-41af3ff33a822ba4 --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-9b29d85b33fa1e7d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482024-12-17T07:27:52.848Z Dirty tracing-attributes v0.1.27: the rustflags changed
24492024-12-17T07:27:52.848Z Compiling tracing-attributes v0.1.27
24502024-12-17T07:27:52.872Z 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=3966d9491a651ae3 -C extra-filename=-3966d9491a651ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-12-17T07:27:53.130Z Dirty futures-util v0.3.31: the rustflags changed
24522024-12-17T07:27:53.130Z Compiling futures-util v0.3.31
24532024-12-17T07:27:53.153Z 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=036cca9dc188c6e4 -C extra-filename=-036cca9dc188c6e4 --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-9907a58c4d4b5fde.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`
24542024-12-17T07:27:53.527Z 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=690a9c88e2024cdf -C extra-filename=-690a9c88e2024cdf --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-c6c77623bedcc5ad.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)'`
24552024-12-17T07:27:53.633Z Dirty crypto-common v0.1.6: the rustflags changed
24562024-12-17T07:27:53.633Z Compiling crypto-common v0.1.6
24572024-12-17T07:27:53.657Z 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=6bdf7a052bf87098 -C extra-filename=-6bdf7a052bf87098 --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-6e2ccfae76fe2b41.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`
24582024-12-17T07:27:53.680Z Dirty block-buffer v0.10.4: the rustflags changed
24592024-12-17T07:27:53.680Z Compiling block-buffer v0.10.4
24602024-12-17T07:27:53.680Z 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=c6ffba93b2594ce1 -C extra-filename=-c6ffba93b2594ce1 --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-6e2ccfae76fe2b41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-12-17T07:27:53.864Z Dirty zerofrom-derive v0.1.4: the rustflags changed
24622024-12-17T07:27:53.865Z Compiling zerofrom-derive v0.1.4
24632024-12-17T07:27:53.888Z 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=9c086b0be37f2215 -C extra-filename=-9c086b0be37f2215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-150e1189b111487c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642024-12-17T07:27:53.934Z Dirty digest v0.10.7: the rustflags changed
24652024-12-17T07:27:53.934Z Compiling digest v0.10.7
24662024-12-17T07:27:53.957Z 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=4c5218e8ae58a0ca -C extra-filename=-4c5218e8ae58a0ca --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-c6ffba93b2594ce1.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-6bdf7a052bf87098.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`
24672024-12-17T07:27:54.128Z Dirty ppv-lite86 v0.2.20: the rustflags changed
24682024-12-17T07:27:54.128Z Compiling ppv-lite86 v0.2.20
24692024-12-17T07:27:54.152Z 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=8fb5a5804dc33776 -C extra-filename=-8fb5a5804dc33776 --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-41af3ff33a822ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702024-12-17T07:27:54.371Z Dirty yoke-derive v0.7.4: the rustflags changed
24712024-12-17T07:27:54.371Z Compiling yoke-derive v0.7.4
24722024-12-17T07:27:54.394Z 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=255157c5dddb5a2b -C extra-filename=-255157c5dddb5a2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-150e1189b111487c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732024-12-17T07:27:54.809Z Dirty rand_chacha v0.3.1: the rustflags changed
24742024-12-17T07:27:54.810Z Compiling rand_chacha v0.3.1
24752024-12-17T07:27:54.833Z 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=57ee4fa7172879a4 -C extra-filename=-57ee4fa7172879a4 --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-8fb5a5804dc33776.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`
24762024-12-17T07:27:56.063Z Dirty rand v0.8.5: the rustflags changed
24772024-12-17T07:27:56.063Z Compiling rand v0.8.5
24782024-12-17T07:27:56.086Z 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=2ad4e0bfe37ddb93 -C extra-filename=-2ad4e0bfe37ddb93 --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-57ee4fa7172879a4.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`
24792024-12-17T07:27:56.210Z Dirty tracing v0.1.40: the rustflags changed
24802024-12-17T07:27:56.210Z Compiling tracing v0.1.40
24812024-12-17T07:27:56.234Z 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=2c994b9832d797d0 -C extra-filename=-2c994b9832d797d0 --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-3966d9491a651ae3.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`
24822024-12-17T07:27:56.565Z Dirty displaydoc v0.2.5: the rustflags changed
24832024-12-17T07:27:56.565Z Compiling displaydoc v0.2.5
24842024-12-17T07:27:56.565Z 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=3bc85542c0beccc9 -C extra-filename=-3bc85542c0beccc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-12-17T07:27:56.760Z Dirty zerovec-derive v0.10.3: the rustflags changed
24862024-12-17T07:27:56.760Z Compiling zerovec-derive v0.10.3
24872024-12-17T07:27:56.783Z 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=77af1b9cb4b19875 -C extra-filename=-77af1b9cb4b19875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-12-17T07:27:57.128Z Dirty icu_provider_macros v1.5.0: the rustflags changed
24892024-12-17T07:27:57.128Z Compiling icu_provider_macros v1.5.0
24902024-12-17T07:27:57.152Z 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=29f9b27fbfc2d06e -C extra-filename=-29f9b27fbfc2d06e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-12-17T07:27:57.291Z 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.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5f9b84812ad03009 -C extra-filename=-5f9b84812ad03009 --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-1110847d4b1c20e0.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)'`
24922024-12-17T07:27:57.532Z Dirty zerofrom v0.1.4: the rustflags changed
24932024-12-17T07:27:57.532Z Compiling zerofrom v0.1.4
24942024-12-17T07:27:57.556Z 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=e7dd5677d88506ef -C extra-filename=-e7dd5677d88506ef --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-9c086b0be37f2215.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952024-12-17T07:27:57.755Z Dirty yoke v0.7.4: the rustflags changed
24962024-12-17T07:27:57.755Z Compiling yoke v0.7.4
24972024-12-17T07:27:57.778Z 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=3ddadde10f7cbe6f -C extra-filename=-3ddadde10f7cbe6f --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-255157c5dddb5a2b.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-e7dd5677d88506ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982024-12-17T07:27:57.903Z Dirty schemars_derive v0.8.21: the rustflags changed
24992024-12-17T07:27:57.903Z Compiling schemars_derive v0.8.21
25002024-12-17T07:27:57.927Z 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=a9834547cec2884f -C extra-filename=-a9834547cec2884f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f825ffa2beebba21.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-12-17T07:27:58.103Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
25022024-12-17T07:27:58.103Z Compiling icu_normalizer_data v1.5.0
25032024-12-17T07:27:58.127Z 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`
25042024-12-17T07:27:58.168Z Dirty block-padding v0.3.3: the rustflags changed
25052024-12-17T07:27:58.168Z Compiling block-padding v0.3.3
25062024-12-17T07:27:58.191Z 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=229af465dc8a7cac -C extra-filename=-229af465dc8a7cac --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-6e2ccfae76fe2b41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-12-17T07:27:58.220Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e/build-script-build`
25082024-12-17T07:27:58.246Z Dirty paste v1.0.15: the rustflags changed
25092024-12-17T07:27:58.246Z Compiling paste v1.0.15
25102024-12-17T07:27:58.246Z 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`
25112024-12-17T07:27:58.333Z Dirty httparse v1.9.5: the rustflags changed
25122024-12-17T07:27:58.334Z Compiling httparse v1.9.5
25132024-12-17T07:27:58.357Z 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`
25142024-12-17T07:27:58.415Z Dirty inout v0.1.3: the rustflags changed
25152024-12-17T07:27:58.415Z Compiling inout v0.1.3
25162024-12-17T07:27:58.439Z 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=8eef794c90ec2924 -C extra-filename=-8eef794c90ec2924 --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-229af465dc8a7cac.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6e2ccfae76fe2b41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-12-17T07:27:58.462Z Dirty tinyvec_macros v0.1.1: the rustflags changed
25182024-12-17T07:27:58.462Z Compiling tinyvec_macros v0.1.1
25192024-12-17T07:27:58.462Z 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`
25202024-12-17T07:27:58.555Z Dirty tinyvec v1.8.0: the rustflags changed
25212024-12-17T07:27:58.555Z Compiling tinyvec v1.8.0
25222024-12-17T07:27:58.578Z 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`
25232024-12-17T07:27:58.693Z Dirty cipher v0.4.4: the rustflags changed
25242024-12-17T07:27:58.693Z Compiling cipher v0.4.4
25252024-12-17T07:27:58.716Z 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=0cc6e19a156ae140 -C extra-filename=-0cc6e19a156ae140 --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-6bdf7a052bf87098.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8eef794c90ec2924.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-12-17T07:27:58.956Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af/build-script-build`
25272024-12-17T07:27:58.980Z 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"))'`
25282024-12-17T07:27:59.064Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b/build-script-build`
25292024-12-17T07:27:59.090Z Dirty zerovec v0.10.4: the rustflags changed
25302024-12-17T07:27:59.090Z Compiling zerovec v0.10.4
25312024-12-17T07:27:59.113Z 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=0f6b960b2cc876a4 -C extra-filename=-0f6b960b2cc876a4 --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-3ddadde10f7cbe6f.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-e7dd5677d88506ef.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-77af1b9cb4b19875.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-12-17T07:27:59.147Z 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`
25332024-12-17T07:27:59.196Z Dirty powerfmt v0.2.0: the rustflags changed
25342024-12-17T07:27:59.196Z Compiling powerfmt v0.2.0
25352024-12-17T07:27:59.221Z 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`
25362024-12-17T07:27:59.567Z Dirty num-conv v0.1.0: the rustflags changed
25372024-12-17T07:27:59.567Z Compiling num-conv v0.1.0
25382024-12-17T07:27:59.591Z 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`
25392024-12-17T07:27:59.772Z Dirty time-core v0.1.2: the rustflags changed
25402024-12-17T07:27:59.772Z Compiling time-core v0.1.2
25412024-12-17T07:27:59.796Z 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`
25422024-12-17T07:27:59.820Z Dirty atomic-waker v1.1.2: the rustflags changed
25432024-12-17T07:27:59.820Z Compiling atomic-waker v1.1.2
25442024-12-17T07:27:59.820Z 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`
25452024-12-17T07:27:59.846Z Dirty unicode-normalization v0.1.24: the rustflags changed
25462024-12-17T07:27:59.846Z Compiling unicode-normalization v0.1.24
25472024-12-17T07:27:59.876Z 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`
25482024-12-17T07:27:59.924Z Dirty deranged v0.3.11: the rustflags changed
25492024-12-17T07:27:59.925Z Compiling deranged v0.3.11
25502024-12-17T07:27:59.953Z 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`
25512024-12-17T07:27:59.977Z Dirty time-macros v0.2.18: the rustflags changed
25522024-12-17T07:27:59.977Z Compiling time-macros v0.2.18
25532024-12-17T07:27:59.977Z 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`
25542024-12-17T07:28:00.004Z Dirty cmake v0.1.51: the rustflags changed
25552024-12-17T07:28:00.004Z Compiling cmake v0.1.51
25562024-12-17T07:28:00.027Z 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`
25572024-12-17T07:28:00.761Z Dirty tinystr v0.7.6: the rustflags changed
25582024-12-17T07:28:00.761Z Compiling tinystr v0.7.6
25592024-12-17T07:28:00.785Z 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=55da907f8abb6468 -C extra-filename=-55da907f8abb6468 --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-3bc85542c0beccc9.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0f6b960b2cc876a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-12-17T07:28:00.808Z Dirty icu_collections v1.5.0: the rustflags changed
25612024-12-17T07:28:00.808Z Compiling icu_collections v1.5.0
25622024-12-17T07:28:00.808Z 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=c025f73c057651cc -C extra-filename=-c025f73c057651cc --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-3bc85542c0beccc9.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-3ddadde10f7cbe6f.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-e7dd5677d88506ef.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0f6b960b2cc876a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632024-12-17T07:28:00.896Z Dirty fs_extra v1.3.0: the rustflags changed
25642024-12-17T07:28:00.896Z Compiling fs_extra v1.3.0
25652024-12-17T07:28:00.920Z 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`
25662024-12-17T07:28:00.999Z Dirty untrusted v0.9.0: the rustflags changed
25672024-12-17T07:28:00.999Z Compiling untrusted v0.9.0
25682024-12-17T07:28:01.023Z 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`
25692024-12-17T07:28:01.168Z Dirty icu_locid v1.5.0: the rustflags changed
25702024-12-17T07:28:01.168Z Compiling icu_locid v1.5.0
25712024-12-17T07:28:01.193Z 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=8c1d99c00bc66b6e -C extra-filename=-8c1d99c00bc66b6e --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-3bc85542c0beccc9.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-12d61032a7232bb3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-55da907f8abb6468.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0f6b960b2cc876a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-12-17T07:28:01.217Z Dirty dunce v1.0.5: the rustflags changed
25732024-12-17T07:28:01.217Z Compiling dunce v1.0.5
25742024-12-17T07:28:01.240Z 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`
25752024-12-17T07:28:01.358Z Dirty num_threads v0.1.7: the rustflags changed
25762024-12-17T07:28:01.358Z Compiling num_threads v0.1.7
25772024-12-17T07:28:01.383Z 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`
25782024-12-17T07:28:01.506Z Dirty base64ct v1.6.0: the rustflags changed
25792024-12-17T07:28:01.506Z Compiling base64ct v1.6.0
25802024-12-17T07:28:01.530Z 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`
25812024-12-17T07:28:01.554Z Dirty unicode-bidi v0.3.17: the rustflags changed
25822024-12-17T07:28:01.554Z Compiling unicode-bidi v0.3.17
25832024-12-17T07:28:01.554Z 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`
25842024-12-17T07:28:01.578Z Dirty hmac v0.12.1: the rustflags changed
25852024-12-17T07:28:01.578Z Compiling hmac v0.12.1
25862024-12-17T07:28:01.578Z 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=93091f9b7d746000 -C extra-filename=-93091f9b7d746000 --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-4c5218e8ae58a0ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-12-17T07:28:01.810Z Dirty gimli v0.31.1: the rustflags changed
25882024-12-17T07:28:01.810Z Compiling gimli v0.31.1
25892024-12-17T07:28:01.835Z 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`
25902024-12-17T07:28:02.043Z Dirty bitflags v2.6.0: the rustflags changed
25912024-12-17T07:28:02.043Z Compiling bitflags v2.6.0
25922024-12-17T07:28:02.068Z 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=0d398de96c2797c0 -C extra-filename=-0d398de96c2797c0 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932024-12-17T07:28:02.092Z Dirty bytes v1.8.0: the rustflags changed
25942024-12-17T07:28:02.092Z Compiling bytes v1.8.0
25952024-12-17T07:28:02.092Z 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.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ae373a61f7611bdf -C extra-filename=-ae373a61f7611bdf --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962024-12-17T07:28:02.301Z 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.133/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=4899b68b3e1d7fa1 -C extra-filename=-4899b68b3e1d7fa1 --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-5f9b84812ad03009.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"))'`
25972024-12-17T07:28:02.461Z 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=858ad1460362b7f8 -C extra-filename=-858ad1460362b7f8 --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-0d398de96c2797c0.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`
25982024-12-17T07:28:02.685Z Dirty indexmap v2.7.0: the rustflags changed
25992024-12-17T07:28:02.685Z Compiling indexmap v2.7.0
26002024-12-17T07:28:02.709Z 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=c5e39192efd4c81f -C extra-filename=-c5e39192efd4c81f --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012024-12-17T07:28:02.779Z 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.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e2a55839c37d2695 -C extra-filename=-e2a55839c37d2695 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)' --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)'`
26022024-12-17T07:28:03.003Z Dirty tokio v1.42.0: the rustflags changed
26032024-12-17T07:28:03.003Z Compiling tokio v1.42.0
26042024-12-17T07:28:03.027Z 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.42.0/src/lib.rs --error-format=json --json=diagnostic-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=09c6902b3bb8a72f -C extra-filename=-09c6902b3bb8a72f --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-ae373a61f7611bdf.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-ab20ed65d2611e67.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052024-12-17T07:28:03.197Z Dirty chrono v0.4.38: the rustflags changed
26062024-12-17T07:28:03.197Z Compiling chrono v0.4.38
26072024-12-17T07:28:03.221Z 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=27a5d9916f5bc05d -C extra-filename=-27a5d9916f5bc05d --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-12-17T07:28:03.247Z Dirty uuid v1.11.0: the rustflags changed
26092024-12-17T07:28:03.247Z Compiling uuid v1.11.0
26102024-12-17T07:28:03.270Z 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=6af79a1e9599a5a2 -C extra-filename=-6af79a1e9599a5a2 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112024-12-17T07:28:03.459Z Dirty http v1.1.0: the rustflags changed
26122024-12-17T07:28:03.459Z Compiling http v1.1.0
26132024-12-17T07:28:03.483Z 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.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=bef972571cd034d9 -C extra-filename=-bef972571cd034d9 --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-ae373a61f7611bdf.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`
26142024-12-17T07:28:03.918Z Dirty icu_provider v1.5.0: the rustflags changed
26152024-12-17T07:28:03.918Z Compiling icu_provider v1.5.0
26162024-12-17T07:28:03.942Z 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=ea939530928da4a7 -C extra-filename=-ea939530928da4a7 --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-3bc85542c0beccc9.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-8c1d99c00bc66b6e.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-29f9b27fbfc2d06e.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-55da907f8abb6468.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2b2c0bc2625b13ad.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-3ddadde10f7cbe6f.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-e7dd5677d88506ef.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0f6b960b2cc876a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172024-12-17T07:28:04.414Z Dirty toml_datetime v0.6.8: the rustflags changed
26182024-12-17T07:28:04.414Z Compiling toml_datetime v0.6.8
26192024-12-17T07:28:04.439Z 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=20bacefd969b8545 -C extra-filename=-20bacefd969b8545 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-12-17T07:28:04.889Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26212024-12-17T07:28:04.889Z Compiling icu_locid_transform v1.5.0
26222024-12-17T07:28:04.913Z Dirty serde_spanned v0.6.8: the rustflags changed
26232024-12-17T07:28:04.913Z Compiling serde_spanned v0.6.8
26242024-12-17T07:28:04.913Z 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=19bd0ab3324549ab -C extra-filename=-19bd0ab3324549ab --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252024-12-17T07:28:04.938Z 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=5743518c6cbc8233 -C extra-filename=-5743518c6cbc8233 --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-3bc85542c0beccc9.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-8c1d99c00bc66b6e.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-ea939530928da4a7.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-55da907f8abb6468.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0f6b960b2cc876a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-12-17T07:28:04.978Z 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`
26272024-12-17T07:28:05.120Z 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=949ab3871056da59 -C extra-filename=-949ab3871056da59 --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-ae373a61f7611bdf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-a9834547cec2884f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26282024-12-17T07:28:05.548Z Dirty time v0.3.36: the rustflags changed
26292024-12-17T07:28:05.548Z Compiling time v0.3.36
26302024-12-17T07:28:05.572Z 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`
26312024-12-17T07:28:05.850Z Dirty which v4.4.2: the rustflags changed
26322024-12-17T07:28:05.850Z Compiling which v4.4.2
26332024-12-17T07:28:05.874Z 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=1cd4900d5399e61a -C extra-filename=-1cd4900d5399e61a --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-858ad1460362b7f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342024-12-17T07:28:06.246Z Dirty icu_properties v1.5.1: the rustflags changed
26352024-12-17T07:28:06.246Z Compiling icu_properties v1.5.1
26362024-12-17T07:28:06.270Z 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=7524184a5ad86e4e -C extra-filename=-7524184a5ad86e4e --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-3bc85542c0beccc9.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-c025f73c057651cc.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-5743518c6cbc8233.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-ea939530928da4a7.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-55da907f8abb6468.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0f6b960b2cc876a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-12-17T07:28:06.437Z 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=e5c1541388a079c7 -C extra-filename=-e5c1541388a079c7 --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-0d398de96c2797c0.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-0344f4c61583ecc4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.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-a2241df4e74de7fb.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-1cd4900d5399e61a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-12-17T07:28:06.845Z Dirty addr2line v0.24.2: the rustflags changed
26392024-12-17T07:28:06.846Z Compiling addr2line v0.24.2
26402024-12-17T07:28:06.870Z 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`
26412024-12-17T07:28:07.178Z Dirty sha2 v0.10.8: the rustflags changed
26422024-12-17T07:28:07.178Z Compiling sha2 v0.10.8
26432024-12-17T07:28:07.202Z 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=fc53f9ec931c9f77 -C extra-filename=-fc53f9ec931c9f77 --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-4c5218e8ae58a0ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442024-12-17T07:28:07.453Z Dirty object v0.36.5: the rustflags changed
26452024-12-17T07:28:07.453Z Compiling object v0.36.5
26462024-12-17T07:28:07.477Z 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`
26472024-12-17T07:28:08.140Z Dirty aws-lc-rs v1.10.0: the rustflags changed
26482024-12-17T07:28:08.140Z Compiling aws-lc-rs v1.10.0
26492024-12-17T07:28:08.164Z 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`
26502024-12-17T07:28:08.222Z Dirty anyhow v1.0.93: the rustflags changed
26512024-12-17T07:28:08.222Z Compiling anyhow v1.0.93
26522024-12-17T07:28:08.246Z 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`
26532024-12-17T07:28:08.581Z Dirty rustls-pki-types v1.10.0: the rustflags changed
26542024-12-17T07:28:08.582Z Compiling rustls-pki-types v1.10.0
26552024-12-17T07:28:08.606Z 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`
26562024-12-17T07:28:08.816Z Dirty rustc-demangle v0.1.24: the rustflags changed
26572024-12-17T07:28:08.816Z Compiling rustc-demangle v0.1.24
26582024-12-17T07:28:08.840Z 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`
26592024-12-17T07:28:09.534Z Dirty icu_normalizer v1.5.0: the rustflags changed
26602024-12-17T07:28:09.534Z Compiling icu_normalizer v1.5.0
26612024-12-17T07:28:09.559Z 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=5d41051474c565f7 -C extra-filename=-5d41051474c565f7 --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-3bc85542c0beccc9.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-c025f73c057651cc.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-7524184a5ad86e4e.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ea939530928da4a7.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-0f6b960b2cc876a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622024-12-17T07:28:09.620Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716/build-script-build`
26632024-12-17T07:28:09.717Z Dirty ahash v0.8.11: the rustflags changed
26642024-12-17T07:28:09.717Z Compiling ahash v0.8.11
26652024-12-17T07:28:09.742Z 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`
26662024-12-17T07:28:09.770Z Dirty untrusted v0.7.1: the rustflags changed
26672024-12-17T07:28:09.770Z Compiling untrusted v0.7.1
26682024-12-17T07:28:09.794Z 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`
26692024-12-17T07:28:09.956Z Dirty tokio-util v0.7.12: the rustflags changed
26702024-12-17T07:28:09.956Z Compiling tokio-util v0.7.12
26712024-12-17T07:28:09.980Z 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=f4da939c5070843d -C extra-filename=-f4da939c5070843d --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-ae373a61f7611bdf.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-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-12-17T07:28:10.044Z Dirty http-body v1.0.1: the rustflags changed
26732024-12-17T07:28:10.044Z Compiling http-body v1.0.1
26742024-12-17T07:28:10.068Z 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=ce04b54401003a2a -C extra-filename=-ce04b54401003a2a --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-ae373a61f7611bdf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752024-12-17T07:28:10.091Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561/build-script-build`
26762024-12-17T07:28:10.150Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26772024-12-17T07:28:10.150Z Compiling serde_tokenstream v0.2.2
26782024-12-17T07:28:10.175Z 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=4e2d967596b63a5e -C extra-filename=-4e2d967596b63a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792024-12-17T07:28:10.267Z Dirty httpdate v1.0.3: the rustflags changed
26802024-12-17T07:28:10.267Z Compiling httpdate v1.0.3
26812024-12-17T07:28:10.291Z 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`
26822024-12-17T07:28:10.315Z Dirty idna_adapter v1.2.0: the rustflags changed
26832024-12-17T07:28:10.315Z Compiling idna_adapter v1.2.0
26842024-12-17T07:28:10.315Z 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=edc1a35448aae19b -C extra-filename=-edc1a35448aae19b --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-5d41051474c565f7.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-7524184a5ad86e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852024-12-17T07:28:10.509Z Dirty idna v1.0.3: the rustflags changed
26862024-12-17T07:28:10.510Z Compiling idna v1.0.3
26872024-12-17T07:28:10.534Z 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=632a1ce225d0892e -C extra-filename=-632a1ce225d0892e --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-edc1a35448aae19b.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`
26882024-12-17T07:28:10.689Z Dirty base64 v0.22.1: the rustflags changed
26892024-12-17T07:28:10.689Z Compiling base64 v0.22.1
26902024-12-17T07:28:10.713Z 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`
26912024-12-17T07:28:10.737Z Dirty mirai-annotations v1.12.0: the rustflags changed
26922024-12-17T07:28:10.737Z Compiling mirai-annotations v1.12.0
26932024-12-17T07:28:10.737Z 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`
26942024-12-17T07:28:10.916Z Dirty try-lock v0.2.5: the rustflags changed
26952024-12-17T07:28:10.916Z Compiling try-lock v0.2.5
26962024-12-17T07:28:10.940Z 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`
26972024-12-17T07:28:11.071Z Dirty url v2.5.3: the rustflags changed
26982024-12-17T07:28:11.071Z Compiling url v2.5.3
26992024-12-17T07:28:11.095Z 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=b17eaf715326c345 -C extra-filename=-b17eaf715326c345 --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-632a1ce225d0892e.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`
27002024-12-17T07:28:11.151Z Dirty want v0.3.1: the rustflags changed
27012024-12-17T07:28:11.151Z Compiling want v0.3.1
27022024-12-17T07:28:11.175Z 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`
27032024-12-17T07:28:11.230Z Dirty h2 v0.4.6: the rustflags changed
27042024-12-17T07:28:11.230Z Compiling h2 v0.4.6
27052024-12-17T07:28:11.255Z 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=bfa30cd0a62c14d9 -C extra-filename=-bfa30cd0a62c14d9 --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-ae373a61f7611bdf.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-bef972571cd034d9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062024-12-17T07:28:11.423Z 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=0ee0233e5617927e -C extra-filename=-0ee0233e5617927e --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-41af3ff33a822ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
27072024-12-17T07:28:11.447Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27082024-12-17T07:28:11.447Z Compiling pem-rfc7468 v0.7.0
27092024-12-17T07:28:11.447Z 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`
27102024-12-17T07:28:11.954Z Dirty slog v2.7.0: the rustflags changed
27112024-12-17T07:28:11.954Z Compiling slog v2.7.0
27122024-12-17T07:28:11.978Z 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`
27132024-12-17T07:28:12.073Z Dirty async-trait v0.1.83: the rustflags changed
27142024-12-17T07:28:12.073Z Compiling async-trait v0.1.83
27152024-12-17T07:28:12.097Z 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=299fe34bb7018b50 -C extra-filename=-299fe34bb7018b50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162024-12-17T07:28:12.121Z Dirty der_derive v0.7.3: the rustflags changed
27172024-12-17T07:28:12.121Z Compiling der_derive v0.7.3
27182024-12-17T07:28:12.145Z 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=acfbe36926635ad1 -C extra-filename=-acfbe36926635ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192024-12-17T07:28:12.482Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888/build-script-build`
27202024-12-17T07:28:12.559Z 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`
27212024-12-17T07:28:12.754Z Dirty openssl-sys v0.9.103: the rustflags changed
27222024-12-17T07:28:12.754Z Compiling openssl-sys v0.9.103
27232024-12-17T07:28:12.778Z 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`
27242024-12-17T07:28:13.284Z Dirty backtrace v0.3.74: the rustflags changed
27252024-12-17T07:28:13.284Z Compiling backtrace v0.3.74
27262024-12-17T07:28:13.309Z 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`
27272024-12-17T07:28:13.771Z Dirty tower-service v0.3.3: the rustflags changed
27282024-12-17T07:28:13.771Z Compiling tower-service v0.3.3
27292024-12-17T07:28:13.795Z 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`
27302024-12-17T07:28:13.795Z Dirty flagset v0.4.6: the rustflags changed
27312024-12-17T07:28:13.795Z Compiling flagset v0.4.6
27322024-12-17T07:28:13.795Z 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`
27332024-12-17T07:28:13.909Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-43107d9350456788/build-script-main`
27342024-12-17T07:28:13.997Z 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)'`
27352024-12-17T07:28:14.022Z Dirty rustc_version v0.4.1: the rustflags changed
27362024-12-17T07:28:14.022Z Compiling rustc_version v0.4.1
27372024-12-17T07:28:14.060Z 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=0041a84711309453 -C extra-filename=-0041a84711309453 --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-e2a55839c37d2695.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382024-12-17T07:28:14.260Z Dirty der v0.7.9: the rustflags changed
27392024-12-17T07:28:14.260Z Compiling der v0.7.9
27402024-12-17T07:28:14.284Z 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=e173da2375ca53ad -C extra-filename=-e173da2375ca53ad --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-acfbe36926635ad1.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-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-12-17T07:28:14.408Z Dirty pbkdf2 v0.12.2: the rustflags changed
27422024-12-17T07:28:14.408Z Compiling pbkdf2 v0.12.2
27432024-12-17T07:28:14.432Z 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=c2bb3a9438e36242 -C extra-filename=-c2bb3a9438e36242 --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-4c5218e8ae58a0ca.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-93091f9b7d746000.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442024-12-17T07:28:14.587Z Dirty aes v0.8.4: the rustflags changed
27452024-12-17T07:28:14.587Z Compiling aes v0.8.4
27462024-12-17T07:28:14.611Z 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=d6504ca6fbebb60f -C extra-filename=-d6504ca6fbebb60f --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-0cc6e19a156ae140.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`
27472024-12-17T07:28:14.718Z Dirty mime v0.3.17: the rustflags changed
27482024-12-17T07:28:14.718Z Compiling mime v0.3.17
27492024-12-17T07:28:14.742Z 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`
27502024-12-17T07:28:14.795Z Dirty cbc v0.1.2: the rustflags changed
27512024-12-17T07:28:14.795Z Compiling cbc v0.1.2
27522024-12-17T07:28:14.819Z 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=9b6a40fb0459f475 -C extra-filename=-9b6a40fb0459f475 --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-0cc6e19a156ae140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-12-17T07:28:15.037Z Dirty salsa20 v0.10.2: the rustflags changed
27542024-12-17T07:28:15.037Z Compiling salsa20 v0.10.2
27552024-12-17T07:28:15.061Z 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=4f3d4382b6512d44 -C extra-filename=-4f3d4382b6512d44 --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-0cc6e19a156ae140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562024-12-17T07:28:15.245Z Dirty rustversion v1.0.17: the rustflags changed
27572024-12-17T07:28:15.245Z Compiling rustversion v1.0.17
27582024-12-17T07:28:15.269Z 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`
27592024-12-17T07:28:15.295Z Dirty scrypt v0.11.0: the rustflags changed
27602024-12-17T07:28:15.295Z Compiling scrypt v0.11.0
27612024-12-17T07:28:15.295Z 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=e459f43fbe55b821 -C extra-filename=-e459f43fbe55b821 --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-c2bb3a9438e36242.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-4f3d4382b6512d44.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622024-12-17T07:28:15.788Z Dirty http-body-util v0.1.2: the rustflags changed
27632024-12-17T07:28:15.788Z Compiling http-body-util v0.1.2
27642024-12-17T07:28:15.813Z 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=9d0fe774903c73a1 -C extra-filename=-9d0fe774903c73a1 --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-ae373a61f7611bdf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-036cca9dc188c6e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ce04b54401003a2a.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`
27652024-12-17T07:28:15.895Z Dirty futures-executor v0.3.31: the rustflags changed
27662024-12-17T07:28:15.895Z Compiling futures-executor v0.3.31
27672024-12-17T07:28:15.919Z 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=cdf3f0514c357598 -C extra-filename=-cdf3f0514c357598 --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-036cca9dc188c6e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682024-12-17T07:28:15.952Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc/build-script-build`
27692024-12-17T07:28:16.004Z Dirty spki v0.7.3: the rustflags changed
27702024-12-17T07:28:16.004Z Compiling spki v0.7.3
27712024-12-17T07:28:16.030Z 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=a2ed594e2723aa7e -C extra-filename=-a2ed594e2723aa7e --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-e173da2375ca53ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722024-12-17T07:28:16.240Z Dirty ipnet v2.10.1: the rustflags changed
27732024-12-17T07:28:16.240Z Compiling ipnet v2.10.1
27742024-12-17T07:28:16.264Z 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`
27752024-12-17T07:28:16.307Z Dirty camino v1.1.9: the rustflags changed
27762024-12-17T07:28:16.307Z Compiling camino v1.1.9
27772024-12-17T07:28:16.331Z 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`
27782024-12-17T07:28:16.396Z Dirty pkcs5 v0.7.1: the rustflags changed
27792024-12-17T07:28:16.396Z Compiling pkcs5 v0.7.1
27802024-12-17T07:28:16.421Z 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=a2d38359b90be0f1 -C extra-filename=-a2d38359b90be0f1 --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-d6504ca6fbebb60f.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-9b6a40fb0459f475.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e173da2375ca53ad.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-c2bb3a9438e36242.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-e459f43fbe55b821.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a2ed594e2723aa7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812024-12-17T07:28:16.445Z Dirty futures v0.3.31: the rustflags changed
27822024-12-17T07:28:16.445Z Compiling futures v0.3.31
27832024-12-17T07:28:16.445Z 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=de5aabf8230215ed -C extra-filename=-de5aabf8230215ed --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-cdf3f0514c357598.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-036cca9dc188c6e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842024-12-17T07:28:16.563Z 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"))'`
27852024-12-17T07:28:16.672Z Dirty rustls-pemfile v2.2.0: the rustflags changed
27862024-12-17T07:28:16.672Z Compiling rustls-pemfile v2.2.0
27872024-12-17T07:28:16.696Z 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`
27882024-12-17T07:28:16.945Z Dirty hyper v1.5.1: the rustflags changed
27892024-12-17T07:28:16.945Z Compiling hyper v1.5.1
27902024-12-17T07:28:16.971Z 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.1/src/lib.rs --error-format=json --json=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=4a5c96f674856ce0 -C extra-filename=-4a5c96f674856ce0 --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-ae373a61f7611bdf.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-036cca9dc188c6e4.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-bfa30cd0a62c14d9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ce04b54401003a2a.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-09c6902b3bb8a72f.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`
27912024-12-17T07:28:16.996Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72/build-script-build`
27922024-12-17T07:28:17.072Z Dirty openssl v0.10.66: the rustflags changed
27932024-12-17T07:28:17.072Z Compiling openssl v0.10.66
27942024-12-17T07:28:17.097Z 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`
27952024-12-17T07:28:17.150Z Dirty foreign-types-shared v0.1.1: the rustflags changed
27962024-12-17T07:28:17.150Z Compiling foreign-types-shared v0.1.1
27972024-12-17T07:28:17.174Z 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`
27982024-12-17T07:28:17.269Z Dirty winnow v0.6.20: the rustflags changed
27992024-12-17T07:28:17.269Z Compiling winnow v0.6.20
28002024-12-17T07:28:17.293Z 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`
28012024-12-17T07:28:17.368Z Dirty openssl-probe v0.1.5: the rustflags changed
28022024-12-17T07:28:17.368Z Compiling openssl-probe v0.1.5
28032024-12-17T07:28:17.392Z 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`
28042024-12-17T07:28:17.421Z Dirty foreign-types v0.3.2: the rustflags changed
28052024-12-17T07:28:17.421Z Compiling foreign-types v0.3.2
28062024-12-17T07:28:17.445Z 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`
28072024-12-17T07:28:17.514Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-740dc9174ece2744/build-script-build`
28082024-12-17T07:28:17.544Z 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=04c7389264872f94 -C extra-filename=-04c7389264872f94 --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-5f9b84812ad03009.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)'`
28092024-12-17T07:28:17.576Z Dirty pkcs8 v0.10.2: the rustflags changed
28102024-12-17T07:28:17.576Z Compiling pkcs8 v0.10.2
28112024-12-17T07:28:17.600Z 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=e6baaf22e3880156 -C extra-filename=-e6baaf22e3880156 --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-e173da2375ca53ad.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a2d38359b90be0f1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a2ed594e2723aa7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122024-12-17T07:28:17.713Z 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)'`
28132024-12-17T07:28:17.813Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28142024-12-17T07:28:17.813Z Compiling serde_urlencoded v0.7.1
28152024-12-17T07:28:17.837Z 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=012c15e600c09a4d -C extra-filename=-012c15e600c09a4d --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-12-17T07:28:18.201Z Dirty openssl-macros v0.1.1: the rustflags changed
28172024-12-17T07:28:18.201Z Compiling openssl-macros v0.1.1
28182024-12-17T07:28:18.225Z 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=a11858e2e3784545 -C extra-filename=-a11858e2e3784545 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-12-17T07:28:18.291Z Dirty encoding_rs v0.8.34: the rustflags changed
28202024-12-17T07:28:18.291Z Compiling encoding_rs v0.8.34
28212024-12-17T07:28:18.315Z 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`
28222024-12-17T07:28:18.379Z Dirty rustls v0.23.19: the rustflags changed
28232024-12-17T07:28:18.379Z Compiling rustls v0.23.19
28242024-12-17T07:28:18.403Z 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`
28252024-12-17T07:28:18.681Z Dirty data-encoding v2.6.0: the rustflags changed
28262024-12-17T07:28:18.681Z Compiling data-encoding v2.6.0
28272024-12-17T07:28:18.705Z 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`
28282024-12-17T07:28:18.850Z Dirty utf8parse v0.2.2: the rustflags changed
28292024-12-17T07:28:18.874Z Compiling utf8parse v0.2.2
28302024-12-17T07:28:18.874Z 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`
28312024-12-17T07:28:18.989Z Dirty hyper-util v0.1.10: the rustflags changed
28322024-12-17T07:28:18.989Z Compiling hyper-util v0.1.10
28332024-12-17T07:28:19.022Z 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=0be766be9ae0dc21 -C extra-filename=-0be766be9ae0dc21 --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-ae373a61f7611bdf.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-036cca9dc188c6e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ce04b54401003a2a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.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-09c6902b3bb8a72f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342024-12-17T07:28:19.058Z 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=60b48afec849af23 -C extra-filename=-60b48afec849af23 --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-0d398de96c2797c0.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-a11858e2e3784545.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)'`
28352024-12-17T07:28:19.625Z Dirty is-terminal v0.4.13: the rustflags changed
28362024-12-17T07:28:19.625Z Compiling is-terminal v0.4.13
28372024-12-17T07:28:19.649Z 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`
28382024-12-17T07:28:19.765Z Dirty unicode-width v0.1.14: the rustflags changed
28392024-12-17T07:28:19.765Z Compiling unicode-width v0.1.14
28402024-12-17T07:28:19.789Z 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`
28412024-12-17T07:28:20.209Z Dirty native-tls v0.2.12: the rustflags changed
28422024-12-17T07:28:20.209Z Compiling native-tls v0.2.12
28432024-12-17T07:28:20.233Z 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`
28442024-12-17T07:28:20.300Z Dirty winnow v0.5.40: the rustflags changed
28452024-12-17T07:28:20.301Z Compiling winnow v0.5.40
28462024-12-17T07:28:20.324Z 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`
28472024-12-17T07:28:20.407Z Dirty openapiv3 v2.0.0: the rustflags changed
28482024-12-17T07:28:20.407Z Compiling openapiv3 v2.0.0
28492024-12-17T07:28:20.431Z 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=e364052618a87cf6 -C extra-filename=-e364052618a87cf6 --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-c5e39192efd4c81f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-12-17T07:28:20.551Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990/build-script-build`
28512024-12-17T07:28:20.589Z Dirty sha1 v0.10.6: the rustflags changed
28522024-12-17T07:28:20.589Z Compiling sha1 v0.10.6
28532024-12-17T07:28:20.613Z 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=3a0d0e92bb5445ee -C extra-filename=-3a0d0e92bb5445ee --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-4c5218e8ae58a0ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542024-12-17T07:28:20.642Z Dirty cookie v0.18.1: the rustflags changed
28552024-12-17T07:28:20.642Z Compiling cookie v0.18.1
28562024-12-17T07:28:20.666Z 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`
28572024-12-17T07:28:20.931Z Dirty heck v0.4.1: the rustflags changed
28582024-12-17T07:28:20.931Z Compiling heck v0.4.1
28592024-12-17T07:28:20.955Z 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`
28602024-12-17T07:28:20.979Z Dirty ucd-trie v0.1.7: the rustflags changed
28612024-12-17T07:28:20.979Z Compiling ucd-trie v0.1.7
28622024-12-17T07:28:21.003Z 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`
28632024-12-17T07:28:21.425Z Dirty anstyle v1.0.10: the rustflags changed
28642024-12-17T07:28:21.426Z Compiling anstyle v1.0.10
28652024-12-17T07:28:21.426Z 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`
28662024-12-17T07:28:21.559Z Dirty pest v2.7.14: the rustflags changed
28672024-12-17T07:28:21.559Z Compiling pest v2.7.14
28682024-12-17T07:28:21.583Z 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=6d16180067e3f16d -C extra-filename=-6d16180067e3f16d --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-690a9c88e2024cdf.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`
28692024-12-17T07:28:21.641Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5/build-script-build`
28702024-12-17T07:28:21.747Z Dirty idna v0.3.0: the rustflags changed
28712024-12-17T07:28:21.748Z Compiling idna v0.3.0
28722024-12-17T07:28:21.771Z 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`
28732024-12-17T07:28:21.771Z Dirty dirs-sys-next v0.1.2: the rustflags changed
28742024-12-17T07:28:21.771Z Compiling dirs-sys-next v0.1.2
28752024-12-17T07:28:21.771Z 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`
28762024-12-17T07:28:21.815Z Dirty psl-types v2.0.11: the rustflags changed
28772024-12-17T07:28:21.815Z Compiling psl-types v2.0.11
28782024-12-17T07:28:21.839Z 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`
28792024-12-17T07:28:22.017Z Dirty siphasher v0.3.11: the rustflags changed
28802024-12-17T07:28:22.017Z Compiling siphasher v0.3.11
28812024-12-17T07:28:22.041Z 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`
28822024-12-17T07:28:22.342Z Dirty dirs-next v2.0.0: the rustflags changed
28832024-12-17T07:28:22.342Z Compiling dirs-next v2.0.0
28842024-12-17T07:28:22.366Z 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`
28852024-12-17T07:28:22.390Z 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`
28862024-12-17T07:28:22.543Z Dirty publicsuffix v2.2.3: the rustflags changed
28872024-12-17T07:28:22.543Z Compiling publicsuffix v2.2.3
28882024-12-17T07:28:22.567Z 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`
28892024-12-17T07:28:22.779Z Dirty toml_edit v0.22.22: the rustflags changed
28902024-12-17T07:28:22.779Z Compiling toml_edit v0.22.22
28912024-12-17T07:28:22.803Z 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=2d4e49f4561c705e -C extra-filename=-2d4e49f4561c705e --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-c5e39192efd4c81f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-19bd0ab3324549ab.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-20bacefd969b8545.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`
28922024-12-17T07:28:23.063Z Dirty webpki-roots v0.26.6: the rustflags changed
28932024-12-17T07:28:23.063Z Compiling webpki-roots v0.26.6
28942024-12-17T07:28:23.087Z 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`
28952024-12-17T07:28:23.261Z Dirty toml_edit v0.19.15: the rustflags changed
28962024-12-17T07:28:23.261Z Compiling toml_edit v0.19.15
28972024-12-17T07:28:23.285Z 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=392377e309c3807e -C extra-filename=-392377e309c3807e --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-c5e39192efd4c81f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-19bd0ab3324549ab.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-20bacefd969b8545.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`
28982024-12-17T07:28:23.341Z Dirty idna v0.5.0: the rustflags changed
28992024-12-17T07:28:23.341Z Compiling idna v0.5.0
29002024-12-17T07:28:23.365Z 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`
29012024-12-17T07:28:23.474Z Dirty scroll_derive v0.12.0: the rustflags changed
29022024-12-17T07:28:23.474Z Compiling scroll_derive v0.12.0
29032024-12-17T07:28:23.498Z 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=36c59858c404a248 -C extra-filename=-36c59858c404a248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-12-17T07:28:23.858Z 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=1bcf9349a76a24a6 -C extra-filename=-1bcf9349a76a24a6 --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-60b48afec849af23.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`
29052024-12-17T07:28:24.063Z Dirty pest_meta v2.7.14: the rustflags changed
29062024-12-17T07:28:24.063Z Compiling pest_meta v2.7.14
29072024-12-17T07:28:24.087Z 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=e445b740b2266a89 -C extra-filename=-e445b740b2266a89 --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-6d16180067e3f16d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-12-17T07:28:24.422Z Dirty tokio-native-tls v0.3.1: the rustflags changed
29092024-12-17T07:28:24.422Z Compiling tokio-native-tls v0.3.1
29102024-12-17T07:28:24.446Z 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=0b274c86d11c1aa2 -C extra-filename=-0b274c86d11c1aa2 --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-1bcf9349a76a24a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29112024-12-17T07:28:24.673Z Dirty hyper-tls v0.6.0: the rustflags changed
29122024-12-17T07:28:24.673Z Compiling hyper-tls v0.6.0
29132024-12-17T07:28:24.702Z 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=2a70a32fbf2fb0f0 -C extra-filename=-2a70a32fbf2fb0f0 --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-ae373a61f7611bdf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-1bcf9349a76a24a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-0b274c86d11c1aa2.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`
29142024-12-17T07:28:24.730Z Dirty cookie_store v0.21.0: the rustflags changed
29152024-12-17T07:28:24.730Z Compiling cookie_store v0.21.0
29162024-12-17T07:28:24.730Z 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=b7a8687acfd1997f -C extra-filename=-b7a8687acfd1997f --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-5f9b84812ad03009.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-12-17T07:28:24.774Z Dirty scroll v0.12.0: the rustflags changed
29182024-12-17T07:28:24.774Z Compiling scroll v0.12.0
29192024-12-17T07:28:24.798Z 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=96692dcabf4bee6f -C extra-filename=-96692dcabf4bee6f --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-36c59858c404a248.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-12-17T07:28:25.050Z Dirty term v0.7.0: the rustflags changed
29212024-12-17T07:28:25.050Z Compiling term v0.7.0
29222024-12-17T07:28:25.074Z 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`
29232024-12-17T07:28:25.262Z Dirty pest_generator v2.7.14: the rustflags changed
29242024-12-17T07:28:25.262Z Compiling pest_generator v2.7.14
29252024-12-17T07:28:25.286Z 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=4669fbe9747e9918 -C extra-filename=-4669fbe9747e9918 --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-6d16180067e3f16d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-e445b740b2266a89.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262024-12-17T07:28:26.052Z Dirty anstyle-parse v0.2.5: the rustflags changed
29272024-12-17T07:28:26.052Z Compiling anstyle-parse v0.2.5
29282024-12-17T07:28:26.077Z 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`
29292024-12-17T07:28:26.104Z Dirty signature v2.2.0: the rustflags changed
29302024-12-17T07:28:26.104Z Compiling signature v2.2.0
29312024-12-17T07:28:26.129Z 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=65726e920d68091f -C extra-filename=-65726e920d68091f --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-4c5218e8ae58a0ca.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`
29322024-12-17T07:28:26.334Z Dirty sync_wrapper v1.0.1: the rustflags changed
29332024-12-17T07:28:26.334Z Compiling sync_wrapper v1.0.1
29342024-12-17T07:28:26.358Z 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`
29352024-12-17T07:28:26.397Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29362024-12-17T07:28:26.397Z Compiling is_terminal_polyfill v1.70.1
29372024-12-17T07:28:26.421Z 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`
29382024-12-17T07:28:26.445Z Dirty plain v0.2.3: the rustflags changed
29392024-12-17T07:28:26.445Z Compiling plain v0.2.3
29402024-12-17T07:28:26.445Z 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`
29412024-12-17T07:28:26.511Z Dirty anstyle-query v1.1.1: the rustflags changed
29422024-12-17T07:28:26.511Z Compiling anstyle-query v1.1.1
29432024-12-17T07:28:26.535Z 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`
29442024-12-17T07:28:26.559Z Dirty colorchoice v1.0.2: the rustflags changed
29452024-12-17T07:28:26.559Z Compiling colorchoice v1.0.2
29462024-12-17T07:28:26.559Z 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`
29472024-12-17T07:28:26.605Z Dirty goblin v0.8.2: the rustflags changed
29482024-12-17T07:28:26.605Z Compiling goblin v0.8.2
29492024-12-17T07:28:26.630Z 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=338ad4b1b1fc57d9 -C extra-filename=-338ad4b1b1fc57d9 --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-96692dcabf4bee6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502024-12-17T07:28:26.681Z Dirty anstream v0.6.15: the rustflags changed
29512024-12-17T07:28:26.681Z Compiling anstream v0.6.15
29522024-12-17T07:28:26.705Z 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`
29532024-12-17T07:28:26.731Z Dirty terminal_size v0.4.0: the rustflags changed
29542024-12-17T07:28:26.731Z Compiling terminal_size v0.4.0
29552024-12-17T07:28:26.754Z 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=3ace2ebd3a21a4c8 -C extra-filename=-3ace2ebd3a21a4c8 --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-858ad1460362b7f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-12-17T07:28:26.910Z Dirty usdt-impl v0.5.0: the rustflags changed
29572024-12-17T07:28:26.910Z Compiling usdt-impl v0.5.0
29582024-12-17T07:28:26.933Z 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`
29592024-12-17T07:28:26.961Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29602024-12-17T07:28:26.962Z Compiling unicode-segmentation v1.12.0
29612024-12-17T07:28:26.985Z 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`
29622024-12-17T07:28:27.251Z Dirty pretty-hex v0.4.1: the rustflags changed
29632024-12-17T07:28:27.251Z Compiling pretty-hex v0.4.1
29642024-12-17T07:28:27.275Z 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`
29652024-12-17T07:28:27.353Z Dirty clap_lex v0.7.2: the rustflags changed
29662024-12-17T07:28:27.353Z Compiling clap_lex v0.7.2
29672024-12-17T07:28:27.377Z 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`
29682024-12-17T07:28:27.463Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8/build-script-build`
29692024-12-17T07:28:27.606Z Dirty clap_builder v4.5.21: the rustflags changed
29702024-12-17T07:28:27.606Z Compiling clap_builder v4.5.21
29712024-12-17T07:28:27.630Z 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=8447dd84c7f708b7 -C extra-filename=-8447dd84c7f708b7 --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-3ace2ebd3a21a4c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722024-12-17T07:28:27.716Z Dirty clap_derive v4.5.18: the rustflags changed
29732024-12-17T07:28:27.716Z Compiling clap_derive v4.5.18
29742024-12-17T07:28:27.740Z 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=9ba3ae5239c9e8a4 -C extra-filename=-9ba3ae5239c9e8a4 --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752024-12-17T07:28:27.826Z Dirty thread-id v4.2.2: the rustflags changed
29762024-12-17T07:28:27.826Z Compiling thread-id v4.2.2
29772024-12-17T07:28:27.850Z 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`
29782024-12-17T07:28:27.945Z Dirty crc32fast v1.4.2: the rustflags changed
29792024-12-17T07:28:27.945Z Compiling crc32fast v1.4.2
29802024-12-17T07:28:27.969Z 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`
29812024-12-17T07:28:28.230Z Dirty pest_derive v2.7.14: the rustflags changed
29822024-12-17T07:28:28.230Z Compiling pest_derive v2.7.14
29832024-12-17T07:28:28.254Z 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=61f265651a1ba164 -C extra-filename=-61f265651a1ba164 --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-6d16180067e3f16d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-4669fbe9747e9918.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-12-17T07:28:28.278Z Dirty base16ct v0.2.0: the rustflags changed
29852024-12-17T07:28:28.278Z Compiling base16ct v0.2.0
29862024-12-17T07:28:28.278Z 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`
29872024-12-17T07:28:28.559Z Dirty sec1 v0.7.3: the rustflags changed
29882024-12-17T07:28:28.559Z Compiling sec1 v0.7.3
29892024-12-17T07:28:28.584Z 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=087cd566e379f101 -C extra-filename=-087cd566e379f101 --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-e173da2375ca53ad.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6e2ccfae76fe2b41.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e6baaf22e3880156.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902024-12-17T07:28:29.046Z Dirty dtrace-parser v0.2.0: the rustflags changed
29912024-12-17T07:28:29.046Z Compiling dtrace-parser v0.2.0
29922024-12-17T07:28:29.071Z 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=4c8819d20819d083 -C extra-filename=-4c8819d20819d083 --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-6d16180067e3f16d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-61f265651a1ba164.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-12-17T07:28:29.099Z Dirty toml v0.8.19: the rustflags changed
29942024-12-17T07:28:29.099Z Compiling toml v0.8.19
29952024-12-17T07:28:29.099Z 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=a2dee0c4bfa5a340 -C extra-filename=-a2dee0c4bfa5a340 --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-5f9b84812ad03009.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-19bd0ab3324549ab.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-20bacefd969b8545.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-12-17T07:28:29.512Z Dirty num-integer v0.1.46: the rustflags changed
29972024-12-17T07:28:29.512Z Compiling num-integer v0.1.46
29982024-12-17T07:28:29.536Z 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`
29992024-12-17T07:28:29.867Z Dirty ff v0.13.0: the rustflags changed
30002024-12-17T07:28:29.867Z Compiling ff v0.13.0
30012024-12-17T07:28:29.891Z 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`
30022024-12-17T07:28:30.085Z Dirty group v0.13.0: the rustflags changed
30032024-12-17T07:28:30.085Z Compiling group v0.13.0
30042024-12-17T07:28:30.109Z 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`
30052024-12-17T07:28:30.163Z Dirty hkdf v0.12.4: the rustflags changed
30062024-12-17T07:28:30.163Z Compiling hkdf v0.12.4
30072024-12-17T07:28:30.187Z 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=a807f22acd8e8602 -C extra-filename=-a807f22acd8e8602 --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-93091f9b7d746000.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082024-12-17T07:28:30.376Z Dirty crypto-bigint v0.5.5: the rustflags changed
30092024-12-17T07:28:30.376Z Compiling crypto-bigint v0.5.5
30102024-12-17T07:28:30.405Z 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=5d32114541f0bad3 -C extra-filename=-5d32114541f0bad3 --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-6e2ccfae76fe2b41.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-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112024-12-17T07:28:30.405Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30122024-12-17T07:28:30.405Z Compiling crossbeam-epoch v0.9.18
30132024-12-17T07:28:30.405Z 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`
30142024-12-17T07:28:30.490Z Dirty utf-8 v0.7.6: the rustflags changed
30152024-12-17T07:28:30.490Z Compiling utf-8 v0.7.6
30162024-12-17T07:28:30.514Z 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`
30172024-12-17T07:28:30.815Z Dirty static_assertions v1.1.0: the rustflags changed
30182024-12-17T07:28:30.815Z Compiling static_assertions v1.1.0
30192024-12-17T07:28:30.839Z 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`
30202024-12-17T07:28:30.865Z Dirty rayon-core v1.12.1: the rustflags changed
30212024-12-17T07:28:30.865Z Compiling rayon-core v1.12.1
30222024-12-17T07:28:30.889Z 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`
30232024-12-17T07:28:30.932Z Dirty bitflags v1.3.2: the rustflags changed
30242024-12-17T07:28:30.932Z Compiling bitflags v1.3.2
30252024-12-17T07:28:30.956Z 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`
30262024-12-17T07:28:31.042Z Dirty hex v0.4.3: the rustflags changed
30272024-12-17T07:28:31.042Z Compiling hex v0.4.3
30282024-12-17T07:28:31.067Z 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=0b27143752e82f0f -C extra-filename=-0b27143752e82f0f --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292024-12-17T07:28:31.091Z Dirty crossbeam-channel v0.5.13: the rustflags changed
30302024-12-17T07:28:31.091Z Compiling crossbeam-channel v0.5.13
30312024-12-17T07:28:31.091Z 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`
30322024-12-17T07:28:31.165Z Dirty dof v0.3.0: the rustflags changed
30332024-12-17T07:28:31.165Z Compiling dof v0.3.0
30342024-12-17T07:28:31.189Z 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=f0a9b5b9dbb8f112 -C extra-filename=-f0a9b5b9dbb8f112 --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-338ad4b1b1fc57d9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-41af3ff33a822ba4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-12-17T07:28:31.594Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418/build-script-build`
30362024-12-17T07:28:31.630Z Dirty memmap v0.7.0: the rustflags changed
30372024-12-17T07:28:31.630Z Compiling memmap v0.7.0
30382024-12-17T07:28:31.654Z 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`
30392024-12-17T07:28:31.780Z Dirty clap v4.5.21: the rustflags changed
30402024-12-17T07:28:31.780Z Compiling clap v4.5.21
30412024-12-17T07:28:31.804Z 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=a772d5bd3e7ecfbb -C extra-filename=-a772d5bd3e7ecfbb --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-8447dd84c7f708b7.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-9ba3ae5239c9e8a4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422024-12-17T07:28:31.912Z 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=8f3dc5bd40fa101c -C extra-filename=-8f3dc5bd40fa101c --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-f0a9b5b9dbb8f112.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-4c8819d20819d083.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.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`
30432024-12-17T07:28:31.981Z Dirty thread_local v1.1.8: the rustflags changed
30442024-12-17T07:28:31.981Z Compiling thread_local v1.1.8
30452024-12-17T07:28:32.005Z 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`
30462024-12-17T07:28:32.043Z Dirty slog-async v2.8.0: the rustflags changed
30472024-12-17T07:28:32.043Z Compiling slog-async v2.8.0
30482024-12-17T07:28:32.066Z 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`
30492024-12-17T07:28:32.485Z Dirty bit-vec v0.6.3: the rustflags changed
30502024-12-17T07:28:32.485Z Compiling bit-vec v0.6.3
30512024-12-17T07:28:32.509Z 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`
30522024-12-17T07:28:32.536Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1/build-script-build`
30532024-12-17T07:28:32.608Z Dirty crossbeam-deque v0.8.5: the rustflags changed
30542024-12-17T07:28:32.608Z Compiling crossbeam-deque v0.8.5
30552024-12-17T07:28:32.633Z 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`
30562024-12-17T07:28:32.910Z Dirty elliptic-curve v0.13.8: the rustflags changed
30572024-12-17T07:28:32.910Z Compiling elliptic-curve v0.13.8
30582024-12-17T07:28:32.933Z 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=3678ac25fb55a822 -C extra-filename=-3678ac25fb55a822 --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-5d32114541f0bad3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4c5218e8ae58a0ca.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f4b6060c124612c9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6e2ccfae76fe2b41.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4fbad1c3541d47a4.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a807f22acd8e8602.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e6baaf22e3880156.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-087cd566e379f101.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592024-12-17T07:28:32.958Z Dirty bit-set v0.5.3: the rustflags changed
30602024-12-17T07:28:32.958Z Compiling bit-set v0.5.3
30612024-12-17T07:28:32.958Z 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`
30622024-12-17T07:28:32.987Z Dirty num-iter v0.1.45: the rustflags changed
30632024-12-17T07:28:32.987Z Compiling num-iter v0.1.45
30642024-12-17T07:28:33.011Z 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`
30652024-12-17T07:28:33.166Z Dirty flate2 v1.0.34: the rustflags changed
30662024-12-17T07:28:33.166Z Compiling flate2 v1.0.34
30672024-12-17T07:28:33.201Z 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`
30682024-12-17T07:28:33.225Z Dirty curve25519-dalek v4.1.3: the rustflags changed
30692024-12-17T07:28:33.225Z Compiling curve25519-dalek v4.1.3
30702024-12-17T07:28:33.225Z 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=81eba1eadf1bd46e -C extra-filename=-81eba1eadf1bd46e --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-81eba1eadf1bd46e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0041a84711309453.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712024-12-17T07:28:33.249Z Dirty rustls v0.22.4: the rustflags changed
30722024-12-17T07:28:33.249Z Compiling rustls v0.22.4
30732024-12-17T07:28:33.274Z 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`
30742024-12-17T07:28:33.524Z Dirty match_cfg v0.1.0: the rustflags changed
30752024-12-17T07:28:33.524Z Compiling match_cfg v0.1.0
30762024-12-17T07:28:33.548Z 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`
30772024-12-17T07:28:33.637Z Dirty take_mut v0.2.2: the rustflags changed
30782024-12-17T07:28:33.637Z Compiling take_mut v0.2.2
30792024-12-17T07:28:33.637Z 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`
30802024-12-17T07:28:33.665Z Dirty num-bigint-dig v0.8.4: the rustflags changed
30812024-12-17T07:28:33.665Z Compiling num-bigint-dig v0.8.4
30822024-12-17T07:28:33.665Z 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`
30832024-12-17T07:28:33.807Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-81eba1eadf1bd46e/build-script-build`
30842024-12-17T07:28:33.834Z 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`
30852024-12-17T07:28:33.928Z Dirty hostname v0.3.1: the rustflags changed
30862024-12-17T07:28:33.928Z Compiling hostname v0.3.1
30872024-12-17T07:28:33.953Z 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`
30882024-12-17T07:28:33.989Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75/build-script-build`
30892024-12-17T07:28:34.050Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481/build-script-build`
30902024-12-17T07:28:34.074Z 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`
30912024-12-17T07:28:34.098Z Dirty slog-term v2.9.1: the rustflags changed
30922024-12-17T07:28:34.098Z Compiling slog-term v2.9.1
30932024-12-17T07:28:34.098Z 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`
30942024-12-17T07:28:34.189Z Dirty toml v0.7.8: the rustflags changed
30952024-12-17T07:28:34.189Z Compiling toml v0.7.8
30962024-12-17T07:28:34.213Z 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=d5629bde6ea431e7 -C extra-filename=-d5629bde6ea431e7 --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-5f9b84812ad03009.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-19bd0ab3324549ab.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-20bacefd969b8545.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-392377e309c3807e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972024-12-17T07:28:34.918Z Dirty phf_shared v0.11.2: the rustflags changed
30982024-12-17T07:28:34.918Z Compiling phf_shared v0.11.2
30992024-12-17T07:28:34.942Z 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`
31002024-12-17T07:28:35.047Z Dirty usdt-macro v0.5.0: the rustflags changed
31012024-12-17T07:28:35.047Z Compiling usdt-macro v0.5.0
31022024-12-17T07:28:35.071Z 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=b8c0b4a8152b8f73 -C extra-filename=-b8c0b4a8152b8f73 --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-4c8819d20819d083.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f3dc5bd40fa101c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-12-17T07:28:35.157Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31042024-12-17T07:28:35.157Z Compiling usdt-attr-macro v0.5.0
31052024-12-17T07:28:35.182Z 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=fc4c1ca45d1bbe2b -C extra-filename=-fc4c1ca45d1bbe2b --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-4c8819d20819d083.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f3dc5bd40fa101c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062024-12-17T07:28:35.286Z Dirty rfc6979 v0.4.0: the rustflags changed
31072024-12-17T07:28:35.286Z Compiling rfc6979 v0.4.0
31082024-12-17T07:28:35.310Z 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=182bc99b5726a033 -C extra-filename=-182bc99b5726a033 --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-93091f9b7d746000.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`
31092024-12-17T07:28:35.334Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31102024-12-17T07:28:35.335Z Compiling zerocopy-derive v0.6.6
31112024-12-17T07:28:35.359Z 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=54dfd64af48bd4a5 -C extra-filename=-54dfd64af48bd4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-12-17T07:28:35.392Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31132024-12-17T07:28:35.392Z Compiling curve25519-dalek-derive v0.1.1
31142024-12-17T07:28:35.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=f9222ef79c972b5b -C extra-filename=-f9222ef79c972b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152024-12-17T07:28:35.489Z Dirty bstr v1.10.0: the rustflags changed
31162024-12-17T07:28:35.489Z Compiling bstr v1.10.0
31172024-12-17T07:28:35.513Z 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`
31182024-12-17T07:28:35.606Z Dirty managed v0.8.0: the rustflags changed
31192024-12-17T07:28:35.606Z Compiling managed v0.8.0
31202024-12-17T07:28:35.630Z 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`
31212024-12-17T07:28:35.654Z Dirty fixedbitset v0.4.2: the rustflags changed
31222024-12-17T07:28:35.654Z Compiling fixedbitset v0.4.2
31232024-12-17T07:28:35.654Z 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`
31242024-12-17T07:28:36.000Z Dirty signal-hook v0.3.17: the rustflags changed
31252024-12-17T07:28:36.000Z Compiling signal-hook v0.3.17
31262024-12-17T07:28:36.024Z 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`
31272024-12-17T07:28:36.057Z Dirty petgraph v0.6.5: the rustflags changed
31282024-12-17T07:28:36.057Z Compiling petgraph v0.6.5
31292024-12-17T07:28:36.081Z 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=aa455605fbdbfcdc -C extra-filename=-aa455605fbdbfcdc --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-c5e39192efd4c81f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302024-12-17T07:28:36.285Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983/build-script-build`
31312024-12-17T07:28:36.325Z Dirty ecdsa v0.16.9: the rustflags changed
31322024-12-17T07:28:36.325Z Compiling ecdsa v0.16.9
31332024-12-17T07:28:36.349Z 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=c93dbf92b17a3798 -C extra-filename=-c93dbf92b17a3798 --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-e173da2375ca53ad.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4c5218e8ae58a0ca.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-182bc99b5726a033.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-65726e920d68091f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a2ed594e2723aa7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-12-17T07:28:36.588Z 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=b7e7ba153c8ce4a4 -C extra-filename=-b7e7ba153c8ce4a4 --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-2ad4e0bfe37ddb93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31352024-12-17T07:28:36.823Z Dirty usdt v0.5.0: the rustflags changed
31362024-12-17T07:28:36.823Z Compiling usdt v0.5.0
31372024-12-17T07:28:36.847Z 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=c570c80eb1f719a3 -C extra-filename=-c570c80eb1f719a3 --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-f0a9b5b9dbb8f112.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-4c8819d20819d083.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-338ad4b1b1fc57d9.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-11383b656df02ff6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-fc4c1ca45d1bbe2b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f3dc5bd40fa101c.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b8c0b4a8152b8f73.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-12-17T07:28:36.871Z 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=f37be023c15ca090 -C extra-filename=-f37be023c15ca090 --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-f9222ef79c972b5b.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4c5218e8ae58a0ca.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-a7a4ccbd7499b87e.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"'`
31392024-12-17T07:28:37.012Z Dirty phf_shared v0.10.0: the rustflags changed
31402024-12-17T07:28:37.012Z Compiling phf_shared v0.10.0
31412024-12-17T07:28:37.036Z 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`
31422024-12-17T07:28:37.079Z Dirty pkcs1 v0.7.5: the rustflags changed
31432024-12-17T07:28:37.079Z Compiling pkcs1 v0.7.5
31442024-12-17T07:28:37.103Z 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=967aa130de94e360 -C extra-filename=-967aa130de94e360 --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-e173da2375ca53ad.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e6baaf22e3880156.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a2ed594e2723aa7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-12-17T07:28:37.289Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
31462024-12-17T07:28:37.289Z Compiling bzip2-sys v0.1.11+1.0.8
31472024-12-17T07:28:37.314Z 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`
31482024-12-17T07:28:37.338Z Dirty zerocopy v0.6.6: the rustflags changed
31492024-12-17T07:28:37.338Z Compiling zerocopy v0.6.6
31502024-12-17T07:28:37.338Z 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=5ad089f50193616c -C extra-filename=-5ad089f50193616c --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-54dfd64af48bd4a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-12-17T07:28:37.375Z Dirty multer v3.1.0: the rustflags changed
31522024-12-17T07:28:37.375Z Compiling multer v3.1.0
31532024-12-17T07:28:37.399Z 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`
31542024-12-17T07:28:37.669Z Dirty unicode-xid v0.2.6: the rustflags changed
31552024-12-17T07:28:37.669Z Compiling unicode-xid v0.2.6
31562024-12-17T07:28:37.694Z 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`
31572024-12-17T07:28:37.808Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
31582024-12-17T07:28:37.808Z Compiling new_debug_unreachable v1.0.6
31592024-12-17T07:28:37.831Z 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`
31602024-12-17T07:28:37.856Z Dirty precomputed-hash v0.1.1: the rustflags changed
31612024-12-17T07:28:37.856Z Compiling precomputed-hash v0.1.1
31622024-12-17T07:28:37.880Z 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`
31632024-12-17T07:28:37.916Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0/build-script-build`
31642024-12-17T07:28:37.943Z Dirty string_cache v0.8.7: the rustflags changed
31652024-12-17T07:28:37.943Z Compiling string_cache v0.8.7
31662024-12-17T07:28:37.967Z 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=f88a2524427e5edd -C extra-filename=-f88a2524427e5edd --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-12-17T07:28:37.991Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219/build-script-build`
31682024-12-17T07:28:38.031Z 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`
31692024-12-17T07:28:38.057Z Dirty ed25519 v2.2.3: the rustflags changed
31702024-12-17T07:28:38.057Z Compiling ed25519 v2.2.3
31712024-12-17T07:28:38.081Z 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=e0618cde43ef6060 -C extra-filename=-e0618cde43ef6060 --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-e6baaf22e3880156.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-65726e920d68091f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-12-17T07:28:38.369Z Dirty slog-json v2.6.1: the rustflags changed
31732024-12-17T07:28:38.369Z Compiling slog-json v2.6.1
31742024-12-17T07:28:38.393Z 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=7c92636b5ef18a2f -C extra-filename=-7c92636b5ef18a2f --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-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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`
31752024-12-17T07:28:38.713Z Dirty hubpack_derive v0.1.1: the rustflags changed
31762024-12-17T07:28:38.713Z Compiling hubpack_derive v0.1.1
31772024-12-17T07:28:38.737Z 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=0aac6714d18b8f40 -C extra-filename=-0aac6714d18b8f40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782024-12-17T07:28:38.892Z Dirty rsa v0.9.6: the rustflags changed
31792024-12-17T07:28:38.892Z Compiling rsa v0.9.6
31802024-12-17T07:28:38.916Z 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=0833fd7671d2ba3b -C extra-filename=-0833fd7671d2ba3b --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-4c5218e8ae58a0ca.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b7e7ba153c8ce4a4.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-967aa130de94e360.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e6baaf22e3880156.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-65726e920d68091f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a2ed594e2723aa7e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812024-12-17T07:28:39.180Z Dirty async-stream-impl v0.3.6: the rustflags changed
31822024-12-17T07:28:39.181Z Compiling async-stream-impl v0.3.6
31832024-12-17T07:28:39.205Z 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=d075ed8c3985e6a8 -C extra-filename=-d075ed8c3985e6a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-12-17T07:28:39.357Z Dirty debug-ignore v1.0.5: the rustflags changed
31852024-12-17T07:28:39.357Z Compiling debug-ignore v1.0.5
31862024-12-17T07:28:39.381Z 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`
31872024-12-17T07:28:39.513Z Dirty quick-error v1.2.3: the rustflags changed
31882024-12-17T07:28:39.513Z Compiling quick-error v1.2.3
31892024-12-17T07:28:39.537Z 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`
31902024-12-17T07:28:39.599Z Dirty hubpack v0.1.2: the rustflags changed
31912024-12-17T07:28:39.599Z Compiling hubpack v0.1.2
31922024-12-17T07:28:39.626Z 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=61c3c2c45ee81a5e -C extra-filename=-61c3c2c45ee81a5e --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-0aac6714d18b8f40.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932024-12-17T07:28:39.658Z 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`
31942024-12-17T07:28:39.690Z Dirty slog-bunyan v2.5.0: the rustflags changed
31952024-12-17T07:28:39.690Z Compiling slog-bunyan v2.5.0
31962024-12-17T07:28:39.690Z 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=fb716649faf5c281 -C extra-filename=-fb716649faf5c281 --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-7c92636b5ef18a2f.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`
31972024-12-17T07:28:39.795Z Dirty ed25519-dalek v2.1.1: the rustflags changed
31982024-12-17T07:28:39.795Z Compiling ed25519-dalek v2.1.1
31992024-12-17T07:28:39.819Z 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=447d89bc135f427e -C extra-filename=-447d89bc135f427e --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-f37be023c15ca090.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-e0618cde43ef6060.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-65726e920d68091f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002024-12-17T07:28:39.890Z 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=ac0cb4f1fee7c877 -C extra-filename=-ac0cb4f1fee7c877 --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-ae373a61f7611bdf.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-036cca9dc188c6e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.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`
32012024-12-17T07:28:40.021Z Dirty x509-cert v0.2.5: the rustflags changed
32022024-12-17T07:28:40.021Z Compiling x509-cert v0.2.5
32032024-12-17T07:28:40.044Z 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=3854c29887cf38fa -C extra-filename=-3854c29887cf38fa --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-e173da2375ca53ad.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a2ed594e2723aa7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042024-12-17T07:28:40.435Z Dirty async-stream v0.3.6: the rustflags changed
32052024-12-17T07:28:40.435Z Compiling async-stream v0.3.6
32062024-12-17T07:28:40.460Z 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=ebdc3445bf5ca275 -C extra-filename=-ebdc3445bf5ca275 --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-d075ed8c3985e6a8.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`
32072024-12-17T07:28:40.715Z Dirty heapless v0.7.17: the rustflags changed
32082024-12-17T07:28:40.715Z Compiling heapless v0.7.17
32092024-12-17T07:28:40.739Z 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=9474a6f4619c6c6a -C extra-filename=-9474a6f4619c6c6a --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-9474a6f4619c6c6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0041a84711309453.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102024-12-17T07:28:40.793Z Dirty idna v0.4.0: the rustflags changed
32112024-12-17T07:28:40.793Z Compiling idna v0.4.0
32122024-12-17T07:28:40.817Z 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`
32132024-12-17T07:28:40.872Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32142024-12-17T07:28:40.872Z Compiling serde_path_to_error v0.1.16
32152024-12-17T07:28:40.896Z 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=2c7bfbb3712dd399 -C extra-filename=-2c7bfbb3712dd399 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-12-17T07:28:41.141Z Dirty waitgroup v0.1.2: the rustflags changed
32172024-12-17T07:28:41.141Z Compiling waitgroup v0.1.2
32182024-12-17T07:28:41.164Z 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`
32192024-12-17T07:28:41.356Z Dirty enum-as-inner v0.6.1: the rustflags changed
32202024-12-17T07:28:41.356Z Compiling enum-as-inner v0.6.1
32212024-12-17T07:28:41.448Z 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=6af72407122c8a6c -C extra-filename=-6af72407122c8a6c --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222024-12-17T07:28:41.695Z Dirty hostname v0.4.0: the rustflags changed
32232024-12-17T07:28:41.695Z Compiling hostname v0.4.0
32242024-12-17T07:28:41.720Z 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`
32252024-12-17T07:28:41.941Z Dirty dropshot v0.12.0: the rustflags changed
32262024-12-17T07:28:41.941Z Compiling dropshot v0.12.0
32272024-12-17T07:28:41.965Z 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`
32282024-12-17T07:28:42.180Z Dirty lalrpop-util v0.19.12: the rustflags changed
32292024-12-17T07:28:42.180Z Compiling lalrpop-util v0.19.12
32302024-12-17T07:28:42.204Z 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`
32312024-12-17T07:28:42.269Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34/build-script-build`
32322024-12-17T07:28:42.349Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-9474a6f4619c6c6a/build-script-build`
32332024-12-17T07:28:42.431Z Dirty bzip2 v0.4.4: the rustflags changed
32342024-12-17T07:28:42.431Z Compiling bzip2 v0.4.4
32352024-12-17T07:28:42.455Z 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`
32362024-12-17T07:28:42.483Z Dirty hickory-proto v0.24.1: the rustflags changed
32372024-12-17T07:28:42.483Z Compiling hickory-proto v0.24.1
32382024-12-17T07:28:42.483Z 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=e680196362b67960 -C extra-filename=-e680196362b67960 --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-299fe34bb7018b50.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-6af72407122c8a6c.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-036cca9dc188c6e4.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-2ad4e0bfe37ddb93.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392024-12-17T07:28:42.529Z Dirty signal-hook-mio v0.2.4: the rustflags changed
32402024-12-17T07:28:42.529Z Compiling signal-hook-mio v0.2.4
32412024-12-17T07:28:42.553Z 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`
32422024-12-17T07:28:42.695Z Dirty console v0.15.8: the rustflags changed
32432024-12-17T07:28:42.695Z Compiling console v0.15.8
32442024-12-17T07:28:42.721Z 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`
32452024-12-17T07:28:42.783Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
32462024-12-17T07:28:42.783Z Compiling dropshot_endpoint v0.12.0
32472024-12-17T07:28:42.807Z 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=8ebab2ed2ea04448 -C extra-filename=-8ebab2ed2ea04448 --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482024-12-17T07:28:42.950Z Dirty hash32 v0.2.1: the rustflags changed
32492024-12-17T07:28:42.950Z Compiling hash32 v0.2.1
32502024-12-17T07:28:42.974Z 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`
32512024-12-17T07:28:43.308Z Dirty smoltcp v0.9.1: the rustflags changed
32522024-12-17T07:28:43.308Z Compiling smoltcp v0.9.1
32532024-12-17T07:28:43.332Z 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`
32542024-12-17T07:28:43.765Z Dirty portable-atomic v1.9.0: the rustflags changed
32552024-12-17T07:28:43.765Z Compiling portable-atomic v1.9.0
32562024-12-17T07:28:43.789Z 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`
32572024-12-17T07:28:43.970Z Dirty unicode-properties v0.1.3: the rustflags changed
32582024-12-17T07:28:43.970Z Compiling unicode-properties v0.1.3
32592024-12-17T07:28:43.993Z 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`
32602024-12-17T07:28:44.019Z Dirty linked-hash-map v0.5.6: the rustflags changed
32612024-12-17T07:28:44.019Z Compiling linked-hash-map v0.5.6
32622024-12-17T07:28:44.043Z 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`
32632024-12-17T07:28:44.305Z Dirty predicates-core v1.0.8: the rustflags changed
32642024-12-17T07:28:44.306Z Compiling predicates-core v1.0.8
32652024-12-17T07:28:44.330Z 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`
32662024-12-17T07:28:44.354Z Dirty lru-cache v0.1.2: the rustflags changed
32672024-12-17T07:28:44.354Z Compiling lru-cache v0.1.2
32682024-12-17T07:28:44.379Z 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`
32692024-12-17T07:28:44.542Z Dirty stringprep v0.1.5: the rustflags changed
32702024-12-17T07:28:44.542Z Compiling stringprep v0.1.5
32712024-12-17T07:28:44.565Z 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`
32722024-12-17T07:28:44.649Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6/build-script-build`
32732024-12-17T07:28:44.691Z 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=c01e9f3443635039 -C extra-filename=-c01e9f3443635039 --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`
32742024-12-17T07:28:44.722Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5/build-script-build`
32752024-12-17T07:28:44.804Z Dirty crossterm v0.28.1: the rustflags changed
32762024-12-17T07:28:44.805Z Compiling crossterm v0.28.1
32772024-12-17T07:28:44.828Z 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=1e8ffa1d88a12002 -C extra-filename=-1e8ffa1d88a12002 --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-0d398de96c2797c0.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-858ad1460362b7f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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`
32782024-12-17T07:28:45.291Z Dirty similar v2.6.0: the rustflags changed
32792024-12-17T07:28:45.292Z Compiling similar v2.6.0
32802024-12-17T07:28:45.317Z 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`
32812024-12-17T07:28:45.582Z Dirty rayon v1.10.0: the rustflags changed
32822024-12-17T07:28:45.582Z Compiling rayon v1.10.0
32832024-12-17T07:28:45.606Z 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`
32842024-12-17T07:28:45.706Z Dirty tokio-stream v0.1.16: the rustflags changed
32852024-12-17T07:28:45.706Z Compiling tokio-stream v0.1.16
32862024-12-17T07:28:45.730Z 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=0621ff04aab0f70c -C extra-filename=-0621ff04aab0f70c --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-09c6902b3bb8a72f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872024-12-17T07:28:46.596Z Dirty md-5 v0.10.6: the rustflags changed
32882024-12-17T07:28:46.596Z Compiling md-5 v0.10.6
32892024-12-17T07:28:46.634Z 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=86074a98366b49d7 -C extra-filename=-86074a98366b49d7 --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-4c5218e8ae58a0ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902024-12-17T07:28:46.658Z Dirty float-cmp v0.9.0: the rustflags changed
32912024-12-17T07:28:46.658Z Compiling float-cmp v0.9.0
32922024-12-17T07:28:46.658Z 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`
32932024-12-17T07:28:46.853Z Dirty fs-err v2.11.0: the rustflags changed
32942024-12-17T07:28:46.853Z Compiling fs-err v2.11.0
32952024-12-17T07:28:46.877Z 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`
32962024-12-17T07:28:46.901Z Dirty fallible-iterator v0.2.0: the rustflags changed
32972024-12-17T07:28:46.901Z Compiling fallible-iterator v0.2.0
32982024-12-17T07:28:46.925Z 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`
32992024-12-17T07:28:47.156Z Dirty difflib v0.4.0: the rustflags changed
33002024-12-17T07:28:47.156Z Compiling difflib v0.4.0
33012024-12-17T07:28:47.180Z 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`
33022024-12-17T07:28:47.315Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33032024-12-17T07:28:47.316Z Compiling normalize-line-endings v0.3.0
33042024-12-17T07:28:47.340Z 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`
33052024-12-17T07:28:47.448Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943/build-script-build`
33062024-12-17T07:28:47.504Z Dirty postgres-protocol v0.6.7: the rustflags changed
33072024-12-17T07:28:47.504Z Compiling postgres-protocol v0.6.7
33082024-12-17T07:28:47.528Z 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=9b0d90e3edd05175 -C extra-filename=-9b0d90e3edd05175 --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-ae373a61f7611bdf.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-3d7a20ee911c56e0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-93091f9b7d746000.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-86074a98366b49d7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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`
33092024-12-17T07:28:47.607Z Dirty predicates v3.1.2: the rustflags changed
33102024-12-17T07:28:47.607Z Compiling predicates v3.1.2
33112024-12-17T07:28:47.631Z 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`
33122024-12-17T07:28:47.872Z 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=0da1786ac8bc293c -C extra-filename=-0da1786ac8bc293c --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-c01e9f3443635039.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`
33132024-12-17T07:28:48.056Z 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"))'`
33142024-12-17T07:28:48.538Z Dirty zip v0.6.6: the rustflags changed
33152024-12-17T07:28:48.538Z Compiling zip v0.6.6
33162024-12-17T07:28:48.562Z 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`
33172024-12-17T07:28:48.650Z Dirty resolv-conf v0.7.0: the rustflags changed
33182024-12-17T07:28:48.650Z Compiling resolv-conf v0.7.0
33192024-12-17T07:28:48.674Z 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`
33202024-12-17T07:28:49.108Z Dirty phf v0.11.2: the rustflags changed
33212024-12-17T07:28:49.109Z Compiling phf v0.11.2
33222024-12-17T07:28:49.145Z 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`
33232024-12-17T07:28:49.169Z Dirty tungstenite v0.24.0: the rustflags changed
33242024-12-17T07:28:49.169Z Compiling tungstenite v0.24.0
33252024-12-17T07:28:49.169Z 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=1bb0ab84eb71a42d -C extra-filename=-1bb0ab84eb71a42d --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-ae373a61f7611bdf.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.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-2ad4e0bfe37ddb93.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.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`
33262024-12-17T07:28:49.345Z Dirty strum_macros v0.25.3: the rustflags changed
33272024-12-17T07:28:49.345Z Compiling strum_macros v0.25.3
33282024-12-17T07:28:49.369Z 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=353d6e75a20df3cd -C extra-filename=-353d6e75a20df3cd --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292024-12-17T07:28:49.393Z Dirty serde-big-array v0.5.1: the rustflags changed
33302024-12-17T07:28:49.393Z Compiling serde-big-array v0.5.1
33312024-12-17T07:28:49.394Z 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=d31d424d771e4376 -C extra-filename=-d31d424d771e4376 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322024-12-17T07:28:49.606Z Dirty serde_repr v0.1.19: the rustflags changed
33332024-12-17T07:28:49.606Z Compiling serde_repr v0.1.19
33342024-12-17T07:28:49.630Z 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=32bd5cd3f7017580 -C extra-filename=-32bd5cd3f7017580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352024-12-17T07:28:49.653Z Dirty peg-runtime v0.8.3: the rustflags changed
33362024-12-17T07:28:49.653Z Compiling peg-runtime v0.8.3
33372024-12-17T07:28:49.654Z 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`
33382024-12-17T07:28:49.678Z Dirty unicode-width v0.2.0: the rustflags changed
33392024-12-17T07:28:49.678Z Compiling unicode-width v0.2.0
33402024-12-17T07:28:49.702Z 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`
33412024-12-17T07:28:49.745Z Dirty number_prefix v0.4.0: the rustflags changed
33422024-12-17T07:28:49.745Z Compiling number_prefix v0.4.0
33432024-12-17T07:28:49.769Z 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`
33442024-12-17T07:28:49.964Z Dirty hickory-resolver v0.24.1: the rustflags changed
33452024-12-17T07:28:49.964Z Compiling hickory-resolver v0.24.1
33462024-12-17T07:28:49.989Z 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=f35ac986efe5c329 -C extra-filename=-f35ac986efe5c329 --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-036cca9dc188c6e4.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.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-2ad4e0bfe37ddb93.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-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472024-12-17T07:28:50.113Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
33482024-12-17T07:28:50.113Z Compiling tokio-tungstenite v0.24.0
33492024-12-17T07:28:50.137Z 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=7390230f2cb97ec4 -C extra-filename=-7390230f2cb97ec4 --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-036cca9dc188c6e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1bb0ab84eb71a42d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502024-12-17T07:28:50.223Z Dirty indicatif v0.17.9: the rustflags changed
33512024-12-17T07:28:50.223Z Compiling indicatif v0.17.9
33522024-12-17T07:28:50.247Z 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`
33532024-12-17T07:28:50.579Z Dirty postgres-types v0.2.8: the rustflags changed
33542024-12-17T07:28:50.579Z Compiling postgres-types v0.2.8
33552024-12-17T07:28:50.603Z 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=48d3f4fecf53e3a5 -C extra-filename=-48d3f4fecf53e3a5 --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-ae373a61f7611bdf.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-9b0d90e3edd05175.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562024-12-17T07:28:50.694Z 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=6e57e185babfca18 -C extra-filename=-6e57e185babfca18 --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-09c6902b3bb8a72f.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)'`
33572024-12-17T07:28:50.847Z Dirty derive-where v1.2.7: the rustflags changed
33582024-12-17T07:28:50.847Z Compiling derive-where v1.2.7
33592024-12-17T07:28:50.871Z 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=5c64dfc958cc2f28 -C extra-filename=-5c64dfc958cc2f28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-12-17T07:28:51.151Z Dirty whoami v1.5.2: the rustflags changed
33612024-12-17T07:28:51.151Z Compiling whoami v1.5.2
33622024-12-17T07:28:51.175Z 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`
33632024-12-17T07:28:51.475Z Dirty tokio-postgres v0.7.12: the rustflags changed
33642024-12-17T07:28:51.475Z Compiling tokio-postgres v0.7.12
33652024-12-17T07:28:51.499Z 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=f96340f1fd73e036 -C extra-filename=-f96340f1fd73e036 --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-299fe34bb7018b50.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.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-036cca9dc188c6e4.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-9b0d90e3edd05175.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-48d3f4fecf53e3a5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.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`
33662024-12-17T07:28:51.745Z Compiling hashbrown v0.14.5
33672024-12-17T07:28:51.769Z 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=f3465ccc0028c4d6 -C extra-filename=-f3465ccc0028c4d6 --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-0ee0233e5617927e.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`
33682024-12-17T07:28:51.898Z Compiling ident_case v1.0.1
33692024-12-17T07:28:51.922Z 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`
33702024-12-17T07:28:52.074Z Compiling darling_core v0.20.10
33712024-12-17T07:28:52.099Z 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=4cb918443368971a -C extra-filename=-4cb918443368971a --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-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51eb3e58dfb259b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722024-12-17T07:28:52.166Z Compiling unsafe-libyaml v0.2.11
33732024-12-17T07:28:52.189Z 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`
33742024-12-17T07:28:52.752Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
33752024-12-17T07:28:52.752Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
33762024-12-17T07:28:52.776Z 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=2961ce23e8a7db04 -C extra-filename=-2961ce23e8a7db04 --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-0d398de96c2797c0.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-61c3c2c45ee81a5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d31d424d771e4376.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-32bd5cd3f7017580.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0da1786ac8bc293c.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-353d6e75a20df3cd.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5ad089f50193616c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772024-12-17T07:28:52.866Z Compiling regress v0.10.1
33782024-12-17T07:28:52.890Z 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=e5872659d2bcc9f3 -C extra-filename=-e5872659d2bcc9f3 --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-f3465ccc0028c4d6.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`
33792024-12-17T07:28:53.614Z Compiling serde_yaml v0.9.34+deprecated
33802024-12-17T07:28:53.643Z 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=c28b43edcfab35d1 -C extra-filename=-c28b43edcfab35d1 --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-c5e39192efd4c81f.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-5f9b84812ad03009.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`
33812024-12-17T07:28:53.969Z Dirty fastrand v2.1.1: the rustflags changed
33822024-12-17T07:28:53.969Z Compiling fastrand v2.1.1
33832024-12-17T07:28:53.993Z 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`
33842024-12-17T07:28:54.454Z Compiling ipnetwork v0.20.0
33852024-12-17T07:28:54.478Z 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=e67ff7c7171db07f -C extra-filename=-e67ff7c7171db07f --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-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862024-12-17T07:28:55.240Z Compiling tempfile v3.13.0
33872024-12-17T07:28:55.264Z 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=d5c3bd4328829936 -C extra-filename=-d5c3bd4328829936 --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-858ad1460362b7f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882024-12-17T07:28:55.450Z Dirty strum_macros v0.26.4: the rustflags changed
33892024-12-17T07:28:55.450Z Compiling strum_macros v0.26.4
33902024-12-17T07:28:55.474Z 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=cc2eef652e51e426 -C extra-filename=-cc2eef652e51e426 --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912024-12-17T07:28:56.019Z Compiling typify-impl v0.2.0
33922024-12-17T07:28:56.043Z 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=53bdd5b37a1077ec -C extra-filename=-53bdd5b37a1077ec --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-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e5872659d2bcc9f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932024-12-17T07:28:56.136Z Compiling newtype-uuid v1.1.3
33942024-12-17T07:28:56.160Z 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="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=eac18df79dd190f7 -C extra-filename=-eac18df79dd190f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-eac18df79dd190f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952024-12-17T07:28:56.459Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-eac18df79dd190f7/build-script-build`
33962024-12-17T07:28:56.491Z Compiling macaddr v1.0.1
33972024-12-17T07:28:56.515Z 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=d22f6e98eb28116d -C extra-filename=-d22f6e98eb28116d --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982024-12-17T07:28:56.751Z 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="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=f2802ebc70158e92 -C extra-filename=-f2802ebc70158e92 --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-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33992024-12-17T07:28:56.866Z Compiling thiserror v2.0.3
34002024-12-17T07:28:56.890Z 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.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=921b5d3f41485bf2 -C extra-filename=-921b5d3f41485bf2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-921b5d3f41485bf2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012024-12-17T07:28:57.046Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
34022024-12-17T07:28:57.070Z 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=bf3e6356b92bcf52 -C extra-filename=-bf3e6356b92bcf52 --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-e67ff7c7171db07f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032024-12-17T07:28:57.094Z Dirty structmeta-derive v0.3.0: the rustflags changed
34042024-12-17T07:28:57.094Z Compiling structmeta-derive v0.3.0
34052024-12-17T07:28:57.118Z 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=a859c26e7d4d205c -C extra-filename=-a859c26e7d4d205c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062024-12-17T07:28:57.448Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-921b5d3f41485bf2/build-script-build`
34072024-12-17T07:28:57.708Z Compiling thiserror-impl v2.0.3
34082024-12-17T07:28:57.732Z 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.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=451420aece676a0a -C extra-filename=-451420aece676a0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092024-12-17T07:28:57.810Z Compiling darling_macro v0.20.10
34102024-12-17T07:28:57.834Z 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=d41de092f87ad710 -C extra-filename=-d41de092f87ad710 --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-4cb918443368971a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112024-12-17T07:28:57.858Z Compiling instant v0.1.13
34122024-12-17T07:28:57.858Z 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`
34132024-12-17T07:28:58.003Z Compiling regress v0.9.1
34142024-12-17T07:28:58.028Z 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=63521fbfa3e73074 -C extra-filename=-63521fbfa3e73074 --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-f3465ccc0028c4d6.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`
34152024-12-17T07:28:58.169Z Compiling dropshot v0.15.1
34162024-12-17T07:28:58.192Z 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.15.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 '--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=8d2815a8e7561f46 -C extra-filename=-8d2815a8e7561f46 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-8d2815a8e7561f46 -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`
34172024-12-17T07:28:58.477Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-8d2815a8e7561f46/build-script-build`
34182024-12-17T07:28:58.548Z Compiling dropshot_endpoint v0.15.1
34192024-12-17T07:28:58.573Z 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.15.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 '--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=be27629c2e5bbc07 -C extra-filename=-be27629c2e5bbc07 --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-12-17T07:28:58.765Z Compiling darling v0.20.10
34212024-12-17T07:28:58.789Z 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=14d7a9926b8d0773 -C extra-filename=-14d7a9926b8d0773 --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-4cb918443368971a.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-d41de092f87ad710.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-12-17T07:28:58.889Z Compiling serde_with_macros v3.11.0
34232024-12-17T07:28:58.913Z 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=7d6d1b2407ba6038 -C extra-filename=-7d6d1b2407ba6038 --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-14d7a9926b8d0773.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242024-12-17T07:28:59.577Z Dirty strum v0.26.3: the rustflags changed
34252024-12-17T07:28:59.577Z Compiling strum v0.26.3
34262024-12-17T07:28:59.602Z 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=2210903cd7c4eef8 -C extra-filename=-2210903cd7c4eef8 --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-cc2eef652e51e426.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272024-12-17T07:28:59.627Z Dirty structmeta v0.3.0: the rustflags changed
34282024-12-17T07:28:59.627Z Compiling structmeta v0.3.0
34292024-12-17T07:28:59.627Z 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=bdc9455825550e1e -C extra-filename=-bdc9455825550e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-a859c26e7d4d205c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302024-12-17T07:28:59.765Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34312024-12-17T07:28:59.789Z 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=3e6d4b831c506ff9 -C extra-filename=-3e6d4b831c506ff9 --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-f2802ebc70158e92.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322024-12-17T07:29:00.029Z Dirty parse-display-derive v0.10.0: the rustflags changed
34332024-12-17T07:29:00.029Z Compiling parse-display-derive v0.10.0
34342024-12-17T07:29:00.054Z 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=3a0445e021cd8501 -C extra-filename=-3a0445e021cd8501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.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-bdc9455825550e1e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352024-12-17T07:29:00.081Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34362024-12-17T07:29:00.104Z 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=6a81d554bd8df7da -C extra-filename=-6a81d554bd8df7da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372024-12-17T07:29:00.799Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=1c7508ccdb47d02f -C extra-filename=-1c7508ccdb47d02f --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-451420aece676a0a.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)'`
34382024-12-17T07:29:00.839Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34392024-12-17T07:29:00.863Z 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=6cce636785c1ad8f -C extra-filename=-6cce636785c1ad8f --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-6a81d554bd8df7da.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402024-12-17T07:29:00.961Z Compiling backoff v0.4.0
34412024-12-17T07:29:00.986Z 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=f38870b89dd540f6 -C extra-filename=-f38870b89dd540f6 --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-2ad4e0bfe37ddb93.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422024-12-17T07:29:01.010Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34432024-12-17T07:29:01.010Z 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=e3e09efa197f0bc7 -C extra-filename=-e3e09efa197f0bc7 --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-0b27143752e82f0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442024-12-17T07:29:01.155Z Compiling wait-timeout v0.2.0
34452024-12-17T07:29:01.180Z 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`
34462024-12-17T07:29:01.289Z Compiling rand_xorshift v0.3.0
34472024-12-17T07:29:01.290Z 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`
34482024-12-17T07:29:01.423Z Compiling serde_with v3.11.0
34492024-12-17T07:29:01.423Z 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=472ddf0e8646da1a -C extra-filename=-472ddf0e8646da1a --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-5f9b84812ad03009.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-7d6d1b2407ba6038.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502024-12-17T07:29:01.636Z Compiling rusty-fork v0.3.0
34512024-12-17T07:29:01.663Z 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=ea11086351f26f0d -C extra-filename=-ea11086351f26f0d --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-d5c3bd4328829936.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`
34522024-12-17T07:29:01.735Z Compiling unarray v0.1.4
34532024-12-17T07:29:01.758Z 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`
34542024-12-17T07:29:01.901Z Compiling structmeta-derive v0.2.0
34552024-12-17T07:29:01.925Z 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=03fbd9ca6c621527 -C extra-filename=-03fbd9ca6c621527 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562024-12-17T07:29:02.083Z Compiling proptest v1.5.0
34572024-12-17T07:29:02.107Z 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=586b7f8dd4330031 -C extra-filename=-586b7f8dd4330031 --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-0d398de96c2797c0.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-2ad4e0bfe37ddb93.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-57ee4fa7172879a4.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-ea11086351f26f0d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.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`
34582024-12-17T07:29:02.293Z Compiling camino-tempfile v1.1.1
34592024-12-17T07:29:02.317Z 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=0f58f2df4b01e0fd -C extra-filename=-0f58f2df4b01e0fd --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-04c7389264872f94.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602024-12-17T07:29:02.597Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
34612024-12-17T07:29:02.597Z Compiling proc-macro-error-attr v1.0.4
34622024-12-17T07:29:02.621Z 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`
34632024-12-17T07:29:02.725Z Dirty proc-macro-error v1.0.4: the rustflags changed
34642024-12-17T07:29:02.725Z Compiling proc-macro-error v1.0.4
34652024-12-17T07:29:02.748Z 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`
34662024-12-17T07:29:02.916Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928/build-script-build`
34672024-12-17T07:29:02.990Z 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=29308633a74295aa -C extra-filename=-29308633a74295aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682024-12-17T07:29:03.043Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115/build-script-build`
34692024-12-17T07:29:03.175Z Compiling proc-macro-crate v1.3.1
34702024-12-17T07:29:03.199Z 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=7a0a2c8751c7c115 -C extra-filename=-7a0a2c8751c7c115 --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-392377e309c3807e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712024-12-17T07:29:03.734Z 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=f242fc85c583e560 -C extra-filename=-f242fc85c583e560 --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-29308633a74295aa.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
34722024-12-17T07:29:04.113Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34732024-12-17T07:29:04.138Z 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`
34742024-12-17T07:29:04.162Z Dirty parse-display v0.10.0: the rustflags changed
34752024-12-17T07:29:04.162Z Compiling parse-display v0.10.0
34762024-12-17T07:29:04.162Z 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=32e0521be75a30ce -C extra-filename=-32e0521be75a30ce --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-3a0445e021cd8501.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`
34772024-12-17T07:29:04.361Z Compiling num_enum_derive v0.5.11
34782024-12-17T07:29:04.384Z 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=9e26616f67d205fd -C extra-filename=-9e26616f67d205fd --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-7a0a2c8751c7c115.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792024-12-17T07:29:04.438Z Compiling structmeta v0.2.0
34802024-12-17T07:29:04.462Z 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=19195bf4441712c6 -C extra-filename=-19195bf4441712c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-03fbd9ca6c621527.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812024-12-17T07:29:04.486Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3/build-script-build`
34822024-12-17T07:29:04.510Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34832024-12-17T07:29:04.510Z 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`
34842024-12-17T07:29:04.628Z Compiling foreign-types-macros v0.2.3
34852024-12-17T07:29:04.651Z 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=a80ebad27023f0c9 -C extra-filename=-a80ebad27023f0c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862024-12-17T07:29:04.732Z Compiling foreign-types-shared v0.3.1
34872024-12-17T07:29:04.756Z 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`
34882024-12-17T07:29:04.797Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4/build-script-build`
34892024-12-17T07:29:04.835Z 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`
34902024-12-17T07:29:04.859Z Compiling test-strategy v0.3.1
34912024-12-17T07:29:04.884Z 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=a2bf3947dc3d3f29 -C extra-filename=-a2bf3947dc3d3f29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-19195bf4441712c6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922024-12-17T07:29:04.912Z 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`
34932024-12-17T07:29:05.006Z Compiling tabwriter v1.4.0
34942024-12-17T07:29:05.030Z 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`
34952024-12-17T07:29:05.060Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
34962024-12-17T07:29:05.083Z 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=2c5aad7bc815cb01 -C extra-filename=-2c5aad7bc815cb01 --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-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972024-12-17T07:29:05.470Z Compiling cstr-argument v0.1.2
34982024-12-17T07:29:05.495Z 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`
34992024-12-17T07:29:05.721Z Compiling pretty-hex v0.2.1
35002024-12-17T07:29:05.754Z 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`
35012024-12-17T07:29:05.798Z Compiling foreign-types v0.5.0
35022024-12-17T07:29:05.822Z 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=c273e5a4339de829 -C extra-filename=-c273e5a4339de829 --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-a80ebad27023f0c9.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`
35032024-12-17T07:29:05.897Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35042024-12-17T07:29:05.921Z 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=46b861ec4251cd90 -C extra-filename=-46b861ec4251cd90 --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-2c5aad7bc815cb01.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052024-12-17T07:29:05.945Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35062024-12-17T07:29:05.945Z Compiling colored v2.1.0
35072024-12-17T07:29:05.945Z 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=0e393bae9d44237f -C extra-filename=-0e393bae9d44237f --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-c273e5a4339de829.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`
35082024-12-17T07:29:05.945Z 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`
35092024-12-17T07:29:06.068Z Compiling itertools v0.13.0
35102024-12-17T07:29:06.092Z 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`
35112024-12-17T07:29:06.549Z Compiling smf v0.2.3
35122024-12-17T07:29:06.573Z 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=da6d3e342d2723f2 -C extra-filename=-da6d3e342d2723f2 --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-690a9c88e2024cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132024-12-17T07:29:06.658Z Compiling zerocopy v0.8.10
35142024-12-17T07:29:06.702Z 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`
35152024-12-17T07:29:06.726Z Compiling num_enum v0.5.11
35162024-12-17T07:29:06.726Z 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=7f73da66b9eec967 -C extra-filename=-7f73da66b9eec967 --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-9e26616f67d205fd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172024-12-17T07:29:06.887Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35182024-12-17T07:29:06.911Z 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=d1fa5181aee2d340 -C extra-filename=-d1fa5181aee2d340 --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-7f73da66b9eec967.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3e27a2eafea59d63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192024-12-17T07:29:07.215Z Compiling crucible-workspace-hack v0.1.0
35202024-12-17T07:29:07.239Z 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`
35212024-12-17T07:29:07.497Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-d2ad622971ab3df8/build-script-build`
35222024-12-17T07:29:07.521Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf/build-script-build`
35232024-12-17T07:29:07.545Z Compiling zerocopy-derive v0.8.10
35242024-12-17T07:29:07.570Z 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=8f6bd7d970d3bbc9 -C extra-filename=-8f6bd7d970d3bbc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252024-12-17T07:29:07.570Z Compiling heapless v0.8.0
35262024-12-17T07:29:07.570Z 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`
35272024-12-17T07:29:07.734Z Compiling termtree v0.4.1
35282024-12-17T07:29:07.758Z 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`
35292024-12-17T07:29:07.956Z Compiling predicates-tree v1.0.11
35302024-12-17T07:29:07.981Z 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`
35312024-12-17T07:29:08.100Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b/build-script-build`
35322024-12-17T07:29:08.274Z 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`
35332024-12-17T07:29:08.359Z Compiling hash32 v0.3.1
35342024-12-17T07:29:08.382Z 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`
35352024-12-17T07:29:08.406Z Compiling smoltcp v0.11.0
35362024-12-17T07:29:08.429Z 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`
35372024-12-17T07:29:08.453Z Compiling cobs v0.2.3
35382024-12-17T07:29:08.453Z 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`
35392024-12-17T07:29:08.606Z 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`
35402024-12-17T07:29:08.722Z Compiling postcard v1.0.10
35412024-12-17T07:29:08.746Z 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=9e0be3159db873d3 -C extra-filename=-9e0be3159db873d3 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422024-12-17T07:29:08.834Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35432024-12-17T07:29:08.858Z 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=8130300ce9503ff8 -C extra-filename=-8130300ce9503ff8 --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-14d7a9926b8d0773.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442024-12-17T07:29:09.052Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba/build-script-build`
35452024-12-17T07:29:09.094Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35462024-12-17T07:29:09.118Z 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`
35472024-12-17T07:29:09.299Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35482024-12-17T07:29:09.323Z 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`
35492024-12-17T07:29:09.405Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529/build-script-build`
35502024-12-17T07:29:09.485Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35512024-12-17T07:29:09.509Z 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`
35522024-12-17T07:29:09.509Z 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=b721cd421ef9d54c -C extra-filename=-b721cd421ef9d54c --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-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532024-12-17T07:29:09.539Z Compiling sigpipe v0.1.3
35542024-12-17T07:29:09.562Z 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`
35552024-12-17T07:29:09.675Z Compiling mockall_derive v0.13.0
35562024-12-17T07:29:09.699Z 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`
35572024-12-17T07:29:09.975Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
35582024-12-17T07:29:09.999Z 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`
35592024-12-17T07:29:10.023Z 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=6157cb3fb580af66 -C extra-filename=-6157cb3fb580af66 --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-8f6bd7d970d3bbc9.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)'`
35602024-12-17T07:29:10.264Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3/build-script-build`
35612024-12-17T07:29:10.301Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208/build-script-build`
35622024-12-17T07:29:10.336Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
35632024-12-17T07:29:10.360Z 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`
35642024-12-17T07:29:10.384Z 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=ed8754fb8c5bd98c -C extra-filename=-ed8754fb8c5bd98c --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
35652024-12-17T07:29:10.612Z Compiling typify-macro v0.2.0
35662024-12-17T07:29:10.636Z 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=cc52aedf130e774c -C extra-filename=-cc52aedf130e774c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-53bdd5b37a1077ec.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672024-12-17T07:29:10.660Z 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=58f9a246e6b49d50 -C extra-filename=-58f9a246e6b49d50 --out-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-d1fa5181aee2d340.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7f73da66b9eec967.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-0e393bae9d44237f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-46b861ec4251cd90.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.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`
35682024-12-17T07:29:12.858Z Compiling zone_cfg_derive v0.3.0
35692024-12-17T07:29:12.881Z 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=3601002e0242b363 -C extra-filename=-3601002e0242b363 --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-f242fc85c583e560.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702024-12-17T07:29:13.670Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
35712024-12-17T07:29:13.694Z 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/220a6f3/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=ef9cf6a8183bf3db -C extra-filename=-ef9cf6a8183bf3db --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-2210903cd7c4eef8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722024-12-17T07:29:14.145Z Compiling atomicwrites v0.4.4
35732024-12-17T07:29:14.169Z 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=1ea19f19e0afced5 -C extra-filename=-1ea19f19e0afced5 --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-858ad1460362b7f8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742024-12-17T07:29:14.205Z Compiling num-derive v0.4.2
35752024-12-17T07:29:14.229Z 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=e8154f79ac69e125 -C extra-filename=-e8154f79ac69e125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762024-12-17T07:29:14.380Z Compiling downcast v0.11.0
35772024-12-17T07:29:14.412Z 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`
35782024-12-17T07:29:14.563Z Compiling fragile v2.0.0
35792024-12-17T07:29:14.587Z 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`
35802024-12-17T07:29:14.644Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35812024-12-17T07:29:14.668Z 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`
35822024-12-17T07:29:14.803Z Compiling typify v0.2.0
35832024-12-17T07:29:14.827Z 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=3022aeff3e91363d -C extra-filename=-3022aeff3e91363d --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-53bdd5b37a1077ec.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-cc52aedf130e774c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842024-12-17T07:29:14.958Z Compiling progenitor-impl v0.8.0
35852024-12-17T07:29:14.982Z 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=c5f9aaa66a730749 -C extra-filename=-c5f9aaa66a730749 --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-bef972571cd034d9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-3022aeff3e91363d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862024-12-17T07:29:15.006Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35872024-12-17T07:29:15.006Z 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=bd0525dff17be97b -C extra-filename=-bd0525dff17be97b --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-8130300ce9503ff8.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6157cb3fb580af66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882024-12-17T07:29:15.007Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42/build-script-build`
35892024-12-17T07:29:15.056Z Compiling zone v0.3.0
35902024-12-17T07:29:15.080Z 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=4b90964482b0149d -C extra-filename=-4b90964482b0149d --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-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-3601002e0242b363.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912024-12-17T07:29:15.152Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
35922024-12-17T07:29:15.176Z 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/220a6f3/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=066c09605473f46e -C extra-filename=-066c09605473f46e --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-ef9cf6a8183bf3db.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932024-12-17T07:29:15.556Z Compiling base64 v0.21.7
35942024-12-17T07:29:15.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`
35952024-12-17T07:29:15.718Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35962024-12-17T07:29:15.742Z 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=04669cee6af80afb -C extra-filename=-04669cee6af80afb --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-0d398de96c2797c0.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-8130300ce9503ff8.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-bd0525dff17be97b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6157cb3fb580af66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972024-12-17T07:29:16.152Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
35982024-12-17T07:29:16.176Z 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/5a41b82/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=7344693e8d0c4cb9 -C extra-filename=-7344693e8d0c4cb9 --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-e8154f79ac69e125.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b347099865a56f50.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992024-12-17T07:29:16.200Z Compiling same-file v1.0.6
36002024-12-17T07:29:16.200Z 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`
36012024-12-17T07:29:16.479Z Compiling walkdir v2.5.0
36022024-12-17T07:29:16.505Z 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`
36032024-12-17T07:29:16.529Z Dirty xattr v1.3.1: the rustflags changed
36042024-12-17T07:29:16.529Z Compiling xattr v1.3.1
36052024-12-17T07:29:16.529Z 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=c33a330d890adf7f -C extra-filename=-c33a330d890adf7f --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-858ad1460362b7f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062024-12-17T07:29:16.754Z Dirty filetime v0.2.25: the rustflags changed
36072024-12-17T07:29:16.754Z Compiling filetime v0.2.25
36082024-12-17T07:29:16.778Z 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`
36092024-12-17T07:29:16.989Z Compiling convert_case v0.4.0
36102024-12-17T07:29:17.013Z 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`
36112024-12-17T07:29:17.038Z Dirty tar v0.4.42: the rustflags changed
36122024-12-17T07:29:17.038Z Compiling tar v0.4.42
36132024-12-17T07:29:17.063Z 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=98f780f86dc1a52a -C extra-filename=-98f780f86dc1a52a --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-c33a330d890adf7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142024-12-17T07:29:17.107Z Compiling mockall v0.13.0
36152024-12-17T07:29:17.131Z 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=6c028b5311258b94 -C extra-filename=-6c028b5311258b94 --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-ed8754fb8c5bd98c.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`
36162024-12-17T07:29:17.183Z Compiling newline-converter v0.3.0
36172024-12-17T07:29:17.207Z 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`
36182024-12-17T07:29:17.342Z Compiling expectorate v1.1.0
36192024-12-17T07:29:17.366Z 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`
36202024-12-17T07:29:17.423Z Compiling tungstenite v0.21.0
36212024-12-17T07:29:17.446Z 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=b5dece9691405579 -C extra-filename=-b5dece9691405579 --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-ae373a61f7611bdf.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.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-2ad4e0bfe37ddb93.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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`
36222024-12-17T07:29:17.521Z Compiling arc-swap v1.7.1
36232024-12-17T07:29:17.552Z 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`
36242024-12-17T07:29:17.875Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36252024-12-17T07:29:17.899Z 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=dc707cace9d1b1e8 -C extra-filename=-dc707cace9d1b1e8 --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-04669cee6af80afb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-9e0be3159db873d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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`
36262024-12-17T07:29:17.979Z Compiling derive_more v0.99.18
36272024-12-17T07:29:18.003Z 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=33ace99d79ffcb8c -C extra-filename=-33ace99d79ffcb8c --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282024-12-17T07:29:18.080Z Compiling slog-scope v4.4.0
36292024-12-17T07:29:18.104Z 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`
36302024-12-17T07:29:18.538Z Compiling tokio-tungstenite v0.21.0
36312024-12-17T07:29:18.563Z 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=e2dfd361c14e43bb -C extra-filename=-e2dfd361c14e43bb --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-036cca9dc188c6e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-b5dece9691405579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322024-12-17T07:29:19.004Z 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=43371988f4f7c149 -C extra-filename=-43371988f4f7c149 --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-0d398de96c2797c0.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-04669cee6af80afb.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-b721cd421ef9d54c.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-dc707cace9d1b1e8.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-9e0be3159db873d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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)'`
36332024-12-17T07:29:19.040Z Compiling slog-stdlog v4.1.1
36342024-12-17T07:29:19.064Z 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`
36352024-12-17T07:29:19.233Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36362024-12-17T07:29:19.257Z 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=1871b9f9df99f291 -C extra-filename=-1871b9f9df99f291 --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-43371988f4f7c149.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-cda07f3d901ae990.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-6af79a1e9599a5a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6157cb3fb580af66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372024-12-17T07:29:19.281Z Compiling slog-envlogger v2.2.0
36382024-12-17T07:29:19.281Z 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`
36392024-12-17T07:29:19.384Z Compiling num-rational v0.4.2
36402024-12-17T07:29:19.408Z 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`
36412024-12-17T07:29:19.555Z Compiling num-complex v0.4.6
36422024-12-17T07:29:19.580Z 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`
36432024-12-17T07:29:19.980Z Compiling float-ord v0.3.2
36442024-12-17T07:29:20.004Z 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`
36452024-12-17T07:29:20.144Z Compiling cancel-safe-futures v0.1.5
36462024-12-17T07:29:20.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/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`
36472024-12-17T07:29:20.411Z Compiling num v0.4.3
36482024-12-17T07:29:20.435Z 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`
36492024-12-17T07:29:20.487Z Compiling owo-colors v4.1.0
36502024-12-17T07:29:20.511Z 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`
36512024-12-17T07:29:20.534Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2/build-script-build`
36522024-12-17T07:29:20.558Z Dirty swrite v0.1.0: the rustflags changed
36532024-12-17T07:29:20.558Z Compiling swrite v0.1.0
36542024-12-17T07:29:20.558Z 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`
36552024-12-17T07:29:20.679Z 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=abcde3c39e033ce4 -C extra-filename=-abcde3c39e033ce4 --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-036cca9dc188c6e4.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-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562024-12-17T07:29:20.782Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b/build-script-build`
36572024-12-17T07:29:20.817Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36582024-12-17T07:29:20.841Z 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=d23a9a4141e5fb7c -C extra-filename=-d23a9a4141e5fb7c --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-58f9a246e6b49d50.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-43371988f4f7c149.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1871b9f9df99f291.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-9e0be3159db873d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1c7508ccdb47d02f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592024-12-17T07:29:20.865Z 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)'`
36602024-12-17T07:29:21.083Z Compiling libsw v3.3.1
36612024-12-17T07:29:21.107Z 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=f43d672d6d86e52d -C extra-filename=-f43d672d6d86e52d --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-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622024-12-17T07:29:21.208Z Compiling password-hash v0.5.0
36632024-12-17T07:29:21.231Z 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`
36642024-12-17T07:29:21.371Z Compiling blake2 v0.10.6
36652024-12-17T07:29:21.423Z 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=ece1ab467cccd5fb -C extra-filename=-ece1ab467cccd5fb --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-4c5218e8ae58a0ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662024-12-17T07:29:21.630Z Compiling progenitor-macro v0.8.0
36672024-12-17T07:29:21.654Z 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=03973289cf652fa0 -C extra-filename=-03973289cf652fa0 --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-e364052618a87cf6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c5f9aaa66a730749.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-c28b43edcfab35d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682024-12-17T07:29:22.110Z Compiling indent_write v2.2.0
36692024-12-17T07:29:22.134Z 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`
36702024-12-17T07:29:22.158Z Compiling linear-map v1.2.0
36712024-12-17T07:29:22.158Z 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`
36722024-12-17T07:29:22.199Z Dirty aws-lc-sys v0.22.0: the rustflags changed
36732024-12-17T07:29:22.199Z Compiling aws-lc-sys v0.22.0
36742024-12-17T07:29:22.222Z 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=606d21db33d288bb -C extra-filename=-606d21db33d288bb --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-606d21db33d288bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-e5c1541388a079c7.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`
36752024-12-17T07:29:22.335Z Compiling argon2 v0.5.3
36762024-12-17T07:29:22.359Z 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=5c4a585b7f622ff9 -C extra-filename=-5c4a585b7f622ff9 --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-ece1ab467cccd5fb.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`
36772024-12-17T07:29:22.405Z Compiling pem v3.0.4
36782024-12-17T07:29:22.429Z 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`
36792024-12-17T07:29:22.481Z Compiling highway v1.2.0
36802024-12-17T07:29:22.505Z 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`
36812024-12-17T07:29:22.686Z Compiling lzma-sys v0.1.20
36822024-12-17T07:29:22.710Z 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`
36832024-12-17T07:29:23.111Z Compiling heck v0.3.3
36842024-12-17T07:29:23.135Z 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`
36852024-12-17T07:29:23.158Z Compiling headers-core v0.3.0
36862024-12-17T07:29:23.158Z 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=1381342cea297088 -C extra-filename=-1381342cea297088 --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-bef972571cd034d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872024-12-17T07:29:23.304Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
36882024-12-17T07:29:23.328Z 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`
36892024-12-17T07:29:23.431Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef/build-script-build`
36902024-12-17T07:29:23.480Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
36912024-12-17T07:29:23.504Z 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`
36922024-12-17T07:29:23.528Z Compiling zone_cfg_derive v0.1.2
36932024-12-17T07:29:23.528Z 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=29c258f951ebee78 -C extra-filename=-29c258f951ebee78 --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-f242fc85c583e560.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942024-12-17T07:29:23.607Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02/build-script-build`
36952024-12-17T07:29:23.642Z 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`
36962024-12-17T07:29:23.807Z Compiling headers v0.4.0
36972024-12-17T07:29:23.831Z 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=29a4b24f4296220d -C extra-filename=-29a4b24f4296220d --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-ae373a61f7611bdf.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-1381342cea297088.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.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-3a0d0e92bb5445ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982024-12-17T07:29:23.968Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36992024-12-17T07:29:23.993Z 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=9529179c5a44bcfc -C extra-filename=-9529179c5a44bcfc --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-5f9b84812ad03009.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5629bde6ea431e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002024-12-17T07:29:24.228Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8/build-script-build`
37012024-12-17T07:29:24.277Z Compiling yasna v0.5.2
37022024-12-17T07:29:24.301Z 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`
37032024-12-17T07:29:24.349Z Compiling humantime v2.1.0
37042024-12-17T07:29:24.381Z 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`
37052024-12-17T07:29:24.459Z Compiling base64 v0.13.1
37062024-12-17T07:29:24.484Z 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`
37072024-12-17T07:29:24.508Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37082024-12-17T07:29:24.508Z 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=9187bdce36ab24c9 -C extra-filename=-9187bdce36ab24c9 --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-9529179c5a44bcfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5629bde6ea431e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092024-12-17T07:29:24.821Z Compiling ron v0.7.1
37102024-12-17T07:29:24.845Z 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=a88cee5ca4df6156 -C extra-filename=-a88cee5ca4df6156 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112024-12-17T07:29:24.899Z Compiling zone v0.1.8
37122024-12-17T07:29:24.923Z 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=201e95c23a341af6 -C extra-filename=-201e95c23a341af6 --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-690a9c88e2024cdf.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-29c258f951ebee78.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132024-12-17T07:29:24.996Z Compiling xz2 v0.1.7
37142024-12-17T07:29:25.026Z 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`
37152024-12-17T07:29:25.091Z Compiling rcgen v0.12.1
37162024-12-17T07:29:25.115Z 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`
37172024-12-17T07:29:25.413Z 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=cc59c7a7cf0ad8e7 -C extra-filename=-cc59c7a7cf0ad8e7 --out-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-d1fa5181aee2d340.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7f73da66b9eec967.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-0e393bae9d44237f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-35a3f21f86f7a39c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-46b861ec4251cd90.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.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`
37182024-12-17T07:29:25.512Z Compiling subprocess v0.2.9
37192024-12-17T07:29:25.536Z 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`
37202024-12-17T07:29:25.689Z Dirty semver v0.1.20: the rustflags changed
37212024-12-17T07:29:25.689Z Compiling semver v0.1.20
37222024-12-17T07:29:25.713Z 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`
37232024-12-17T07:29:26.245Z Dirty rustc_version v0.1.7: the rustflags changed
37242024-12-17T07:29:26.245Z Compiling rustc_version v0.1.7
37252024-12-17T07:29:26.269Z 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`
37262024-12-17T07:29:26.292Z Compiling half v2.4.1
37272024-12-17T07:29:26.318Z 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`
37282024-12-17T07:29:26.744Z Dirty newtype_derive v0.1.6: the rustflags changed
37292024-12-17T07:29:26.744Z Compiling newtype_derive v0.1.6
37302024-12-17T07:29:26.769Z 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`
37312024-12-17T07:29:26.815Z Compiling ciborium-io v0.2.2
37322024-12-17T07:29:26.841Z 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`
37332024-12-17T07:29:26.865Z 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`
37342024-12-17T07:29:26.964Z Compiling ciborium-ll v0.2.2
37352024-12-17T07:29:26.988Z 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`
37362024-12-17T07:29:27.052Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99/build-script-build`
37372024-12-17T07:29:27.113Z Compiling display-error-chain v0.2.2
37382024-12-17T07:29:27.137Z 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`
37392024-12-17T07:29:27.161Z 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`
37402024-12-17T07:29:27.184Z Compiling slog-dtrace v0.3.0
37412024-12-17T07:29:27.184Z 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`
37422024-12-17T07:29:27.254Z Compiling steno v0.4.1
37432024-12-17T07:29:27.278Z 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=fb11aed2e56a0eb4 -C extra-filename=-fb11aed2e56a0eb4 --out-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-299fe34bb7018b50.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-aa455605fbdbfcdc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442024-12-17T07:29:27.302Z Compiling ciborium v0.2.2
37452024-12-17T07:29:27.302Z 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=d0dc896855456ebf -C extra-filename=-d0dc896855456ebf --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462024-12-17T07:29:27.326Z Compiling gethostname v0.5.0
37472024-12-17T07:29:27.326Z 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=ba45a9f9b8d58be9 -C extra-filename=-ba45a9f9b8d58be9 --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-858ad1460362b7f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482024-12-17T07:29:27.365Z Compiling nibble_vec v0.1.0
37492024-12-17T07:29:27.388Z 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`
37502024-12-17T07:29:27.491Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96/build-script-build`
37512024-12-17T07:29:27.538Z Compiling endian-type v0.1.2
37522024-12-17T07:29:27.563Z 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`
37532024-12-17T07:29:27.586Z Compiling keccak v0.1.5
37542024-12-17T07:29:27.587Z 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`
37552024-12-17T07:29:27.587Z 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=03652b4d906df62c -C extra-filename=-03652b4d906df62c --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-27a5d9916f5bc05d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562024-12-17T07:29:27.768Z Compiling radix_trie v0.2.1
37572024-12-17T07:29:27.792Z 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`
37582024-12-17T07:29:28.135Z Compiling sha3 v0.10.8
37592024-12-17T07:29:28.159Z 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=205c25a5101a27af -C extra-filename=-205c25a5101a27af --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-4c5218e8ae58a0ca.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`
37602024-12-17T07:29:28.331Z Compiling arrayvec v0.7.6
37612024-12-17T07:29:28.357Z 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`
37622024-12-17T07:29:28.381Z Compiling constant_time_eq v0.3.1
37632024-12-17T07:29:28.381Z 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`
37642024-12-17T07:29:28.549Z Compiling arrayref v0.3.9
37652024-12-17T07:29:28.573Z 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`
37662024-12-17T07:29:28.597Z Compiling universal-hash v0.5.1
37672024-12-17T07:29:28.597Z 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=8b9fe42078184d10 -C extra-filename=-8b9fe42078184d10 --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-6bdf7a052bf87098.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`
37682024-12-17T07:29:28.668Z Compiling opaque-debug v0.3.1
37692024-12-17T07:29:28.704Z 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`
37702024-12-17T07:29:28.728Z Compiling secrecy v0.8.0
37712024-12-17T07:29:28.728Z 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=a5bd4633425b7308 -C extra-filename=-a5bd4633425b7308 --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-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722024-12-17T07:29:28.759Z Compiling blake3 v1.5.4
37732024-12-17T07:29:28.783Z 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`
37742024-12-17T07:29:28.783Z Compiling ring v0.16.20
37752024-12-17T07:29:28.818Z 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/ring-0.16.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=058ec4e11be265f4 -C extra-filename=-058ec4e11be265f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-058ec4e11be265f4 -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`
37762024-12-17T07:29:28.923Z Compiling memmap2 v0.9.5
37772024-12-17T07:29:28.947Z 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`
37782024-12-17T07:29:28.972Z Compiling spin v0.5.2
37792024-12-17T07:29:28.996Z 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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffc11d4ba9e5659d -C extra-filename=-ffc11d4ba9e5659d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802024-12-17T07:29:29.021Z Compiling aead v0.5.2
37812024-12-17T07:29:29.021Z 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=8e8d3b7b87e86037 -C extra-filename=-8e8d3b7b87e86037 --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-6bdf7a052bf87098.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6e2ccfae76fe2b41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822024-12-17T07:29:29.203Z Compiling topological-sort v0.2.2
37832024-12-17T07:29:29.227Z 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`
37842024-12-17T07:29:29.335Z Compiling poly1305 v0.8.0
37852024-12-17T07:29:29.335Z 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=a17d9b094bcb9eab -C extra-filename=-a17d9b094bcb9eab --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-8b9fe42078184d10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862024-12-17T07:29:29.363Z Compiling chacha20 v0.9.1
37872024-12-17T07:29:29.387Z 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=dcd43c3c96fcfa2e -C extra-filename=-dcd43c3c96fcfa2e --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-0cc6e19a156ae140.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`
37882024-12-17T07:29:29.411Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f/build-script-build`
37892024-12-17T07:29:29.435Z Compiling toolchain_find v0.4.0
37902024-12-17T07:29:29.459Z 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=da8470b1c990c30d -C extra-filename=-da8470b1c990c30d --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-e2a55839c37d2695.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`
37912024-12-17T07:29:29.796Z Compiling thiserror-impl-no-std v2.0.2
37922024-12-17T07:29:29.821Z 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=017a932172afa373 -C extra-filename=-017a932172afa373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932024-12-17T07:29:29.845Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-058ec4e11be265f4/build-script-build`
37942024-12-17T07:29:30.022Z 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()))'`
37952024-12-17T07:29:30.047Z Compiling rustfmt-wrapper v0.2.1
37962024-12-17T07:29:30.071Z 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=8a7d9ef38f8710d9 -C extra-filename=-8a7d9ef38f8710d9 --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-5f9b84812ad03009.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-da8470b1c990c30d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972024-12-17T07:29:30.524Z Compiling async-recursion v1.1.1
37982024-12-17T07:29:30.548Z 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=b9c7e9d159509511 -C extra-filename=-b9c7e9d159509511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992024-12-17T07:29:30.682Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38002024-12-17T07:29:30.706Z 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`
38012024-12-17T07:29:30.996Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e/build-script-build`
38022024-12-17T07:29:31.029Z Compiling chacha20poly1305 v0.10.1
38032024-12-17T07:29:31.052Z 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=65bd364eebe9ec90 -C extra-filename=-65bd364eebe9ec90 --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-8e8d3b7b87e86037.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-dcd43c3c96fcfa2e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cc6e19a156ae140.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a17d9b094bcb9eab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042024-12-17T07:29:31.076Z 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=d3105201797ce94c -C extra-filename=-d3105201797ce94c --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-690a9c88e2024cdf.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/`
38052024-12-17T07:29:31.252Z Compiling fxhash v0.2.1
38062024-12-17T07:29:31.276Z 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`
38072024-12-17T07:29:31.448Z Compiling bumpalo v3.16.0
38082024-12-17T07:29:31.472Z 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`
38092024-12-17T07:29:31.495Z Compiling lockfree-object-pool v0.1.6
38102024-12-17T07:29:31.495Z 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`
38112024-12-17T07:29:31.741Z Compiling simd-adler32 v0.3.7
38122024-12-17T07:29:31.765Z 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`
38132024-12-17T07:29:31.894Z Compiling zip v2.1.3
38142024-12-17T07:29:31.918Z 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`
38152024-12-17T07:29:31.990Z Running `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=cfa5ee9e4350061e -C extra-filename=-cfa5ee9e4350061e --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 spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ffc11d4ba9e5659d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-85f9154abafa93cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-80ddec618d3bcea8/out -l static=ring-core -l static=ring-test`
38162024-12-17T07:29:32.101Z Compiling zopfli v0.8.1
38172024-12-17T07:29:32.125Z 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`
38182024-12-17T07:29:32.244Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94/build-script-build`
38192024-12-17T07:29:32.268Z Compiling termcolor v1.4.1
38202024-12-17T07:29:32.268Z 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`
38212024-12-17T07:29:32.292Z Compiling maplit v1.0.2
38222024-12-17T07:29:32.292Z 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`
38232024-12-17T07:29:32.414Z Compiling radium v0.7.0
38242024-12-17T07:29:32.438Z 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`
38252024-12-17T07:29:32.630Z Compiling thiserror-no-std v2.0.2
38262024-12-17T07:29:32.655Z 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=be7667d22e6a0a2f -C extra-filename=-be7667d22e6a0a2f --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-017a932172afa373.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272024-12-17T07:29:32.762Z Compiling vsss-rs v3.3.4
38282024-12-17T07:29:32.785Z 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=d2a076a9778c281e -C extra-filename=-d2a076a9778c281e --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-f37be023c15ca090.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-57ee4fa7172879a4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-be7667d22e6a0a2f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292024-12-17T07:29:32.868Z 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=7393334af483561c -C extra-filename=-7393334af483561c --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-3bc85542c0beccc9.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-628c83ce3f8440f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.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`
38302024-12-17T07:29:32.925Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-606d21db33d288bb/build-script-main`
38312024-12-17T07:29:33.018Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c/build-script-build`
38322024-12-17T07:29:33.054Z Compiling maybe-uninit v2.0.0
38332024-12-17T07:29:33.054Z 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`
38342024-12-17T07:29:33.546Z Compiling tap v1.0.1
38352024-12-17T07:29:33.570Z 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`
38362024-12-17T07:29:33.613Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5/build-script-build`
38372024-12-17T07:29:33.649Z 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`
38382024-12-17T07:29:33.673Z Compiling const_format_proc_macros v0.2.33
38392024-12-17T07:29:33.673Z 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=15ee3917cc28ed3b -C extra-filename=-15ee3917cc28ed3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.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`
38402024-12-17T07:29:33.734Z Compiling wyz v0.5.1
38412024-12-17T07:29:33.758Z 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`
38422024-12-17T07:29:34.002Z Compiling packed_struct v0.10.1
38432024-12-17T07:29:34.025Z 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`
38442024-12-17T07:29:34.125Z Compiling crc-catalog v2.4.0
38452024-12-17T07:29:34.149Z 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`
38462024-12-17T07:29:34.275Z Compiling funty v2.0.0
38472024-12-17T07:29:34.299Z 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`
38482024-12-17T07:29:34.459Z Compiling crc v3.2.1
38492024-12-17T07:29:34.483Z 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`
38502024-12-17T07:29:34.508Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f/build-script-build`
38512024-12-17T07:29:34.532Z 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`
38522024-12-17T07:29:34.532Z Compiling packed_struct_codegen v0.10.1
38532024-12-17T07:29:34.532Z 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=7736e38592339d91 -C extra-filename=-7736e38592339d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542024-12-17T07:29:34.614Z Compiling indexmap v1.9.3
38552024-12-17T07:29:34.641Z 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`
38562024-12-17T07:29:34.917Z Compiling nodrop v0.1.14
38572024-12-17T07:29:34.941Z 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`
38582024-12-17T07:29:35.049Z Compiling array-init v0.0.4
38592024-12-17T07:29:35.073Z 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`
38602024-12-17T07:29:35.097Z Compiling bitvec v1.0.1
38612024-12-17T07:29:35.097Z 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`
38622024-12-17T07:29:35.097Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092/build-script-build`
38632024-12-17T07:29:35.136Z Compiling smallvec v0.6.14
38642024-12-17T07:29:35.160Z 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`
38652024-12-17T07:29:35.491Z Compiling const_format v0.2.33
38662024-12-17T07:29:35.515Z 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=d8a6f486b9accf22 -C extra-filename=-d8a6f486b9accf22 --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-15ee3917cc28ed3b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672024-12-17T07:29:35.539Z Compiling vte_generate_state_changes v0.1.2
38682024-12-17T07:29:35.563Z 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=93b45ac11d3953da -C extra-filename=-93b45ac11d3953da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692024-12-17T07:29:35.785Z Compiling hashbrown v0.12.3
38702024-12-17T07:29:35.808Z 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`
38712024-12-17T07:29:36.006Z Compiling bitfield v0.14.0
38722024-12-17T07:29:36.030Z 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`
38732024-12-17T07:29:36.106Z Compiling serde-hex v0.1.0
38742024-12-17T07:29:36.147Z 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=14bd4b86a850ced1 -C extra-filename=-14bd4b86a850ced1 --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-5f9b84812ad03009.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`
38752024-12-17T07:29:36.171Z Compiling vte v0.11.1
38762024-12-17T07:29:36.171Z 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=2973e55825aefab3 -C extra-filename=-2973e55825aefab3 --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-93b45ac11d3953da.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772024-12-17T07:29:36.272Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
38782024-12-17T07:29:36.298Z 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=ad7fbe5cf15bff0b -C extra-filename=-ad7fbe5cf15bff0b --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-5ad089f50193616c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792024-12-17T07:29:36.654Z Compiling env_logger v0.10.2
38802024-12-17T07:29:36.678Z 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`
38812024-12-17T07:29:36.702Z Compiling ron v0.8.1
38822024-12-17T07:29:36.702Z 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=d56ae5613e871fce -C extra-filename=-d56ae5613e871fce --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-0d398de96c2797c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832024-12-17T07:29:36.820Z 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`
38842024-12-17T07:29:37.064Z Compiling hashbrown v0.13.2
38852024-12-17T07:29:37.088Z 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=5366b65fcc2a1aa9 -C extra-filename=-5366b65fcc2a1aa9 --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-0ee0233e5617927e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862024-12-17T07:29:37.398Z Compiling fd-lock v4.0.2
38872024-12-17T07:29:37.422Z 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=2edcd74ff8742ac6 -C extra-filename=-2edcd74ff8742ac6 --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-858ad1460362b7f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882024-12-17T07:29:37.589Z Compiling kstat-rs v0.2.4
38892024-12-17T07:29:37.613Z 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=76d1ec4cbf1916b6 -C extra-filename=-76d1ec4cbf1916b6 --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-690a9c88e2024cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902024-12-17T07:29:37.640Z Compiling crc-any v2.5.0
38912024-12-17T07:29:37.640Z 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`
38922024-12-17T07:29:37.709Z Compiling strip-ansi-escapes v0.2.0
38932024-12-17T07:29:37.732Z 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=ad3dec7de275e293 -C extra-filename=-ad3dec7de275e293 --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-2973e55825aefab3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942024-12-17T07:29:37.972Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18/build-script-build`
38952024-12-17T07:29:37.996Z 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=1ce7215a7045e7e5 -C extra-filename=-1ce7215a7045e7e5 --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-f51f02d3ff43daa6/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
38962024-12-17T07:29:38.067Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-ecf2e39c447d1e80/build-script-build`
38972024-12-17T07:29:38.093Z Compiling object v0.30.4
38982024-12-17T07:29:38.117Z 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=70f7b8ac7e19ea53 -C extra-filename=-70f7b8ac7e19ea53 --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-5366b65fcc2a1aa9.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`
38992024-12-17T07:29:38.141Z 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=199b001f17058886 -C extra-filename=-199b001f17058886 --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-7736e38592339d91.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002024-12-17T07:29:38.166Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39012024-12-17T07:29:38.189Z 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=04fc3e0a7f499a1c -C extra-filename=-04fc3e0a7f499a1c --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-d56ae5613e871fce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ad7fbe5cf15bff0b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5ad089f50193616c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022024-12-17T07:29:38.189Z Compiling itertools v0.12.1
39032024-12-17T07:29:38.189Z 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`
39042024-12-17T07:29:38.236Z Compiling nu-ansi-term v0.50.1
39052024-12-17T07:29:38.260Z 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`
39062024-12-17T07:29:38.799Z Compiling path-slash v0.1.5
39072024-12-17T07:29:38.823Z 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`
39082024-12-17T07:29:38.854Z Compiling libefi-sys v0.1.0
39092024-12-17T07:29:38.878Z 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`
39102024-12-17T07:29:38.916Z Compiling phf_generator v0.11.2
39112024-12-17T07:29:38.939Z 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=4aa8163ba64f7707 -C extra-filename=-4aa8163ba64f7707 --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-2ad4e0bfe37ddb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122024-12-17T07:29:39.020Z Compiling bitfield-struct v0.6.2
39132024-12-17T07:29:39.043Z 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=bbc9beee4d5a29fb -C extra-filename=-bbc9beee4d5a29fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142024-12-17T07:29:39.094Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39152024-12-17T07:29:39.117Z 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`
39162024-12-17T07:29:39.146Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b/build-script-build`
39172024-12-17T07:29:39.184Z Compiling parking_lot_core v0.8.6
39182024-12-17T07:29:39.209Z 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`
39192024-12-17T07:29:39.514Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14/build-script-build`
39202024-12-17T07:29:39.627Z 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`
39212024-12-17T07:29:39.675Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb/build-script-build`
39222024-12-17T07:29:39.699Z Compiling phf_codegen v0.11.2
39232024-12-17T07:29:39.699Z 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=d1d728e108762240 -C extra-filename=-d1d728e108762240 --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-4aa8163ba64f7707.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`
39242024-12-17T07:29:39.901Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39252024-12-17T07:29:39.901Z 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=0ae63652c586835c -C extra-filename=-0ae63652c586835c --out-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-7f73da66b9eec967.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262024-12-17T07:29:40.026Z 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=35da1813153a5425 -C extra-filename=-35da1813153a5425 --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-1ce7215a7045e7e5.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-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/out/build/artifacts/`
39272024-12-17T07:29:40.050Z Compiling parse-zoneinfo v0.3.1
39282024-12-17T07:29:40.050Z 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`
39292024-12-17T07:29:40.245Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39302024-12-17T07:29:40.269Z 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`
39312024-12-17T07:29:40.365Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39322024-12-17T07:29:40.388Z 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=bb576b7da58f0c55 -C extra-filename=-bb576b7da58f0c55 --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-bbc9beee4d5a29fb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332024-12-17T07:29:40.412Z Dirty bytecount v0.6.8: the rustflags changed
39342024-12-17T07:29:40.412Z Compiling bytecount v0.6.8
39352024-12-17T07:29:40.412Z 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`
39362024-12-17T07:29:40.543Z Compiling cfg_aliases v0.1.1
39372024-12-17T07:29:40.567Z 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`
39382024-12-17T07:29:40.617Z Compiling chrono-tz-build v0.4.0
39392024-12-17T07:29:40.641Z 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=67938a996526e73d -C extra-filename=-67938a996526e73d --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-d1d728e108762240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402024-12-17T07:29:40.665Z Compiling reedline v0.35.0
39412024-12-17T07:29:40.665Z 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=727b1fddffe30f2b -C extra-filename=-727b1fddffe30f2b --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-27a5d9916f5bc05d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2edcd74ff8742ac6.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-5f9b84812ad03009.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-ad3dec7de275e293.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cc2eef652e51e426.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.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`
39422024-12-17T07:29:40.829Z Compiling nix v0.28.0
39432024-12-17T07:29:40.853Z 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`
39442024-12-17T07:29:40.995Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39452024-12-17T07:29:41.019Z 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=71c2e4c764274cd8 -C extra-filename=-71c2e4c764274cd8 --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-a772d5bd3e7ecfbb.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-199b001f17058886.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462024-12-17T07:29:41.433Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39472024-12-17T07:29:41.457Z 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=0f83e8ff14372df5 -C extra-filename=-0f83e8ff14372df5 --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-bb576b7da58f0c55.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-b027d8ff7ea97694.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482024-12-17T07:29:41.597Z Dirty papergrid v0.11.0: the rustflags changed
39492024-12-17T07:29:41.597Z Compiling papergrid v0.11.0
39502024-12-17T07:29:41.621Z 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`
39512024-12-17T07:29:41.733Z 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=ae8fcda4b7503416 -C extra-filename=-ae8fcda4b7503416 --out-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-0ae63652c586835c.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`
39522024-12-17T07:29:41.934Z Dirty rustls-webpki v0.102.8: the rustflags changed
39532024-12-17T07:29:41.934Z Compiling rustls-webpki v0.102.8
39542024-12-17T07:29:41.958Z 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=a90beb7656eeafc3 -C extra-filename=-a90beb7656eeafc3 --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-35da1813153a5425.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
39552024-12-17T07:29:42.194Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39562024-12-17T07:29:42.218Z 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=a29321799a9c0d8b -C extra-filename=-a29321799a9c0d8b --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-690a9c88e2024cdf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572024-12-17T07:29:42.261Z 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`
39582024-12-17T07:29:42.537Z Compiling tabled_derive v0.7.0
39592024-12-17T07:29:42.561Z 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=da23136176e76688 -C extra-filename=-da23136176e76688 --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-f242fc85c583e560.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602024-12-17T07:29:42.841Z 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=ee74c8410020b2be -C extra-filename=-ee74c8410020b2be --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-35da1813153a5425.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-a90beb7656eeafc3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
39612024-12-17T07:29:42.876Z 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=39bbe0e883aad6d9 -C extra-filename=-39bbe0e883aad6d9 --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-a90beb7656eeafc3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/out/build/artifacts/`
39622024-12-17T07:29:43.721Z Compiling parking_lot v0.11.2
39632024-12-17T07:29:43.746Z 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`
39642024-12-17T07:29:44.490Z Compiling chrono-tz v0.10.0
39652024-12-17T07:29:44.514Z 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=6bbd3de48cc6fe39 -C extra-filename=-6bbd3de48cc6fe39 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-6bbd3de48cc6fe39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-67938a996526e73d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662024-12-17T07:29:44.752Z Compiling tabled v0.15.0
39672024-12-17T07:29:44.776Z 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=ae73d9e57396e60e -C extra-filename=-ae73d9e57396e60e --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-da23136176e76688.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`
39682024-12-17T07:29:45.056Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84/build-script-build`
39692024-12-17T07:29:45.091Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
39702024-12-17T07:29:45.115Z 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=cf4b86043db89b34 -C extra-filename=-cf4b86043db89b34 --out-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-04c7389264872f94.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712024-12-17T07:29:45.211Z 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=5896957fada8f502 -C extra-filename=-5896957fada8f502 --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-0d398de96c2797c0.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`
39722024-12-17T07:29:45.238Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-6bbd3de48cc6fe39/build-script-build`
39732024-12-17T07:29:46.046Z Compiling sled v0.34.7
39742024-12-17T07:29:46.077Z 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`
39752024-12-17T07:29:46.765Z Dirty tokio-rustls v0.25.0: the rustflags changed
39762024-12-17T07:29:46.765Z Compiling tokio-rustls v0.25.0
39772024-12-17T07:29:46.790Z 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=2e7eaab836633c73 -C extra-filename=-2e7eaab836633c73 --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-39bbe0e883aad6d9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-f51f02d3ff43daa6/out/build/artifacts/`
39782024-12-17T07:29:47.155Z 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=81cf170a1620913b -C extra-filename=-81cf170a1620913b --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-ebdc3445bf5ca275.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-8ebab2ed2ea04448.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ac0cb4f1fee7c877.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.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-39bbe0e883aad6d9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2c7bfbb3712dd399.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.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-fb716649faf5c281.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7c92636b5ef18a2f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2e7eaab836633c73.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/`
39792024-12-17T07:29:47.904Z 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.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 '--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=978a4d40f6a32f41 -C extra-filename=-978a4d40f6a32f41 --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-ebdc3445bf5ca275.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-be27629c2e5bbc07.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-38be6dc4a21eb4ab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f507ca3c838c2022.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ac0cb4f1fee7c877.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.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-39bbe0e883aad6d9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2c7bfbb3712dd399.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.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-fb716649faf5c281.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7c92636b5ef18a2f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1c7508ccdb47d02f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2e7eaab836633c73.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/`
39802024-12-17T07:29:48.390Z Dirty tokio-rustls v0.26.0: the rustflags changed
39812024-12-17T07:29:48.390Z Compiling tokio-rustls v0.26.0
39822024-12-17T07:29:48.414Z 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=f286a5019f7f09d2 -C extra-filename=-f286a5019f7f09d2 --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-ee74c8410020b2be.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
39832024-12-17T07:29:48.778Z Dirty hyper-rustls v0.27.3: the rustflags changed
39842024-12-17T07:29:48.778Z Compiling hyper-rustls v0.27.3
39852024-12-17T07:29:48.803Z 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=5138d9341ed90c96 -C extra-filename=-5138d9341ed90c96 --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-036cca9dc188c6e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee74c8410020b2be.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-105280310913a105.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f286a5019f7f09d2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
39862024-12-17T07:29:49.303Z Dirty reqwest v0.12.9: the rustflags changed
39872024-12-17T07:29:49.303Z Compiling reqwest v0.12.9
39882024-12-17T07:29:49.348Z 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=9ec3430c0d221d04 -C extra-filename=-9ec3430c0d221d04 --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-ae373a61f7611bdf.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-b7a8687acfd1997f.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-036cca9dc188c6e4.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-bfa30cd0a62c14d9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ce04b54401003a2a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5138d9341ed90c96.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-2a70a32fbf2fb0f0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.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-1bcf9349a76a24a6.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-ee74c8410020b2be.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-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-a463a25eb929f3db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-0b274c86d11c1aa2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f286a5019f7f09d2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-7e201aa8f8e39e31.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39892024-12-17T07:29:50.571Z Dirty qorb v0.2.1: the rustflags changed
39902024-12-17T07:29:50.571Z Compiling qorb v0.2.1
39912024-12-17T07:29:50.595Z 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=626695c5ba4b9282 -C extra-filename=-626695c5ba4b9282 --out-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-299fe34bb7018b50.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-5c64dfc958cc2f28.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-81cf170a1620913b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7390230f2cb97ec4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.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-f51f02d3ff43daa6/out/build/artifacts/`
39922024-12-17T07:29:51.155Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39932024-12-17T07:29:51.155Z 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=0a1f1435d6567ff4 -C extra-filename=-0a1f1435d6567ff4 --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-e173da2375ca53ad.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-44fd74ce17390a5c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-71c2e4c764274cd8.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-199b001f17058886.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0833fd7671d2ba3b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-14bd4b86a850ced1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3854c29887cf38fa.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5ad089f50193616c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942024-12-17T07:29:53.698Z Compiling progenitor-client v0.8.0
39952024-12-17T07:29:53.721Z 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=e8b44a3df1e45864 -C extra-filename=-e8b44a3df1e45864 --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-ae373a61f7611bdf.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-9ec3430c0d221d04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39962024-12-17T07:29:54.155Z Compiling progenitor v0.8.0
39972024-12-17T07:29:54.179Z 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=59916ac6a347cf63 -C extra-filename=-59916ac6a347cf63 --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-e8b44a3df1e45864.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c5f9aaa66a730749.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-03973289cf652fa0.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
39982024-12-17T07:29:54.415Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
39992024-12-17T07:29:54.439Z 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=d12dc108ba2a8ab8 -C extra-filename=-d12dc108ba2a8ab8 --out-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-27a5d9916f5bc05d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40002024-12-17T07:29:54.824Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40012024-12-17T07:29:54.849Z 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=cc4092df5aa2bd83 -C extra-filename=-cc4092df5aa2bd83 --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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2dfd361c14e43bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40022024-12-17T07:29:55.506Z Compiling omicron-zone-package v0.11.1
40032024-12-17T07:29:55.530Z 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.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=1a9076ac9d775ce4 -C extra-filename=-1a9076ac9d775ce4 --out-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-299fe34bb7018b50.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-39a768ac77827752.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-de5aabf8230215ed.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-036cca9dc188c6e4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cfa5ee9e4350061e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5629bde6ea431e7.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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/out`
40042024-12-17T07:29:55.699Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
40052024-12-17T07:29:55.722Z 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/220a6f3/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=11228bcdbf9e0a57 -C extra-filename=-11228bcdbf9e0a57 --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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6d27ec8383fdb856.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2dfd361c14e43bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40062024-12-17T07:29:56.168Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40072024-12-17T07:29:56.191Z 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=c278911115c3c4ef -C extra-filename=-c278911115c3c4ef --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-0b27143752e82f0f.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-71c2e4c764274cd8.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-0a1f1435d6567ff4.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-70f7b8ac7e19ea53.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-05d31220557fc09a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0833fd7671d2ba3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ad7fbe5cf15bff0b.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-04fc3e0a7f499a1c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5629bde6ea431e7.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3854c29887cf38fa.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5ad089f50193616c.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`
40082024-12-17T07:29:56.393Z Compiling hickory-client v0.24.1
40092024-12-17T07:29:56.442Z 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=0156634b6798eb6e -C extra-filename=-0156634b6798eb6e --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-036cca9dc188c6e4.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.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-2ad4e0bfe37ddb93.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102024-12-17T07:29:57.588Z Compiling peg-macros v0.8.4
40112024-12-17T07:29:57.612Z 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=e182292733a97897 -C extra-filename=-e182292733a97897 --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122024-12-17T07:29:59.793Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
40132024-12-17T07:29:59.817Z 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=cb1999aa1c46975f -C extra-filename=-cb1999aa1c46975f --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-04c7389264872f94.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-cc59c7a7cf0ad8e7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cc4092df5aa2bd83.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-9187bdce36ab24c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-a88cee5ca4df6156.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-da6d3e342d2723f2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0b571bee1a90778e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2dfd361c14e43bb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5629bde6ea431e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-829fc4595960ee29.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-201e95c23a341af6.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-f51f02d3ff43daa6/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`
40142024-12-17T07:29:59.962Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40152024-12-17T07:30:00.008Z 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=64670e81b871397b -C extra-filename=-64670e81b871397b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-64670e81b871397b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-0ee0233e5617927e.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-35da1813153a5425.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-0d398de96c2797c0.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-ae373a61f7611bdf.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2297e04f177a75f2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cc6e19a156ae140.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8447dd84c7f708b7.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-1e8ffa1d88a12002.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6bdf7a052bf87098.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f37be023c15ca090.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4c5218e8ae58a0ca.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f0a9b5b9dbb8f112.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-81cf170a1620913b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c93dbf92b17a3798.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-447d89bc135f427e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.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-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-036cca9dc188c6e4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6e2ccfae76fe2b41.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-0b27143752e82f0f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-93091f9b7d746000.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5138d9341ed90c96.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8eef794c90ec2924.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 nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b7e7ba153c8ce4a4.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-e364052618a87cf6.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-aa455605fbdbfcdc.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-e6baaf22e3880156.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-48d3f4fecf53e3a5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.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-9ec3430c0d221d04.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0833fd7671d2ba3b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-858ad1460362b7f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee74c8410020b2be.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a90beb7656eeafc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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-f88a2524427e5edd.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f286a5019f7f09d2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5629bde6ea431e7.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-20bacefd969b8545.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-392377e309c3807e.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.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-c570c80eb1f719a3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f3dc5bd40fa101c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3854c29887cf38fa.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-41af3ff33a822ba4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
40162024-12-17T07:30:00.259Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-64670e81b871397b/build-script-build`
40172024-12-17T07:30:00.296Z 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=61f58d8400e669c8 -C extra-filename=-61f58d8400e669c8 --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-0ee0233e5617927e.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-35da1813153a5425.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-0d398de96c2797c0.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-ae373a61f7611bdf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cc6e19a156ae140.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8447dd84c7f708b7.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-1e8ffa1d88a12002.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6bdf7a052bf87098.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f37be023c15ca090.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4c5218e8ae58a0ca.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f0a9b5b9dbb8f112.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-81cf170a1620913b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c93dbf92b17a3798.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-447d89bc135f427e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.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-6e57e185babfca18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-036cca9dc188c6e4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6e2ccfae76fe2b41.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-0b27143752e82f0f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-93091f9b7d746000.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5138d9341ed90c96.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8eef794c90ec2924.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 nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b7e7ba153c8ce4a4.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-e364052618a87cf6.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-aa455605fbdbfcdc.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-e6baaf22e3880156.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-48d3f4fecf53e3a5.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.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-9ec3430c0d221d04.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0833fd7671d2ba3b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-858ad1460362b7f8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee74c8410020b2be.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a90beb7656eeafc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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-f88a2524427e5edd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f286a5019f7f09d2.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5629bde6ea431e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-20bacefd969b8545.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-392377e309c3807e.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.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-c570c80eb1f719a3.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f3dc5bd40fa101c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3854c29887cf38fa.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-41af3ff33a822ba4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
40182024-12-17T07:30:00.404Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40192024-12-17T07:30:00.427Z 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=682908a173130254 -C extra-filename=-682908a173130254 --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-61f58d8400e669c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
40202024-12-17T07:30:00.536Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40212024-12-17T07:30:00.573Z 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=6d77c826d61bdeb3 -C extra-filename=-6d77c826d61bdeb3 --out-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-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
40222024-12-17T07:30:00.697Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40232024-12-17T07:30:00.721Z 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=1cd8ecc16f00e4a3 -C extra-filename=-1cd8ecc16f00e4a3 --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-61f58d8400e669c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
40242024-12-17T07:30:00.870Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40252024-12-17T07:30:00.894Z 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=1663680653d058c6 -C extra-filename=-1663680653d058c6 --out-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-abcde3c39e033ce4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-5c64dfc958cc2f28.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f43d672d6d86e52d.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-61f58d8400e669c8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-09c6902b3bb8a72f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
40262024-12-17T07:30:00.960Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40272024-12-17T07:30:01.004Z 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=eda3b51796dedb01 -C extra-filename=-eda3b51796dedb01 --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-5c4a585b7f622ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
40282024-12-17T07:30:01.034Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40292024-12-17T07:30:01.034Z 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=d4d0bea9cce89989 -C extra-filename=-d4d0bea9cce89989 --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-27a5d9916f5bc05d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
40302024-12-17T07:30:01.133Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40312024-12-17T07:30:01.172Z 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=84ac840b940d0081 -C extra-filename=-84ac840b940d0081 --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-61f58d8400e669c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
40322024-12-17T07:30:01.197Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40332024-12-17T07:30:01.197Z 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=4ffc1ff2ebfb3af8 -C extra-filename=-4ffc1ff2ebfb3af8 --out-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-682908a173130254.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f38870b89dd540f6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-6cce636785c1ad8f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40342024-12-17T07:30:01.422Z 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=99cc12d968995444 -C extra-filename=-99cc12d968995444 --out-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-682908a173130254.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f38870b89dd540f6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-6cce636785c1ad8f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40352024-12-17T07:30:01.543Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40362024-12-17T07:30:01.567Z 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=cda9a6b03706ec45 -C extra-filename=-cda9a6b03706ec45 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-cda9a6b03706ec45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
40372024-12-17T07:30:01.858Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-cda9a6b03706ec45/build-script-build`
40382024-12-17T07:30:01.894Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40392024-12-17T07:30:01.918Z 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=1b7fe1d81d7fcd70 -C extra-filename=-1b7fe1d81d7fcd70 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-1b7fe1d81d7fcd70 -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-1a9076ac9d775ce4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-8a7d9ef38f8710d9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/out`
40402024-12-17T07:30:02.238Z Compiling hickory-server v0.24.1
40412024-12-17T07:30:02.263Z 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=7c6759174f16109d -C extra-filename=-7c6759174f16109d --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-299fe34bb7018b50.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.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-6af72407122c8a6c.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-036cca9dc188c6e4.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422024-12-17T07:30:04.067Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40432024-12-17T07:30:04.091Z 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=e4f4b2d6ed6d77be -C extra-filename=-e4f4b2d6ed6d77be --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-e4f4b2d6ed6d77be -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-fc0e8446826fda4a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442024-12-17T07:30:05.052Z Compiling sqlparser_derive v0.2.2
40452024-12-17T07:30:05.076Z 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=7c47187cd3d73987 -C extra-filename=-7c47187cd3d73987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462024-12-17T07:30:05.252Z Compiling unicode_categories v0.1.1
40472024-12-17T07:30:05.276Z 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`
40482024-12-17T07:30:05.549Z Compiling sqlformat v0.2.6
40492024-12-17T07:30:05.573Z 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`
40502024-12-17T07:30:06.012Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-e4f4b2d6ed6d77be/build-script-build`
40512024-12-17T07:30:06.047Z Compiling peg v0.8.4
40522024-12-17T07:30:06.071Z 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=72eaf5556500014f -C extra-filename=-72eaf5556500014f --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-e182292733a97897.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`
40532024-12-17T07:30:06.071Z Compiling sqlparser v0.45.0
40542024-12-17T07:30:06.071Z 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=0237c05546cb700c -C extra-filename=-0237c05546cb700c --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-7c47187cd3d73987.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552024-12-17T07:30:06.163Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40562024-12-17T07:30:06.187Z 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=5086f03f9a64c4f7 -C extra-filename=-5086f03f9a64c4f7 --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-bf3e6356b92bcf52.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0874bce15360e10d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
40572024-12-17T07:30:06.245Z Compiling rustyline v14.0.0
40582024-12-17T07:30:06.269Z 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=1867deb81cbb11ef -C extra-filename=-1867deb81cbb11ef --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-0d398de96c2797c0.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-2edcd74ff8742ac6.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-5896957fada8f502.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`
40592024-12-17T07:30:07.397Z 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=f2bcf1b77cced66c -C extra-filename=-f2bcf1b77cced66c --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-27a5d9916f5bc05d.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`
40602024-12-17T07:30:08.847Z Compiling bcs v0.1.6
40612024-12-17T07:30:08.871Z 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=8bb92d555512facc -C extra-filename=-8bb92d555512facc --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-5f9b84812ad03009.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622024-12-17T07:30:09.452Z Compiling buf-list v1.0.3
40632024-12-17T07:30:09.476Z 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`
40642024-12-17T07:30:09.847Z Compiling diff v0.1.13
40652024-12-17T07:30:09.871Z 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`
40662024-12-17T07:30:10.096Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009/build-script-build`
40672024-12-17T07:30:10.177Z 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=e826a6622e885967 -C extra-filename=-e826a6622e885967 --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-ae373a61f7611bdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
40682024-12-17T07:30:10.280Z Compiling primeorder v0.13.6
40692024-12-17T07:30:10.304Z 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=69b4147b880311e5 -C extra-filename=-69b4147b880311e5 --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-3678ac25fb55a822.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702024-12-17T07:30:10.448Z Compiling nanorand v0.7.0
40712024-12-17T07:30:10.472Z 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`
40722024-12-17T07:30:10.704Z 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=c59f5ad533c1eb60 -C extra-filename=-c59f5ad533c1eb60 --out-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-299fe34bb7018b50.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-066c09605473f46e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.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-7344693e8d0c4cb9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.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-d22f6e98eb28116d.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6c028b5311258b94.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d23a9a4141e5fb7c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1871b9f9df99f291.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6d77c826d61bdeb3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-6cce636785c1ad8f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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)'`
40732024-12-17T07:30:10.746Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40742024-12-17T07:30:10.781Z 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=6be5d1f3ee298a37 -C extra-filename=-6be5d1f3ee298a37 --out-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-04c7389264872f94.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40752024-12-17T07:30:10.964Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
40762024-12-17T07:30:10.988Z 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=da002bf2e3b7cec3 -C extra-filename=-da002bf2e3b7cec3 --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-ae373a61f7611bdf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40772024-12-17T07:30:13.589Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40782024-12-17T07:30:13.613Z 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=fc345351288a4049 -C extra-filename=-fc345351288a4049 --out-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-1ea19f19e0afced5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --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-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40792024-12-17T07:30:13.942Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40802024-12-17T07:30:13.967Z 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=caca67fc52cfc982 -C extra-filename=-caca67fc52cfc982 --out-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-27a5d9916f5bc05d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40812024-12-17T07:30:15.936Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40822024-12-17T07:30:15.961Z 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=a489b2f7f1d1794c -C extra-filename=-a489b2f7f1d1794c --out-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-27a5d9916f5bc05d.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-61f58d8400e669c8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
40832024-12-17T07:30:16.775Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40842024-12-17T07:30:16.799Z 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=6fdf9b73c46e0804 -C extra-filename=-6fdf9b73c46e0804 --out-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-1ea19f19e0afced5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-169928e563e20f79.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-cb1999aa1c46975f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-9ec3430c0d221d04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.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-98f780f86dc1a52a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
40852024-12-17T07:30:17.640Z 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=50bc72f9b9667a91 -C extra-filename=-50bc72f9b9667a91 --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-ae373a61f7611bdf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-99cc12d968995444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40862024-12-17T07:30:18.135Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40872024-12-17T07:30:18.159Z 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=ec72033c1fe574e7 -C extra-filename=-ec72033c1fe574e7 --out-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-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-61f58d8400e669c8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
40882024-12-17T07:30:19.188Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40892024-12-17T07:30:19.213Z 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=44959fdca5f841f2 -C extra-filename=-44959fdca5f841f2 --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-de5aabf8230215ed.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40902024-12-17T07:30:19.243Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-1b7fe1d81d7fcd70/build-script-build`
40912024-12-17T07:30:19.479Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40922024-12-17T07:30:19.504Z 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=37d5f1ee6d02b7cd -C extra-filename=-37d5f1ee6d02b7cd --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-27a5d9916f5bc05d.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40932024-12-17T07:30:19.814Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40942024-12-17T07:30:19.839Z 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=d172a20305c86d7e -C extra-filename=-d172a20305c86d7e --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-27a5d9916f5bc05d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40952024-12-17T07:30:19.959Z 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=d0890f24bb47a295 -C extra-filename=-d0890f24bb47a295 --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-27a5d9916f5bc05d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
40962024-12-17T07:30:20.333Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40972024-12-17T07:30:20.357Z 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=882502a8c9a71ccc -C extra-filename=-882502a8c9a71ccc --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-d0dc896855456ebf.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d3105201797ce94c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
40982024-12-17T07:30:20.612Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40992024-12-17T07:30:20.637Z 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=82ffdc5edaa566c9 -C extra-filename=-82ffdc5edaa566c9 --out-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-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41002024-12-17T07:30:21.122Z 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=fc65883ec9e692b3 -C extra-filename=-fc65883ec9e692b3 --out-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-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-61f58d8400e669c8.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-50bc72f9b9667a91.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
41012024-12-17T07:30:21.217Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
41022024-12-17T07:30:21.241Z 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=3fcaba8eeb59f625 -C extra-filename=-3fcaba8eeb59f625 --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-299fe34bb7018b50.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a807f22acd8e8602.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-a5bd4633425b7308.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41032024-12-17T07:30:21.391Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41042024-12-17T07:30:21.442Z 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=b8067478e6266177 -C extra-filename=-b8067478e6266177 --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-c59f5ad533c1eb60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41052024-12-17T07:30:21.590Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41062024-12-17T07:30:21.618Z 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=13d7cffa0ff461f2 -C extra-filename=-13d7cffa0ff461f2 --out-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-04c7389264872f94.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41072024-12-17T07:30:22.031Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41082024-12-17T07:30:22.055Z 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=baa34b09cfdca36b -C extra-filename=-baa34b09cfdca36b --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-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1d5e087182987c9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41092024-12-17T07:30:22.356Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
41102024-12-17T07:30:22.379Z 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=e4566d6f07a54155 -C extra-filename=-e4566d6f07a54155 --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-c59f5ad533c1eb60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41112024-12-17T07:30:22.746Z 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=a8be82eeaab35832 -C extra-filename=-a8be82eeaab35832 --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-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-65bd364eebe9ec90.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a807f22acd8e8602.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-a5bd4633425b7308.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d2a076a9778c281e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
41122024-12-17T07:30:23.210Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
41132024-12-17T07:30:23.234Z 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=add32f1c07208774 -C extra-filename=-add32f1c07208774 --out-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-04c7389264872f94.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0ae63652c586835c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a29321799a9c0d8b.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-0f83e8ff14372df5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.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-6cce636785c1ad8f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
41142024-12-17T07:30:23.873Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41152024-12-17T07:30:23.917Z 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=2f72916883284278 -C extra-filename=-2f72916883284278 --out-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-682908a173130254.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5c64dfc958cc2f28.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f2802ebc70158e92.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-e4566d6f07a54155.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-6cce636785c1ad8f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41162024-12-17T07:30:24.401Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41172024-12-17T07:30:24.425Z 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=965775808d0ab82d -C extra-filename=-965775808d0ab82d --out-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-299fe34bb7018b50.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41182024-12-17T07:30:24.580Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
41192024-12-17T07:30:24.603Z 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=1f9d8ae362d86e6d -C extra-filename=-1f9d8ae362d86e6d --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-61f58d8400e669c8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fc65883ec9e692b3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-50bc72f9b9667a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
41202024-12-17T07:30:25.402Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41212024-12-17T07:30:25.430Z 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=eeb3d2d8661e40a6 -C extra-filename=-eeb3d2d8661e40a6 --out-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-299fe34bb7018b50.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
41222024-12-17T07:30:26.553Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
41232024-12-17T07:30:26.577Z 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=2f099e3dab9ad63f -C extra-filename=-2f099e3dab9ad63f --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-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41242024-12-17T07:30:30.837Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
41252024-12-17T07:30:30.860Z 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=815ea20b8d7b6c11 -C extra-filename=-815ea20b8d7b6c11 --out-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-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ec72033c1fe574e7.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1f9d8ae362d86e6d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
41262024-12-17T07:30:31.107Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41272024-12-17T07:30:31.130Z 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=68977e35396bbe5f -C extra-filename=-68977e35396bbe5f --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-5086f03f9a64c4f7.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
41282024-12-17T07:30:31.272Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
41292024-12-17T07:30:31.295Z 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=7e6b71591b3b9cbb -C extra-filename=-7e6b71591b3b9cbb --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-27a5d9916f5bc05d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-76d1ec4cbf1916b6.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-61f58d8400e669c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41302024-12-17T07:30:33.580Z 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=b6b73e8d3236f54a -C extra-filename=-b6b73e8d3236f54a --out-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-b9c7e9d159509511.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8bb92d555512facc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f2bcf1b77cced66c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d8a6f486b9accf22.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.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-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.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-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72eaf5556500014f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1867deb81cbb11ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.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-0237c05546cb700c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ae73d9e57396e60e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41312024-12-17T07:30:34.121Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41322024-12-17T07:30:34.144Z 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=8e33c84c0c6813e1 -C extra-filename=-8e33c84c0c6813e1 --out-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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.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-33ace99d79ffcb8c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
41332024-12-17T07:30:34.823Z Compiling unicase v2.7.0
41342024-12-17T07:30:34.847Z 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`
41352024-12-17T07:30:35.139Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4/build-script-build`
41362024-12-17T07:30:35.319Z Compiling flume v0.11.1
41372024-12-17T07:30:35.343Z 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`
41382024-12-17T07:30:35.959Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41392024-12-17T07:30:35.983Z 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=e568f608c038bf88 -C extra-filename=-e568f608c038bf88 --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-61f58d8400e669c8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
41402024-12-17T07:30:36.175Z Compiling dsl_auto_type v0.1.2
41412024-12-17T07:30:36.199Z 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=8107dd741e515974 -C extra-filename=-8107dd741e515974 --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-14d7a9926b8d0773.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-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422024-12-17T07:30:36.199Z Compiling diesel_table_macro_syntax v0.2.0
41432024-12-17T07:30:36.222Z 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=9fce99d495aae02a -C extra-filename=-9fce99d495aae02a --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-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442024-12-17T07:30:36.635Z Compiling scheduled-thread-pool v0.2.7
41452024-12-17T07:30:36.659Z 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`
41462024-12-17T07:30:36.683Z Compiling atty v0.2.14
41472024-12-17T07:30:36.683Z 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`
41482024-12-17T07:30:36.834Z Compiling salty v0.3.0
41492024-12-17T07:30:36.857Z 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`
41502024-12-17T07:30:37.191Z Compiling crunchy v0.2.2
41512024-12-17T07:30:37.215Z 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`
41522024-12-17T07:30:37.268Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05/build-script-build`
41532024-12-17T07:30:37.299Z Compiling r2d2 v0.8.10
41542024-12-17T07:30:37.323Z 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`
41552024-12-17T07:30:37.618Z Compiling diesel_derives v2.2.3
41562024-12-17T07:30:37.618Z 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=476bd954417a26e2 -C extra-filename=-476bd954417a26e2 --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-9fce99d495aae02a.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-8107dd741e515974.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572024-12-17T07:30:37.663Z 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`
41582024-12-17T07:30:37.687Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9/build-script-build`
41592024-12-17T07:30:37.727Z Compiling p384 v0.13.0
41602024-12-17T07:30:37.727Z 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=713364a3de83dbbb -C extra-filename=-713364a3de83dbbb --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-c93dbf92b17a3798.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-69b4147b880311e5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612024-12-17T07:30:37.803Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
41622024-12-17T07:30:37.827Z 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/5a41b82/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=262cc69975cd0ea6 -C extra-filename=-262cc69975cd0ea6 --out-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-27a5d9916f5bc05d.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-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
41632024-12-17T07:30:38.032Z Compiling tiny-keccak v2.0.2
41642024-12-17T07:30:38.063Z 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`
41652024-12-17T07:30:38.330Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb/build-script-build`
41662024-12-17T07:30:38.360Z Compiling mime_guess v2.0.5
41672024-12-17T07:30:38.383Z 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`
41682024-12-17T07:30:38.920Z 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`
41692024-12-17T07:30:38.981Z 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=9df3fba3f75e7a29 -C extra-filename=-9df3fba3f75e7a29 --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-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41702024-12-17T07:30:39.037Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41712024-12-17T07:30:39.060Z 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=bb2eb9f788b3227b -C extra-filename=-bb2eb9f788b3227b --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-978a4d40f6a32f41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.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-f51f02d3ff43daa6/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`
41722024-12-17T07:30:39.223Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41732024-12-17T07:30:39.246Z 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=8694772633ad9685 -C extra-filename=-8694772633ad9685 --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-04c7389264872f94.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
41742024-12-17T07:30:39.480Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41752024-12-17T07:30:39.503Z 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=f09b39e1fc86437f -C extra-filename=-f09b39e1fc86437f --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-2961ce23e8a7db04.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41762024-12-17T07:30:39.756Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41772024-12-17T07:30:39.779Z 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=43c3c03c70e3699c -C extra-filename=-43c3c03c70e3699c --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-978a4d40f6a32f41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41782024-12-17T07:30:39.833Z Compiling env_filter v0.1.2
41792024-12-17T07:30:39.857Z 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`
41802024-12-17T07:30:40.490Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41812024-12-17T07:30:40.513Z 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=53ccaa2d94742b3a -C extra-filename=-53ccaa2d94742b3a --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-27a5d9916f5bc05d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
41822024-12-17T07:30:40.832Z Compiling ref-cast v1.0.23
41832024-12-17T07:30:40.855Z 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`
41842024-12-17T07:30:41.334Z Compiling http-range v0.1.5
41852024-12-17T07:30:41.358Z 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`
41862024-12-17T07:30:41.358Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e/build-script-build`
41872024-12-17T07:30:41.445Z Compiling env_logger v0.11.5
41882024-12-17T07:30:41.468Z 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`
41892024-12-17T07:30:41.716Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8/build-script-build`
41902024-12-17T07:30:41.759Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41912024-12-17T07:30:41.783Z 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=d10088ecdd5aea96 -C extra-filename=-d10088ecdd5aea96 --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-61c3c2c45ee81a5e.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9df3fba3f75e7a29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922024-12-17T07:30:42.106Z 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`
41932024-12-17T07:30:42.584Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41942024-12-17T07:30:42.608Z 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=baee6186f871574c -C extra-filename=-baee6186f871574c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-baee6186f871574c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
41952024-12-17T07:30:42.649Z Compiling ascii-canvas v3.0.0
41962024-12-17T07:30:42.677Z 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`
41972024-12-17T07:30:42.888Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
41982024-12-17T07:30:42.912Z 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/220a6f3/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=995f68c7067924d5 -C extra-filename=-995f68c7067924d5 --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-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992024-12-17T07:30:43.167Z Compiling ref-cast-impl v1.0.23
42002024-12-17T07:30:43.191Z 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=ea83e256b9285e76 -C extra-filename=-ea83e256b9285e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012024-12-17T07:30:43.341Z Compiling ena v0.14.3
42022024-12-17T07:30:43.364Z 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`
42032024-12-17T07:30:43.388Z Compiling regex-syntax v0.6.29
42042024-12-17T07:30:43.388Z 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`
42052024-12-17T07:30:43.438Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
42062024-12-17T07:30:43.461Z 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`
42072024-12-17T07:30:43.724Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-baee6186f871574c/build-script-build`
42082024-12-17T07:30:43.751Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf/build-script-build`
42092024-12-17T07:30:43.781Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
42102024-12-17T07:30:43.805Z 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=fc42ec48da7765ce -C extra-filename=-fc42ec48da7765ce --out-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-d10088ecdd5aea96.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-447d89bc135f427e.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-713364a3de83dbbb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3854c29887cf38fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112024-12-17T07:30:43.828Z 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`
42122024-12-17T07:30:44.292Z 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=c85293fb7327fe7c -C extra-filename=-c85293fb7327fe7c --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-ea83e256b9285e76.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)'`
42132024-12-17T07:30:44.440Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42142024-12-17T07:30:44.463Z 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=6cc4b34d6af862a4 -C extra-filename=-6cc4b34d6af862a4 --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-e568f608c038bf88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
42152024-12-17T07:30:44.582Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42162024-12-17T07:30:44.605Z 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=b4cad2b56a369918 -C extra-filename=-b4cad2b56a369918 --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-e67ff7c7171db07f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42172024-12-17T07:30:44.769Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
42182024-12-17T07:30:44.800Z 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/5a41b82/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=85534135e8a7b27c -C extra-filename=-85534135e8a7b27c --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-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192024-12-17T07:30:45.683Z Compiling pin-project-internal v1.1.6
42202024-12-17T07:30:45.707Z 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=8da050948a532262 -C extra-filename=-8da050948a532262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212024-12-17T07:30:46.006Z Compiling lalrpop v0.19.12
42222024-12-17T07:30:46.030Z 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=1fb2c782d6467d7b -C extra-filename=-1fb2c782d6467d7b --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-aa455605fbdbfcdc.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-f88a2524427e5edd.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`
42232024-12-17T07:30:47.358Z Compiling diesel v2.2.6
42242024-12-17T07:30:47.381Z 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=b482353c412cd293 -C extra-filename=-b482353c412cd293 --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-0d398de96c2797c0.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-476bd954417a26e2.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.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-4899b68b3e1d7fa1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42252024-12-17T07:30:47.405Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
42262024-12-17T07:30:47.428Z 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/220a6f3/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=75f1d0d78f57966b -C extra-filename=-75f1d0d78f57966b --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-85534135e8a7b27c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-995f68c7067924d5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272024-12-17T07:30:48.249Z Compiling hyper-staticfile v0.10.1
42282024-12-17T07:30:48.315Z 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=3a582e09266dd2e9 -C extra-filename=-3a582e09266dd2e9 --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-036cca9dc188c6e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.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-4a5c96f674856ce0.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-2ad4e0bfe37ddb93.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292024-12-17T07:30:48.339Z Compiling pin-project v1.1.6
42302024-12-17T07:30:48.339Z 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=a59adadb200f6714 -C extra-filename=-a59adadb200f6714 --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-8da050948a532262.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312024-12-17T07:30:48.489Z 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=7bdb56c81b642e30 -C extra-filename=-7bdb56c81b642e30 --out-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-d10088ecdd5aea96.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fc42ec48da7765ce.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-447d89bc135f427e.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d3105201797ce94c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-b898a37d897096ef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee74c8410020b2be.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-a5bd4633425b7308.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.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-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f286a5019f7f09d2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3854c29887cf38fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out`
42322024-12-17T07:30:49.245Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42332024-12-17T07:30:49.269Z 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=910ee3668464f6e1 -C extra-filename=-910ee3668464f6e1 --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-27a5d9916f5bc05d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42342024-12-17T07:30:50.443Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
42352024-12-17T07:30:50.467Z 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/220a6f3/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=d7bd133be5b89c1f -C extra-filename=-d7bd133be5b89c1f --out-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-a772d5bd3e7ecfbb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-81cf170a1620913b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-995f68c7067924d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-fb716649faf5c281.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e2dfd361c14e43bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
42362024-12-17T07:30:51.285Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42372024-12-17T07:30:51.309Z 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=9bbd91f48bab5f2d -C extra-filename=-9bbd91f48bab5f2d --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-ae373a61f7611bdf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
42382024-12-17T07:30:51.855Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42392024-12-17T07:30:51.879Z 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=aceb7b44bf16ec81 -C extra-filename=-aceb7b44bf16ec81 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-aceb7b44bf16ec81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
42402024-12-17T07:30:52.168Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42412024-12-17T07:30:52.191Z 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=c67371c4936e87ae -C extra-filename=-c67371c4936e87ae --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-de5aabf8230215ed.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
42422024-12-17T07:30:52.448Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42432024-12-17T07:30:52.472Z 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=86d2b6edb5cbd5ce -C extra-filename=-86d2b6edb5cbd5ce --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-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/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`
42442024-12-17T07:30:52.586Z Compiling derive_builder_core v0.20.2
42452024-12-17T07:30:52.610Z 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=53d8a44a341e6ae0 -C extra-filename=-53d8a44a341e6ae0 --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-14d7a9926b8d0773.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462024-12-17T07:30:52.662Z Compiling libxml v0.3.3
42472024-12-17T07:30:52.685Z 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`
42482024-12-17T07:30:53.039Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4/build-script-build`
42492024-12-17T07:30:53.081Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-aceb7b44bf16ec81/build-script-build`
42502024-12-17T07:30:53.111Z Compiling samael v0.0.17
42512024-12-17T07:30:53.136Z 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=1f385685a9231f4c -C extra-filename=-1f385685a9231f4c --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-1f385685a9231f4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-e5c1541388a079c7.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`
42522024-12-17T07:30:53.180Z Compiling signal-hook-tokio v0.3.1
42532024-12-17T07:30:53.203Z 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=997e3be6d09f5b80 -C extra-filename=-997e3be6d09f5b80 --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-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542024-12-17T07:30:53.374Z Compiling snafu-derive v0.8.5
42552024-12-17T07:30:53.398Z 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=a1578dd8263a65ad -C extra-filename=-a1578dd8263a65ad --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562024-12-17T07:30:54.612Z Compiling derive_builder_macro v0.20.2
42572024-12-17T07:30:54.636Z 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=3f96f7dded1f99ec -C extra-filename=-3f96f7dded1f99ec --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-53d8a44a341e6ae0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582024-12-17T07:30:54.659Z Compiling strum_macros v0.24.3
42592024-12-17T07:30:54.659Z 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=aba0b08ccbab7ac4 -C extra-filename=-aba0b08ccbab7ac4 --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-544be2dde67464e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42602024-12-17T07:30:55.197Z Dirty cargo-platform v0.1.8: the rustflags changed
42612024-12-17T07:30:55.197Z Compiling cargo-platform v0.1.8
42622024-12-17T07:30:55.220Z 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=26772621bc1d8aed -C extra-filename=-26772621bc1d8aed --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632024-12-17T07:30:55.518Z Compiling memoffset v0.9.1
42642024-12-17T07:30:55.541Z 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`
42652024-12-17T07:30:55.720Z Compiling indoc v1.0.9
42662024-12-17T07:30:55.743Z 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`
42672024-12-17T07:30:55.856Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b/build-script-build`
42682024-12-17T07:30:56.011Z Compiling derive_builder v0.20.2
42692024-12-17T07:30:56.035Z 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=14f386e931bf7e0a -C extra-filename=-14f386e931bf7e0a --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-3f96f7dded1f99ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702024-12-17T07:30:56.185Z Dirty cargo_metadata v0.18.1: the rustflags changed
42712024-12-17T07:30:56.185Z Compiling cargo_metadata v0.18.1
42722024-12-17T07:30:56.208Z 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=971433cf552ebf8c -C extra-filename=-971433cf552ebf8c --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-04c7389264872f94.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-26772621bc1d8aed.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732024-12-17T07:30:56.625Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-1f385685a9231f4c/build-script-bindings`
42742024-12-17T07:30:57.247Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42752024-12-17T07:30:57.313Z 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=4425dfd73f9a5f6a -C extra-filename=-4425dfd73f9a5f6a --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-43c3c03c70e3699c.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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/`
42762024-12-17T07:30:57.754Z 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`
42772024-12-17T07:30:58.201Z Compiling snafu v0.8.5
42782024-12-17T07:30:58.225Z 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=4a3f1b04c36d3588 -C extra-filename=-4a3f1b04c36d3588 --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-a59adadb200f6714.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-a1578dd8263a65ad.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792024-12-17T07:30:58.387Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
42802024-12-17T07:30:58.410Z 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=7fab3a03a04d519a -C extra-filename=-7fab3a03a04d519a --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-978a4d40f6a32f41.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
42812024-12-17T07:30:58.948Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42822024-12-17T07:30:58.972Z 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=3b38b0a65f7f5aac -C extra-filename=-3b38b0a65f7f5aac --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-3b38b0a65f7f5aac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
42832024-12-17T07:30:59.208Z Compiling globset v0.4.15
42842024-12-17T07:30:59.232Z 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`
42852024-12-17T07:30:59.255Z Compiling olpc-cjson v0.1.4
42862024-12-17T07:30:59.255Z 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=50e807f202f0d1ae -C extra-filename=-50e807f202f0d1ae --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-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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`
42872024-12-17T07:30:59.506Z Compiling serde_plain v1.0.2
42882024-12-17T07:30:59.530Z 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=0852a65dbe3cf753 -C extra-filename=-0852a65dbe3cf753 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892024-12-17T07:30:59.887Z Compiling quick-xml v0.33.0
42902024-12-17T07:30:59.911Z 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=e9e4a2698ed90463 -C extra-filename=-e9e4a2698ed90463 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912024-12-17T07:31:00.062Z Compiling impl-trait-for-tuples v0.2.2
42922024-12-17T07:31:00.087Z 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=a854b4133c62fccb -C extra-filename=-a854b4133c62fccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932024-12-17T07:31:00.761Z Compiling oso-derive v0.27.3
42942024-12-17T07:31:00.785Z 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=338247956b5f90d7 -C extra-filename=-338247956b5f90d7 --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-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952024-12-17T07:31:01.032Z Compiling typed-path v0.9.3
42962024-12-17T07:31:01.056Z 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`
42972024-12-17T07:31:01.741Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-3b38b0a65f7f5aac/build-script-build`
42982024-12-17T07:31:01.775Z 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`
42992024-12-17T07:31:01.899Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43002024-12-17T07:31:01.923Z 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=13e359c563599870 -C extra-filename=-13e359c563599870 --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-e568f608c038bf88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
43012024-12-17T07:31:02.849Z 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=1e324516400a194d -C extra-filename=-1e324516400a194d --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-27a5d9916f5bc05d.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-14f386e931bf7e0a.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-60b48afec849af23.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-e9e4a2698ed90463.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
43022024-12-17T07:31:03.384Z Compiling tough v0.19.0
43032024-12-17T07:31:03.407Z 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=2dd5ff9f9e587f6e -C extra-filename=-2dd5ff9f9e587f6e --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-b9c7e9d159509511.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-35da1813153a5425.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-0b27143752e82f0f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-50e807f202f0d1ae.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-9ec3430c0d221d04.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee74c8410020b2be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-0852a65dbe3cf753.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-4a3f1b04c36d3588.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.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-b17eaf715326c345.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
43042024-12-17T07:31:03.943Z Compiling tungstenite v0.23.0
43052024-12-17T07:31:03.967Z 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=0fb689be9fb36013 -C extra-filename=-0fb689be9fb36013 --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-ae373a61f7611bdf.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.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-2ad4e0bfe37ddb93.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.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`
43062024-12-17T07:31:05.859Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43072024-12-17T07:31:05.883Z 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`
43082024-12-17T07:31:05.995Z Compiling diesel-dtrace v0.4.2
43092024-12-17T07:31:06.019Z 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`
43102024-12-17T07:31:06.182Z Compiling parse-size v1.1.0
43112024-12-17T07:31:06.206Z 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`
43122024-12-17T07:31:06.307Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c/build-script-build`
43132024-12-17T07:31:06.424Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1/build-script-build`
43142024-12-17T07:31:06.450Z Compiling tokio-tungstenite v0.23.1
43152024-12-17T07:31:06.474Z 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=50cdc3167bd010bb -C extra-filename=-50cdc3167bd010bb --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-036cca9dc188c6e4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-0fb689be9fb36013.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43162024-12-17T07:31:06.507Z Compiling nix v0.27.1
43172024-12-17T07:31:06.531Z 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=ce8664e4463d2488 -C extra-filename=-ce8664e4463d2488 --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-0d398de96c2797c0.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`
43182024-12-17T07:31:06.900Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43192024-12-17T07:31:06.924Z 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=529653726af5f4ed -C extra-filename=-529653726af5f4ed --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-529653726af5f4ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
43202024-12-17T07:31:06.950Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43212024-12-17T07:31:06.974Z 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=bc38a871fa7a37a8 -C extra-filename=-bc38a871fa7a37a8 --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-5ad089f50193616c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222024-12-17T07:31:07.196Z Compiling bb8 v0.8.5
43232024-12-17T07:31:07.220Z 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=cf97c3b99bfa2b77 -C extra-filename=-cf97c3b99bfa2b77 --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-299fe34bb7018b50.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-036cca9dc188c6e4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-f79c6fd34a7abec0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242024-12-17T07:31:07.254Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-529653726af5f4ed/build-script-build`
43252024-12-17T07:31:07.291Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43262024-12-17T07:31:07.315Z 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=a7264dd995c92c36 -C extra-filename=-a7264dd995c92c36 --out-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-299fe34bb7018b50.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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`
43272024-12-17T07:31:07.680Z 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=b212b6d83e41607e -C extra-filename=-b212b6d83e41607e --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-299fe34bb7018b50.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f38870b89dd540f6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-048ebba6ba3012bd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-61c3c2c45ee81a5e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-595a021380915588.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce8664e4463d2488.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-5f9b84812ad03009.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d31d424d771e4376.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-6cce636785c1ad8f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-f88a2524427e5edd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-bc38a871fa7a37a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
43282024-12-17T07:31:08.133Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43292024-12-17T07:31:08.179Z 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=2ab1f4d94ffdb041 -C extra-filename=-2ab1f4d94ffdb041 --out-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-299fe34bb7018b50.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-35da1813153a5425.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-6e57e185babfca18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2c7bfbb3712dd399.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
43302024-12-17T07:31:11.121Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43312024-12-17T07:31:11.167Z 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=42acc61baba13497 -C extra-filename=-42acc61baba13497 --out-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-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b212b6d83e41607e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-997e3be6d09f5b80.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50cdc3167bd010bb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
43322024-12-17T07:31:12.628Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43332024-12-17T07:31:12.652Z 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=b7d90d440eba45ee -C extra-filename=-b7d90d440eba45ee --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-27a5d9916f5bc05d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43342024-12-17T07:31:13.568Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43352024-12-17T07:31:13.592Z 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=512dc8274ec525be -C extra-filename=-512dc8274ec525be --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-27a5d9916f5bc05d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43362024-12-17T07:31:14.832Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
43372024-12-17T07:31:14.856Z 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=df96e235c40a6f31 -C extra-filename=-df96e235c40a6f31 --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-c5e39192efd4c81f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-cc0c30b4f89d8188.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.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`
43382024-12-17T07:31:15.920Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43392024-12-17T07:31:15.944Z 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=6edcd5e0624a9e85 -C extra-filename=-6edcd5e0624a9e85 --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-04c7389264872f94.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-42acc61baba13497.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a7264dd995c92c36.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
43402024-12-17T07:31:15.969Z Compiling rand_seeder v0.3.0
43412024-12-17T07:31:15.969Z 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`
43422024-12-17T07:31:16.005Z Compiling assert_matches v1.5.0
43432024-12-17T07:31:16.005Z 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`
43442024-12-17T07:31:16.103Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43452024-12-17T07:31:16.127Z 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=47b873476fa0bbaa -C extra-filename=-47b873476fa0bbaa --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-27a5d9916f5bc05d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43462024-12-17T07:31:16.282Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43472024-12-17T07:31:16.306Z 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=391190616e2ff95c -C extra-filename=-391190616e2ff95c --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-27a5d9916f5bc05d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43482024-12-17T07:31:16.624Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43492024-12-17T07:31:16.648Z 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=8b6612ece790e984 -C extra-filename=-8b6612ece790e984 --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-f2802ebc70158e92.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.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-6af79a1e9599a5a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
43502024-12-17T07:31:16.843Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43512024-12-17T07:31:16.868Z 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=f0238ef93a43fb4f -C extra-filename=-f0238ef93a43fb4f --out-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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-512dc8274ec525be.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-03652b4d906df62c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43522024-12-17T07:31:18.254Z 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=4f3814fd0e6e4175 -C extra-filename=-4f3814fd0e6e4175 --out-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-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6cc4b34d6af862a4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5c64dfc958cc2f28.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.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-6be5d1f3ee298a37.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-baa34b09cfdca36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
43532024-12-17T07:31:18.279Z 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=fc4d21d368bc45e5 -C extra-filename=-fc4d21d368bc45e5 --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-b482353c412cd293.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43542024-12-17T07:31:18.473Z Compiling async-bb8-diesel v0.2.1
43552024-12-17T07:31:18.497Z 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=426a7d292fa40296 -C extra-filename=-426a7d292fa40296 --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-299fe34bb7018b50.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-cf97c3b99bfa2b77.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43562024-12-17T07:31:18.687Z Compiling libz-sys v1.1.20
43572024-12-17T07:31:18.711Z 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`
43582024-12-17T07:31:19.211Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43592024-12-17T07:31:19.235Z 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=79ce0d4cea768fc0 -C extra-filename=-79ce0d4cea768fc0 --out-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-27a5d9916f5bc05d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8b6612ece790e984.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43602024-12-17T07:31:19.374Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c/build-script-build`
43612024-12-17T07:31:19.486Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43622024-12-17T07:31:19.509Z 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=f920b3d4d16cfc37 -C extra-filename=-f920b3d4d16cfc37 --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-299fe34bb7018b50.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43632024-12-17T07:31:20.031Z Compiling libgit2-sys v0.17.0+1.8.1
43642024-12-17T07:31:20.057Z 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`
43652024-12-17T07:31:20.188Z 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`
43662024-12-17T07:31:20.371Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43672024-12-17T07:31:20.395Z 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=c45b8a1d7cd4d715 -C extra-filename=-c45b8a1d7cd4d715 --out-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-d0890f24bb47a295.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
43682024-12-17T07:31:20.856Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1/build-script-build`
43692024-12-17T07:31:24.291Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43702024-12-17T07:31:24.316Z 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=fc9385eed6c1ed2b -C extra-filename=-fc9385eed6c1ed2b --out-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-27a5d9916f5bc05d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.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-6be5d1f3ee298a37.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8b6612ece790e984.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43712024-12-17T07:31:24.953Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43722024-12-17T07:31:24.977Z 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=ca2eafacdef34d99 -C extra-filename=-ca2eafacdef34d99 --out-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-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib -L native=/usr/ssl-3/lib/amd64`
43732024-12-17T07:31:27.068Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
43742024-12-17T07:31:27.091Z 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=ca664e81808a097b -C extra-filename=-ca664e81808a097b --out-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-04c7389264872f94.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
43752024-12-17T07:31:27.230Z Compiling vergen v8.3.2
43762024-12-17T07:31:27.255Z 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`
43772024-12-17T07:31:27.546Z Compiling is_ci v1.2.0
43782024-12-17T07:31:27.570Z 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`
43792024-12-17T07:31:27.811Z Compiling supports-color v3.0.1
43802024-12-17T07:31:27.836Z 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`
43812024-12-17T07:31:28.108Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725/build-script-build`
43822024-12-17T07:31:28.146Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43832024-12-17T07:31:28.170Z 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=11ed64cff28c2b90 -C extra-filename=-11ed64cff28c2b90 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-11ed64cff28c2b90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
43842024-12-17T07:31:28.460Z Compiling libsqlite3-sys v0.30.1
43852024-12-17T07:31:28.483Z 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`
43862024-12-17T07:31:28.981Z Compiling cfg_aliases v0.2.1
43872024-12-17T07:31:29.005Z 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`
43882024-12-17T07:31:29.101Z Compiling rustls v0.21.12
43892024-12-17T07:31:29.125Z 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`
43902024-12-17T07:31:29.398Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf/build-script-build`
43912024-12-17T07:31:29.436Z Compiling nix v0.29.0
43922024-12-17T07:31:29.459Z 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`
43932024-12-17T07:31:30.225Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453/build-script-build`
43942024-12-17T07:31:30.279Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-11ed64cff28c2b90/build-script-build`
43952024-12-17T07:31:30.320Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43962024-12-17T07:31:30.344Z 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=d6d17afdcd608158 -C extra-filename=-d6d17afdcd608158 --out-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-978a4d40f6a32f41.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-ca664e81808a097b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43972024-12-17T07:31:32.494Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43982024-12-17T07:31:32.518Z 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=03e55e923d1da4a3 -C extra-filename=-03e55e923d1da4a3 --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-978a4d40f6a32f41.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
43992024-12-17T07:31:33.375Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44002024-12-17T07:31:33.399Z 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=f4dcb25191d3ae56 -C extra-filename=-f4dcb25191d3ae56 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f4dcb25191d3ae56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
44012024-12-17T07:31:33.684Z Compiling castaway v0.2.3
44022024-12-17T07:31:33.708Z 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`
44032024-12-17T07:31:33.862Z Compiling rustls-webpki v0.101.7
44042024-12-17T07:31:33.886Z 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`
44052024-12-17T07:31:35.499Z Compiling sct v0.7.1
44062024-12-17T07:31:35.523Z 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`
44072024-12-17T07:31:35.773Z Compiling concurrent-queue v2.5.0
44082024-12-17T07:31:35.797Z 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`
44092024-12-17T07:31:35.821Z Dirty smawk v0.3.2: the rustflags changed
44102024-12-17T07:31:35.821Z Compiling smawk v0.3.2
44112024-12-17T07:31:35.821Z 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`
44122024-12-17T07:31:36.047Z Dirty unicode-linebreak v0.1.5: the rustflags changed
44132024-12-17T07:31:36.047Z Compiling unicode-linebreak v0.1.5
44142024-12-17T07:31:36.071Z 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`
44152024-12-17T07:31:36.144Z Compiling parking v2.2.1
44162024-12-17T07:31:36.169Z 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`
44172024-12-17T07:31:36.362Z 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`
44182024-12-17T07:31:36.515Z Dirty textwrap v0.16.1: the rustflags changed
44192024-12-17T07:31:36.515Z Compiling textwrap v0.16.1
44202024-12-17T07:31:36.539Z 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`
44212024-12-17T07:31:36.563Z Compiling compact_str v0.8.0
44222024-12-17T07:31:36.587Z 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`
44232024-12-17T07:31:37.634Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-f4dcb25191d3ae56/build-script-build`
44242024-12-17T07:31:37.671Z 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`
44252024-12-17T07:31:37.842Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c/build-script-build`
44262024-12-17T07:31:37.882Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44272024-12-17T07:31:37.906Z 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=de5134e56be28bf4 -C extra-filename=-de5134e56be28bf4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-de5134e56be28bf4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
44282024-12-17T07:31:38.105Z Compiling unicode-truncate v1.1.0
44292024-12-17T07:31:38.128Z 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`
44302024-12-17T07:31:38.191Z Compiling hashlink v0.9.1
44312024-12-17T07:31:38.216Z 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=0f384af901b4974e -C extra-filename=-0f384af901b4974e --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-f3465ccc0028c4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322024-12-17T07:31:38.352Z Compiling instability v0.3.2
44332024-12-17T07:31:38.375Z 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=9388ec81c867d8d6 -C extra-filename=-9388ec81c867d8d6 --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-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342024-12-17T07:31:38.810Z Compiling lru v0.12.5
44352024-12-17T07:31:38.834Z 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`
44362024-12-17T07:31:39.102Z Compiling fallible-iterator v0.3.0
44372024-12-17T07:31:39.126Z 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`
44382024-12-17T07:31:39.393Z Compiling fallible-streaming-iterator v0.1.9
44392024-12-17T07:31:39.417Z 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`
44402024-12-17T07:31:39.639Z Compiling cassowary v0.3.0
44412024-12-17T07:31:39.663Z 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`
44422024-12-17T07:31:39.747Z Compiling rusqlite v0.32.1
44432024-12-17T07:31:39.770Z 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=2609651997bcab08 -C extra-filename=-2609651997bcab08 --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-0d398de96c2797c0.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-0f384af901b4974e.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`
44442024-12-17T07:31:40.601Z Compiling ratatui v0.28.1
44452024-12-17T07:31:40.625Z 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=5c3ac86276bf712a -C extra-filename=-5c3ac86276bf712a --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-0d398de96c2797c0.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-1e8ffa1d88a12002.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-9388ec81c867d8d6.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-2210903cd7c4eef8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cc2eef652e51e426.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`
44462024-12-17T07:31:40.766Z Compiling tokio-rustls v0.24.1
44472024-12-17T07:31:40.790Z 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=24055cca403dc5aa -C extra-filename=-24055cca403dc5aa --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-09c6902b3bb8a72f.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`
44482024-12-17T07:31:41.138Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-de5134e56be28bf4/build-script-build`
44492024-12-17T07:31:41.171Z 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=9021b2305159e07c -C extra-filename=-9021b2305159e07c --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-0d398de96c2797c0.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)'`
44502024-12-17T07:31:41.799Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44512024-12-17T07:31:41.823Z 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=5e2de0cf593b83bd -C extra-filename=-5e2de0cf593b83bd --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-27a5d9916f5bc05d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44522024-12-17T07:31:42.242Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44532024-12-17T07:31:42.266Z 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=1fdcc7d360030cf0 -C extra-filename=-1fdcc7d360030cf0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-1fdcc7d360030cf0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
44542024-12-17T07:31:42.555Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44552024-12-17T07:31:42.579Z 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=9641a422caaabeb9 -C extra-filename=-9641a422caaabeb9 --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-27a5d9916f5bc05d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/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`
44562024-12-17T07:31:42.823Z Compiling rustls-pemfile v1.0.4
44572024-12-17T07:31:42.847Z 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`
44582024-12-17T07:31:43.238Z Compiling twox-hash v1.6.3
44592024-12-17T07:31:43.262Z 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=b1011ebfd2710c21 -C extra-filename=-b1011ebfd2710c21 --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-2ad4e0bfe37ddb93.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`
44602024-12-17T07:31:43.782Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-1fdcc7d360030cf0/build-script-build`
44612024-12-17T07:31:43.818Z Compiling event-listener v5.3.1
44622024-12-17T07:31:43.842Z 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`
44632024-12-17T07:31:43.868Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
44642024-12-17T07:31:43.892Z 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/5a41b82/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=7d08e9ce9010ad83 -C extra-filename=-7d08e9ce9010ad83 --out-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-27a5d9916f5bc05d.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-59916ac6a347cf63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-1241268c87e39eaf/out -L native=/usr/ssl-3/lib/amd64`
44652024-12-17T07:31:43.916Z Compiling fatfs v0.3.6
44662024-12-17T07:31:43.916Z 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=d63b65eb7d8abaee -C extra-filename=-d63b65eb7d8abaee --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-27a5d9916f5bc05d.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`
44672024-12-17T07:31:44.371Z Compiling event-listener-strategy v0.5.2
44682024-12-17T07:31:44.395Z 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`
44692024-12-17T07:31:44.586Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44702024-12-17T07:31:44.610Z 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=91faa74b2a4f4257 -C extra-filename=-91faa74b2a4f4257 --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-27a5d9916f5bc05d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.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-f51f02d3ff43daa6/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`
44712024-12-17T07:31:45.340Z Compiling csv-core v0.1.11
44722024-12-17T07:31:45.363Z 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`
44732024-12-17T07:31:45.821Z Compiling csv v1.3.0
44742024-12-17T07:31:45.845Z 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=4c42d0f369f73d31 -C extra-filename=-4c42d0f369f73d31 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752024-12-17T07:31:46.159Z Compiling futures-lite v2.3.0
44762024-12-17T07:31:46.183Z 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`
44772024-12-17T07:31:46.488Z Compiling rtoolbox v0.0.2
44782024-12-17T07:31:46.512Z 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`
44792024-12-17T07:31:46.899Z Compiling plotters-backend v0.3.7
44802024-12-17T07:31:46.923Z 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`
44812024-12-17T07:31:46.998Z Compiling shell-words v1.1.0
44822024-12-17T07:31:47.022Z 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`
44832024-12-17T07:31:47.322Z Compiling hex-literal v0.4.1
44842024-12-17T07:31:47.346Z 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`
44852024-12-17T07:31:47.422Z Compiling plotters-svg v0.3.7
44862024-12-17T07:31:47.446Z 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`
44872024-12-17T07:31:47.500Z Compiling rpassword v7.3.1
44882024-12-17T07:31:47.525Z 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`
44892024-12-17T07:31:47.687Z Compiling tui-tree-widget v0.22.0
44902024-12-17T07:31:47.711Z 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=58d788f9911fdee2 -C extra-filename=-58d788f9911fdee2 --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-5c3ac86276bf712a.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`
44912024-12-17T07:31:47.848Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
44922024-12-17T07:31:47.873Z 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=f666d0611561a796 -C extra-filename=-f666d0611561a796 --out-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-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-09c6902b3bb8a72f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44932024-12-17T07:31:47.897Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44942024-12-17T07:31:47.897Z 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=56c82cc2dbe6d329 -C extra-filename=-56c82cc2dbe6d329 --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-fc345351288a4049.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
44952024-12-17T07:31:48.025Z Compiling cast v0.3.0
44962024-12-17T07:31:48.049Z 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`
44972024-12-17T07:31:48.350Z Compiling yansi v1.0.1
44982024-12-17T07:31:48.374Z 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`
44992024-12-17T07:31:49.012Z Compiling pretty_assertions v1.4.1
45002024-12-17T07:31:49.036Z 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`
45012024-12-17T07:31:49.476Z Compiling criterion-plot v0.5.0
45022024-12-17T07:31:49.500Z 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`
45032024-12-17T07:31:49.686Z Compiling plotters v0.3.7
45042024-12-17T07:31:49.709Z 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`
45052024-12-17T07:31:49.710Z Compiling async-lock v3.4.0
45062024-12-17T07:31:49.733Z 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`
45072024-12-17T07:31:50.391Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45082024-12-17T07:31:50.415Z 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=640aff829ed552b5 -C extra-filename=-640aff829ed552b5 --out-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-27a5d9916f5bc05d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
45092024-12-17T07:31:50.815Z Compiling polyval v0.6.2
45102024-12-17T07:31:50.839Z 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=3e194b45a977e1a8 -C extra-filename=-3e194b45a977e1a8 --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-8b9fe42078184d10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112024-12-17T07:31:51.231Z Compiling polling v3.7.3
45122024-12-17T07:31:51.255Z 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=b20926f5a3c1439d -C extra-filename=-b20926f5a3c1439d --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-858ad1460362b7f8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132024-12-17T07:31:51.786Z Compiling tinytemplate v1.2.1
45142024-12-17T07:31:51.810Z 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=f23586940bbafe4b -C extra-filename=-f23586940bbafe4b --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-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152024-12-17T07:31:51.914Z Compiling oorandom v11.1.4
45162024-12-17T07:31:51.938Z 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`
45172024-12-17T07:31:52.140Z Compiling anes v0.1.6
45182024-12-17T07:31:52.164Z 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`
45192024-12-17T07:31:52.565Z Compiling criterion v0.5.1
45202024-12-17T07:31:52.589Z 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=5def9e0dc176ba3a -C extra-filename=-5def9e0dc176ba3a --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-d0dc896855456ebf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-f389c81373b9d230.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-5f9b84812ad03009.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-f23586940bbafe4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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`
45212024-12-17T07:31:52.755Z Compiling async-io v2.3.4
45222024-12-17T07:31:52.779Z 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=6eeb9aeba6c47d59 -C extra-filename=-6eeb9aeba6c47d59 --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-b20926f5a3c1439d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-858ad1460362b7f8.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-593ca64c5dc22e65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232024-12-17T07:31:53.483Z Compiling ghash v0.5.1
45242024-12-17T07:31:53.507Z 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=7e008cb7c206e133 -C extra-filename=-7e008cb7c206e133 --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-3e194b45a977e1a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252024-12-17T07:31:53.711Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45262024-12-17T07:31:53.734Z 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=c42d61bae401e55d -C extra-filename=-c42d61bae401e55d --out-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-e826a6622e885967.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-5c3ac86276bf712a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-b8067478e6266177.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-09c6902b3bb8a72f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-58d788f9911fdee2.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-1663680653d058c6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
45272024-12-17T07:31:54.818Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45282024-12-17T07:31:54.842Z 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=7e251dff03b090cf -C extra-filename=-7e251dff03b090cf --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-61f58d8400e669c8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
45292024-12-17T07:31:56.233Z Compiling ctr v0.9.2
45302024-12-17T07:31:56.262Z 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=155c101cc02c839b -C extra-filename=-155c101cc02c839b --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-0cc6e19a156ae140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312024-12-17T07:31:56.586Z Compiling doc-comment v0.3.3
45322024-12-17T07:31:56.609Z 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`
45332024-12-17T07:31:57.156Z Compiling async-task v4.7.1
45342024-12-17T07:31:57.180Z 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`
45352024-12-17T07:31:57.624Z Compiling target-lexicon v0.12.16
45362024-12-17T07:31:57.648Z 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`
45372024-12-17T07:31:58.504Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f/build-script-build`
45382024-12-17T07:31:58.578Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9/build-script-build`
45392024-12-17T07:31:58.736Z Compiling aes-gcm v0.10.3
45402024-12-17T07:31:58.760Z 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=be8ad93bde71f872 -C extra-filename=-be8ad93bde71f872 --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-8e8d3b7b87e86037.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-d6504ca6fbebb60f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cc6e19a156ae140.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-155c101cc02c839b.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-7e008cb7c206e133.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`
45412024-12-17T07:31:59.016Z Compiling async-channel v2.3.1
45422024-12-17T07:31:59.040Z 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`
45432024-12-17T07:31:59.338Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45442024-12-17T07:31:59.362Z 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=abaa123cd7f28280 -C extra-filename=-abaa123cd7f28280 --out-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-27a5d9916f5bc05d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
45452024-12-17T07:32:01.056Z Compiling piper v0.2.4
45462024-12-17T07:32:01.080Z 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`
45472024-12-17T07:32:01.476Z Compiling ssh-encoding v0.2.0
45482024-12-17T07:32:01.500Z 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=ada791552c1ba525 -C extra-filename=-ada791552c1ba525 --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-fc53f9ec931c9f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492024-12-17T07:32:01.963Z Compiling blowfish v0.9.1
45502024-12-17T07:32:01.987Z 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=b0c2c7cdd36f0ae0 -C extra-filename=-b0c2c7cdd36f0ae0 --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-0cc6e19a156ae140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512024-12-17T07:32:02.352Z Compiling assert_cmd v2.0.16
45522024-12-17T07:32:02.376Z 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`
45532024-12-17T07:32:02.775Z Compiling guppy-workspace-hack v0.1.0
45542024-12-17T07:32:02.799Z 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`
45552024-12-17T07:32:03.063Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5/build-script-build`
45562024-12-17T07:32:03.093Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce/build-script-build`
45572024-12-17T07:32:03.128Z Compiling bcrypt-pbkdf v0.10.0
45582024-12-17T07:32:03.151Z 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=bf011f5c50dfd1b4 -C extra-filename=-bf011f5c50dfd1b4 --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-b0c2c7cdd36f0ae0.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-c2bb3a9438e36242.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592024-12-17T07:32:03.665Z Compiling ssh-cipher v0.2.0
45602024-12-17T07:32:03.690Z 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=93e312d833b21068 -C extra-filename=-93e312d833b21068 --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-d6504ca6fbebb60f.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-be8ad93bde71f872.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-9b6a40fb0459f475.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-dcd43c3c96fcfa2e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cc6e19a156ae140.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-155c101cc02c839b.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a17d9b094bcb9eab.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ada791552c1ba525.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`
45612024-12-17T07:32:03.753Z Compiling blocking v1.6.1
45622024-12-17T07:32:03.777Z 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`
45632024-12-17T07:32:04.302Z 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`
45642024-12-17T07:32:04.423Z 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"'`
45652024-12-17T07:32:05.092Z Compiling async-executor v1.13.1
45662024-12-17T07:32:05.116Z 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`
45672024-12-17T07:32:05.116Z Compiling async-signal v0.2.10
45682024-12-17T07:32:05.116Z 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=cdf5c0e0228484d2 -C extra-filename=-cdf5c0e0228484d2 --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-6eeb9aeba6c47d59.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-858ad1460362b7f8.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`
45692024-12-17T07:32:05.526Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45702024-12-17T07:32:05.550Z 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=3a09f19f34b0e963 -C extra-filename=-3a09f19f34b0e963 --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-27a5d9916f5bc05d.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45712024-12-17T07:32:05.844Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45722024-12-17T07:32:05.868Z 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=08b1d8787667c5a7 -C extra-filename=-08b1d8787667c5a7 --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-2f099e3dab9ad63f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45732024-12-17T07:32:06.306Z 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`
45742024-12-17T07:32:06.668Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45752024-12-17T07:32:06.692Z 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=b40c51fa8dd66248 -C extra-filename=-b40c51fa8dd66248 --out-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-978a4d40f6a32f41.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
45762024-12-17T07:32:06.886Z Compiling git2 v0.19.0
45772024-12-17T07:32:06.913Z 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=74dc49d83c14a3cf -C extra-filename=-74dc49d83c14a3cf --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-0d398de96c2797c0.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-b17eaf715326c345.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`
45782024-12-17T07:32:09.237Z Compiling password-hash v0.4.2
45792024-12-17T07:32:09.262Z 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`
45802024-12-17T07:32:10.095Z Compiling futures-timer v3.0.3
45812024-12-17T07:32:10.130Z 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`
45822024-12-17T07:32:10.244Z Compiling target-spec v3.2.2
45832024-12-17T07:32:10.268Z 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`
45842024-12-17T07:32:10.800Z Compiling event-listener v2.5.3
45852024-12-17T07:32:10.824Z 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`
45862024-12-17T07:32:10.961Z Compiling matches v0.1.10
45872024-12-17T07:32:10.985Z 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`
45882024-12-17T07:32:11.077Z Compiling idna v0.2.3
45892024-12-17T07:32:11.101Z 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`
45902024-12-17T07:32:11.232Z Compiling async-channel v1.9.0
45912024-12-17T07:32:11.256Z 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`
45922024-12-17T07:32:11.574Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f/build-script-build`
45932024-12-17T07:32:11.612Z Compiling pbkdf2 v0.11.0
45942024-12-17T07:32:11.636Z 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=dfe0a6fb74783c59 -C extra-filename=-dfe0a6fb74783c59 --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-4c5218e8ae58a0ca.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-93091f9b7d746000.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-bb8ad28a0bda70e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952024-12-17T07:32:11.961Z 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=1553bf60c5e5412e -C extra-filename=-1553bf60c5e5412e --out-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-971433cf552ebf8c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-74dc49d83c14a3cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0041a84711309453.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)'`
45962024-12-17T07:32:12.457Z Compiling async-global-executor v2.4.1
45972024-12-17T07:32:12.481Z 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=47d2a565a277d18e -C extra-filename=-47d2a565a277d18e --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-6eeb9aeba6c47d59.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`
45982024-12-17T07:32:13.609Z Compiling async-process v2.3.0
45992024-12-17T07:32:13.633Z 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=9b68f83b91586770 -C extra-filename=-9b68f83b91586770 --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-6eeb9aeba6c47d59.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-cdf5c0e0228484d2.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-858ad1460362b7f8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002024-12-17T07:32:13.904Z Compiling cfg-expr v0.17.0
46012024-12-17T07:32:13.928Z 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`
46022024-12-17T07:32:14.883Z 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`
46032024-12-17T07:32:15.026Z Compiling ssh-key v0.6.6
46042024-12-17T07:32:15.050Z 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=d390ed11f519b3f8 -C extra-filename=-d390ed11f519b3f8 --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-bf011f5c50dfd1b4.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-447d89bc135f427e.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b7e7ba153c8ce4a4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0833fd7671d2ba3b.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-087cd566e379f101.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-65726e920d68091f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-93e312d833b21068.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ada791552c1ba525.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052024-12-17T07:32:15.341Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
46062024-12-17T07:32:15.365Z 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/5a41b82/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=a61f837ab1b3508e -C extra-filename=-a61f837ab1b3508e --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-a61f837ab1b3508e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-1553bf60c5e5412e.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`
46072024-12-17T07:32:16.061Z 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`
46082024-12-17T07:32:16.172Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46092024-12-17T07:32:16.196Z 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=16bcf2f6fad350c8 -C extra-filename=-16bcf2f6fad350c8 --out-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-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-03652b4d906df62c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46102024-12-17T07:32:16.987Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-a61f837ab1b3508e/build-script-build`
46112024-12-17T07:32:18.340Z 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/5a41b82/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=cc93a9ed752f0ffc -C extra-filename=-cc93a9ed752f0ffc --out-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-81cf170a1620913b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9021b2305159e07c.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-2609651997bcab08.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b6de77c19e02896b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-fb716649faf5c281.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-24055cca403dc5aa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-b1011ebfd2710c21.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/lib/amd64`
46122024-12-17T07:32:18.937Z Compiling p521 v0.13.3
46132024-12-17T07:32:18.961Z 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=747130beed82e6c7 -C extra-filename=-747130beed82e6c7 --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-c93dbf92b17a3798.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-69b4147b880311e5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142024-12-17T07:32:20.514Z Compiling p256 v0.13.2
46152024-12-17T07:32:20.538Z 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=4edc221632cbf801 -C extra-filename=-4edc221632cbf801 --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-c93dbf92b17a3798.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-69b4147b880311e5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162024-12-17T07:32:20.758Z Compiling enum-as-inner v0.5.1
46172024-12-17T07:32:20.782Z 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=e58be3d0ccf04962 -C extra-filename=-e58be3d0ccf04962 --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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46182024-12-17T07:32:21.237Z Compiling petname v2.0.2
46192024-12-17T07:32:21.261Z 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=e42110c3e948761a -C extra-filename=-e42110c3e948761a --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-e42110c3e948761a -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-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202024-12-17T07:32:21.784Z Compiling async-attributes v1.1.2
46212024-12-17T07:32:21.808Z 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=6554230295acb222 -C extra-filename=-6554230295acb222 --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-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2735b77fa68083f4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222024-12-17T07:32:22.323Z Compiling russh-cryptovec v0.7.3
46232024-12-17T07:32:22.348Z 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`
46242024-12-17T07:32:22.671Z Compiling num_cpus v1.16.0
46252024-12-17T07:32:22.695Z 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`
46262024-12-17T07:32:22.719Z Compiling kv-log-macro v1.0.7
46272024-12-17T07:32:22.719Z 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`
46282024-12-17T07:32:22.843Z Compiling md5 v0.7.0
46292024-12-17T07:32:22.867Z 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`
46302024-12-17T07:32:22.946Z Compiling async-std v1.13.0
46312024-12-17T07:32:22.970Z 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=683d3eb0f8d4f35c -C extra-filename=-683d3eb0f8d4f35c --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-6554230295acb222.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-47d2a565a277d18e.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-6eeb9aeba6c47d59.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-9b68f83b91586770.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`
46322024-12-17T07:32:23.162Z Compiling russh-keys v0.45.0
46332024-12-17T07:32:23.186Z 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=0a821af63719556d -C extra-filename=-0a821af63719556d --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-d6504ca6fbebb60f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-bf011f5c50dfd1b4.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-229af465dc8a7cac.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-9b6a40fb0459f475.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-155c101cc02c839b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b3a3d8d3edcc003a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e173da2375ca53ad.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4c5218e8ae58a0ca.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c93dbf92b17a3798.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-447d89bc135f427e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-93091f9b7d746000.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f4181d55d297293f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8eef794c90ec2924.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-4edc221632cbf801.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-713364a3de83dbbb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-747130beed82e6c7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-dfe0a6fb74783c59.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-967aa130de94e360.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a2d38359b90be0f1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e6baaf22e3880156.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-873553d298e635a4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0833fd7671d2ba3b.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-c83939e00e0c0029.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-087cd566e379f101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-a2ed594e2723aa7e.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ada791552c1ba525.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-d390ed11f519b3f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-4b6951e7dbfd8f8f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342024-12-17T07:32:23.334Z Compiling threadpool v1.8.1
46352024-12-17T07:32:23.358Z 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`
46362024-12-17T07:32:24.191Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-e42110c3e948761a/build-script-build`
46372024-12-17T07:32:24.517Z Compiling trust-dns-proto v0.22.0
46382024-12-17T07:32:24.541Z 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=44dec0906bb12823 -C extra-filename=-44dec0906bb12823 --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-299fe34bb7018b50.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-e58be3d0ccf04962.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-036cca9dc188c6e4.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-2ad4e0bfe37ddb93.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-4dafc5e65351502b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-e7413fa0c8eb6f0b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46392024-12-17T07:32:26.860Z 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=f364a939ab1c2e8b -C extra-filename=-f364a939ab1c2e8b --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-4f3814fd0e6e4175.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-2210903cd7c4eef8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
46402024-12-17T07:32:27.023Z 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=4e18e025a34f8d79 -C extra-filename=-4e18e025a34f8d79 --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-a0c90b16fe1aa548.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412024-12-17T07:32:27.909Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46422024-12-17T07:32:27.934Z 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=3bf70f03d69d4b86 -C extra-filename=-3bf70f03d69d4b86 --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-3a09f19f34b0e963.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46432024-12-17T07:32:28.158Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46442024-12-17T07:32:28.182Z 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=9207fd41831b9586 -C extra-filename=-9207fd41831b9586 --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-13d7cffa0ff461f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46452024-12-17T07:32:29.383Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46462024-12-17T07:32:29.409Z 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=50700e8d76132aa6 -C extra-filename=-50700e8d76132aa6 --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-04c7389264872f94.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
46472024-12-17T07:32:29.576Z Compiling httptest v0.16.1
46482024-12-17T07:32:29.600Z 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=4ff4e7996e6e4aca -C extra-filename=-4ff4e7996e6e4aca --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-ae373a61f7611bdf.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-de5aabf8230215ed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.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-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492024-12-17T07:32:29.928Z Compiling num-bigint v0.4.6
46502024-12-17T07:32:29.951Z 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=89f1fa0e9c70e32c -C extra-filename=-89f1fa0e9c70e32c --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-2ad4e0bfe37ddb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512024-12-17T07:32:31.294Z Compiling pathdiff v0.2.2
46522024-12-17T07:32:31.318Z 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=c61943351c4aa10c -C extra-filename=-c61943351c4aa10c --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-04c7389264872f94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532024-12-17T07:32:31.494Z Compiling rustls-native-certs v0.7.3
46542024-12-17T07:32:31.518Z 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`
46552024-12-17T07:32:32.050Z Compiling des v0.8.1
46562024-12-17T07:32:32.074Z 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=1d5e4a3e2001f39f -C extra-filename=-1d5e4a3e2001f39f --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-0cc6e19a156ae140.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572024-12-17T07:32:32.366Z Compiling dhcproto-macros v0.1.0
46582024-12-17T07:32:32.390Z 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`
46592024-12-17T07:32:32.456Z Compiling escape8259 v0.5.3
46602024-12-17T07:32:32.480Z 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`
46612024-12-17T07:32:32.834Z Compiling nested v0.1.1
46622024-12-17T07:32:32.858Z 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`
46632024-12-17T07:32:33.153Z Compiling guppy v0.17.8
46642024-12-17T07:32:33.177Z 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=ab730f25d27bb0f1 -C extra-filename=-ab730f25d27bb0f1 --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-0ee0233e5617927e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.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-c5e39192efd4c81f.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-c61943351c4aa10c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-4e18e025a34f8d79.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652024-12-17T07:32:33.232Z Compiling dhcproto v0.12.0
46662024-12-17T07:32:33.256Z 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=cae1316bb400d224 -C extra-filename=-cae1316bb400d224 --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-0b27143752e82f0f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-44dec0906bb12823.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672024-12-17T07:32:34.557Z Compiling libtest-mimic v0.7.3
46682024-12-17T07:32:34.581Z 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=d8bc1fd9acba9cef -C extra-filename=-d8bc1fd9acba9cef --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-a772d5bd3e7ecfbb.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`
46692024-12-17T07:32:36.099Z Compiling russh v0.45.0
46702024-12-17T07:32:36.123Z 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=99ed2f8d198965d2 -C extra-filename=-99ed2f8d198965d2 --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-d6504ca6fbebb60f.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-be8ad93bde71f872.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0d398de96c2797c0.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-9b6a40fb0459f475.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-dcd43c3c96fcfa2e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-155c101cc02c839b.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f37be023c15ca090.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-1d5e4a3e2001f39f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4c5218e8ae58a0ca.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6e2ccfae76fe2b41.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-93091f9b7d746000.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-89f1fa0e9c70e32c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-4edc221632cbf801.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-713364a3de83dbbb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-747130beed82e6c7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-a17d9b094bcb9eab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.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-0a821af63719556d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ada791552c1ba525.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-d390ed11f519b3f8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712024-12-17T07:32:36.342Z Compiling hyper-rustls v0.26.0
46722024-12-17T07:32:36.367Z 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=c3f2f1eb9b48fd49 -C extra-filename=-c3f2f1eb9b48fd49 --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-036cca9dc188c6e4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a2c99244b373d360.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.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-09c6902b3bb8a72f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-2e7eaab836633c73.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-f51f02d3ff43daa6/out/build/artifacts/`
46732024-12-17T07:32:36.852Z Compiling async-object-pool v0.1.5
46742024-12-17T07:32:36.876Z 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=216c3ef3f40451dc -C extra-filename=-216c3ef3f40451dc --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-683d3eb0f8d4f35c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752024-12-17T07:32:37.044Z 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=347cdcdbb92f64e0 -C extra-filename=-347cdcdbb92f64e0 --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-2ad4e0bfe37ddb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762024-12-17T07:32:38.328Z Compiling fancy-regex v0.13.0
46772024-12-17T07:32:38.352Z 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`
46782024-12-17T07:32:39.028Z Compiling rstest_macros v0.23.0
46792024-12-17T07:32:39.052Z 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=da1365a403e16e3a -C extra-filename=-da1365a403e16e3a --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-da1365a403e16e3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0041a84711309453.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46802024-12-17T07:32:39.521Z Compiling assert-json-diff v2.0.2
46812024-12-17T07:32:39.544Z 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=d36c93770a516f22 -C extra-filename=-d36c93770a516f22 --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-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822024-12-17T07:32:40.277Z Compiling serde_regex v1.1.0
46832024-12-17T07:32:40.301Z 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=dee2d6678c54b3b9 -C extra-filename=-dee2d6678c54b3b9 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46842024-12-17T07:32:40.383Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46852024-12-17T07:32:40.407Z 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=14655f68fdda18f2 -C extra-filename=-14655f68fdda18f2 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862024-12-17T07:32:40.431Z Compiling path-tree v0.8.1
46872024-12-17T07:32:40.431Z 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`
46882024-12-17T07:32:40.574Z Compiling sync-ptr v0.1.1
46892024-12-17T07:32:40.598Z 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`
46902024-12-17T07:32:40.800Z Compiling internet-checksum v0.2.1
46912024-12-17T07:32:40.824Z 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`
46922024-12-17T07:32:40.848Z Compiling target-triple v0.1.3
46932024-12-17T07:32:40.848Z 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`
46942024-12-17T07:32:40.955Z Compiling stringmetrics v2.2.2
46952024-12-17T07:32:40.979Z 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`
46962024-12-17T07:32:41.025Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-da1365a403e16e3a/build-script-build`
46972024-12-17T07:32:41.143Z Compiling datatest-stable v0.2.9
46982024-12-17T07:32:41.168Z 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=fc65e2bdc27f9d96 -C extra-filename=-fc65e2bdc27f9d96 --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-04c7389264872f94.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-d8bc1fd9acba9cef.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`
46992024-12-17T07:32:41.212Z Compiling httpmock v0.8.0-alpha.1
47002024-12-17T07:32:41.236Z 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=4986e203978b8287 -C extra-filename=-4986e203978b8287 --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-d36c93770a516f22.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-216c3ef3f40451dc.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-683d3eb0f8d4f35c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.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-036cca9dc188c6e4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.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-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-dee2d6678c54b3b9.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-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012024-12-17T07:32:41.419Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097/build-script-build`
47022024-12-17T07:32:41.444Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47032024-12-17T07:32:41.444Z 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=1ddcb3e92dec52d1 -C extra-filename=-1ddcb3e92dec52d1 --out-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-299fe34bb7018b50.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-de5aabf8230215ed.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9207fd41831b9586.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.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-4ffc1ff2ebfb3af8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-da6d3e342d2723f2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
47042024-12-17T07:32:41.820Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47052024-12-17T07:32:41.844Z 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=cf6a8ae3314f3f3b -C extra-filename=-cf6a8ae3314f3f3b --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-6fdf9b73c46e0804.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-f51f02d3ff43daa6/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`
47062024-12-17T07:32:42.397Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47072024-12-17T07:32:42.421Z 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=bb1582c587214689 -C extra-filename=-bb1582c587214689 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-bb1582c587214689 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47082024-12-17T07:32:42.663Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47092024-12-17T07:32:42.687Z 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=f462e23439424899 -C extra-filename=-f462e23439424899 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-f462e23439424899 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47102024-12-17T07:32:42.711Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47112024-12-17T07:32:42.711Z 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=7cf2c18572d0e9c8 -C extra-filename=-7cf2c18572d0e9c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7cf2c18572d0e9c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47122024-12-17T07:32:42.976Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47132024-12-17T07:32:43.018Z 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=9c07dd722ac1154e -C extra-filename=-9c07dd722ac1154e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9c07dd722ac1154e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47142024-12-17T07:32:43.042Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47152024-12-17T07:32:43.042Z 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=c68bd5f8c6736bea -C extra-filename=-c68bd5f8c6736bea --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-c68bd5f8c6736bea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47162024-12-17T07:32:43.306Z Compiling similar-asserts v1.6.0
47172024-12-17T07:32:43.330Z 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`
47182024-12-17T07:32:43.354Z Compiling proc-macro-crate v3.2.0
47192024-12-17T07:32:43.354Z 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=ed1e63a2b9d42608 -C extra-filename=-ed1e63a2b9d42608 --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-2d4e49f4561c705e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47202024-12-17T07:32:44.326Z Compiling relative-path v1.9.3
47212024-12-17T07:32:44.349Z 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`
47222024-12-17T07:32:44.474Z Compiling polar-core v0.27.3
47232024-12-17T07:32: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/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=3c9cb48ad2294f08 -C extra-filename=-3c9cb48ad2294f08 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-3c9cb48ad2294f08 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-1fb2c782d6467d7b.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47242024-12-17T07:32:44.633Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-c68bd5f8c6736bea/build-script-build`
47252024-12-17T07:32:44.667Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9c07dd722ac1154e/build-script-build`
47262024-12-17T07:32:44.702Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7cf2c18572d0e9c8/build-script-build`
47272024-12-17T07:32:44.735Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-f462e23439424899/build-script-build`
47282024-12-17T07:32:44.765Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-bb1582c587214689/build-script-build`
47292024-12-17T07:32:44.795Z 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"))'`
47302024-12-17T07:32:44.921Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47312024-12-17T07:32:44.945Z 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=e1b9d771562c73a0 -C extra-filename=-e1b9d771562c73a0 --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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cae1316bb400d224.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-14655f68fdda18f2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-99ed2f8d198965d2.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-0a821af63719556d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
47322024-12-17T07:32:45.010Z 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=aa69d267369a572f -C extra-filename=-aa69d267369a572f --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-ed1e63a2b9d42608.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.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-a2241df4e74de7fb.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a0c90b16fe1aa548.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332024-12-17T07:32:45.817Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-3c9cb48ad2294f08/build-script-build`
47342024-12-17T07:32:46.998Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47352024-12-17T07:32:47.023Z 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=92e17575996ba755 -C extra-filename=-92e17575996ba755 --out-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-27a5d9916f5bc05d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-347cdcdbb92f64e0.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-690a9c88e2024cdf.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8b6612ece790e984.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
47362024-12-17T07:32:47.402Z 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=3ed1481264fdc61c -C extra-filename=-3ed1481264fdc61c --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-5f9b84812ad03009.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aba0b08ccbab7ac4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372024-12-17T07:32:47.666Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47382024-12-17T07:32:47.697Z 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=e4c9af139f617f80 -C extra-filename=-e4c9af139f617f80 --out-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-299fe34bb7018b50.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-2f099e3dab9ad63f.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-d0890f24bb47a295.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40c51fa8dd66248.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-baa34b09cfdca36b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-08b1d8787667c5a7.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.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-f51f02d3ff43daa6/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`
47392024-12-17T07:32:48.554Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47402024-12-17T07:32:48.579Z 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=a4f26fe385894fa8 -C extra-filename=-a4f26fe385894fa8 --out-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-04c7389264872f94.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-61f58d8400e669c8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47412024-12-17T07:32:48.603Z Compiling multimap v0.10.0
47422024-12-17T07:32:48.603Z 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=04fc9090400a9d18 -C extra-filename=-04fc9090400a9d18 --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-5f9b84812ad03009.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432024-12-17T07:32:48.936Z Compiling uzers v0.12.1
47442024-12-17T07:32:48.960Z 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`
47452024-12-17T07:32:49.055Z Compiling trybuild v1.0.101
47462024-12-17T07:32:49.079Z 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=f4678fe4186803b7 -C extra-filename=-f4678fe4186803b7 --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-5f9b84812ad03009.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1110847d4b1c20e0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-a2dee0c4bfa5a340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47472024-12-17T07:32:50.106Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47482024-12-17T07:32:50.130Z 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=8d9dde45f43d5d55 -C extra-filename=-8d9dde45f43d5d55 --out-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-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-09c6902b3bb8a72f.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47492024-12-17T07:32:50.314Z Compiling partial-io v0.5.4
47502024-12-17T07:32:50.338Z 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=ddfa382505953b3d -C extra-filename=-ddfa382505953b3d --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-de5aabf8230215ed.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-a59adadb200f6714.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47512024-12-17T07:32:50.750Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47522024-12-17T07:32:50.773Z 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=c528db921535db31 -C extra-filename=-c528db921535db31 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-c528db921535db31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47532024-12-17T07:32:51.043Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
47542024-12-17T07:32:51.068Z 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=24ccc491b3d372a6 -C extra-filename=-24ccc491b3d372a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-24ccc491b3d372a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-1cd8ecc16f00e4a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47552024-12-17T07:32:51.329Z Compiling blake2b_simd v1.0.2
47562024-12-17T07:32:51.361Z 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`
47572024-12-17T07:32:54.401Z Compiling rstest v0.23.0
47582024-12-17T07:32:54.425Z 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=dddd69e4bb73be4d -C extra-filename=-dddd69e4bb73be4d --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-de5aabf8230215ed.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-aa69d267369a572f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47592024-12-17T07:32:54.634Z Compiling rand_distr v0.4.3
47602024-12-17T07:32:54.658Z 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=b3db7f04f9ddc727 -C extra-filename=-b3db7f04f9ddc727 --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-2ad4e0bfe37ddb93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47612024-12-17T07:32:55.327Z Compiling oso v0.27.3
47622024-12-17T07:32:55.351Z 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=e91b2a8b5d321e12 -C extra-filename=-e91b2a8b5d321e12 --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-a854b4133c62fccb.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-338247956b5f90d7.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-3ed1481264fdc61c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632024-12-17T07:32:55.501Z Compiling approx v0.5.1
47642024-12-17T07:32:55.525Z 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`
47652024-12-17T07:32:55.548Z Compiling rust-argon2 v2.1.0
47662024-12-17T07:32:55.548Z 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`
47672024-12-17T07:32:55.742Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-24ccc491b3d372a6/build-script-build`
47682024-12-17T07:32:55.777Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-c528db921535db31/build-script-build`
47692024-12-17T07:32:55.808Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47702024-12-17T07:32:55.832Z 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=f275f387f955d407 -C extra-filename=-f275f387f955d407 --out-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-04c7389264872f94.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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/`
47712024-12-17T07:32:55.968Z 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=ee1a28f11f70274e -C extra-filename=-ee1a28f11f70274e --out-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-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3bf70f03d69d4b86.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3a09f19f34b0e963.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-949ab3871056da59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-03652b4d906df62c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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`
47722024-12-17T07:32:56.848Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
47732024-12-17T07:32:56.893Z 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=a6d6fed61e284108 -C extra-filename=-a6d6fed61e284108 --out-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-1ea19f19e0afced5.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3bf70f03d69d4b86.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.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-b40c51fa8dd66248.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-ca664e81808a097b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.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-512dc8274ec525be.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-43c3c03c70e3699c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-8694772633ad9685.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-08b1d8787667c5a7.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-f51f02d3ff43daa6/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/`
47742024-12-17T07:32:56.980Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47752024-12-17T07:32:57.004Z 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=4bcbccfe179aa7be -C extra-filename=-4bcbccfe179aa7be --out-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-04c7389264872f94.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.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-61f58d8400e669c8.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1a9076ac9d775ce4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.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-fb716649faf5c281.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
47762024-12-17T07:32:57.765Z 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=f1b6474c3de3dbae -C extra-filename=-f1b6474c3de3dbae --out-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-299fe34bb7018b50.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-13e359c563599870.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.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-f364a939ab1c2e8b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e91b2a8b5d321e12.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
47772024-12-17T07:32:59.400Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
47782024-12-17T07:32:59.424Z 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=594eb3325acfcc5a -C extra-filename=-594eb3325acfcc5a --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-61f58d8400e669c8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
47792024-12-17T07:33:00.211Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
47802024-12-17T07:33:00.236Z 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=0ba39bb282294775 -C extra-filename=-0ba39bb282294775 --out-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-04c7389264872f94.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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-2210903cd7c4eef8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47812024-12-17T07:33:00.489Z Compiling cargo_toml v0.20.5
47822024-12-17T07:33:00.517Z 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=28533bbdd2cde069 -C extra-filename=-28533bbdd2cde069 --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-5f9b84812ad03009.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47832024-12-17T07:33:00.602Z Compiling termios v0.3.3
47842024-12-17T07:33:00.631Z 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`
47852024-12-17T07:33:00.844Z Compiling indoc v2.0.5
47862024-12-17T07:33:00.868Z 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`
47872024-12-17T07:33:01.435Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47882024-12-17T07:33:01.459Z 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=8cc8bf4f3cfda31d -C extra-filename=-8cc8bf4f3cfda31d --out-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-a772d5bd3e7ecfbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-09c6902b3bb8a72f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50cdc3167bd010bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47892024-12-17T07:33:01.722Z 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=2e78d3015215ff3d -C extra-filename=-2e78d3015215ff3d --out-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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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-2210903cd7c4eef8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0ba39bb282294775.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47902024-12-17T07:33:01.827Z 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=2873fbc9640d468d -C extra-filename=-2873fbc9640d468d --out-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-426a7d292fa40296.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d8a6f486b9accf22.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6cc4b34d6af862a4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fc4d21d368bc45e5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f364a939ab1c2e8b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.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-626695c5ba4b9282.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
47912024-12-17T07:33:02.395Z 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=ba90a1176a5aa66c -C extra-filename=-ba90a1176a5aa66c --out-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-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-5c64dfc958cc2f28.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.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-f43d672d6d86e52d.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-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-6f7bee780039a0b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
47922024-12-17T07:33:06.234Z 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=17123946e117f854 -C extra-filename=-17123946e117f854 --out-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-1ea19f19e0afced5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3bf70f03d69d4b86.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.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-b40c51fa8dd66248.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-a6d6fed61e284108.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-ca664e81808a097b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.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-512dc8274ec525be.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-43c3c03c70e3699c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-8694772633ad9685.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-08b1d8787667c5a7.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-f51f02d3ff43daa6/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/`
47932024-12-17T07:33:06.832Z 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=57de9a699b47a3d9 -C extra-filename=-57de9a699b47a3d9 --out-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-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-09c6902b3bb8a72f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8d9dde45f43d5d55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47942024-12-17T07:33:07.688Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
47952024-12-17T07:33:07.712Z 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=0c28ff027c2933dc -C extra-filename=-0c28ff027c2933dc --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-28533bbdd2cde069.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ae73d9e57396e60e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47962024-12-17T07:33:08.212Z 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=37f433f1047674aa -C extra-filename=-37f433f1047674aa --out-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-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-09c6902b3bb8a72f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8d9dde45f43d5d55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
47972024-12-17T07:33:08.645Z 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=acc143a25df08164 -C extra-filename=-acc143a25df08164 --out-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-04c7389264872f94.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4bcbccfe179aa7be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1a9076ac9d775ce4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.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-fb716649faf5c281.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
47982024-12-17T07:33:08.869Z 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=1fc89bf2463308ef -C extra-filename=-1fc89bf2463308ef --out-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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4986e203978b8287.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-512dc8274ec525be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
47992024-12-17T07:33:09.707Z 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=8aa6705d4f44ab03 -C extra-filename=-8aa6705d4f44ab03 --out-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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4986e203978b8287.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-512dc8274ec525be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48002024-12-17T07:33:10.237Z 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=4ed05a7ecb70a807 -C extra-filename=-4ed05a7ecb70a807 --out-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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4986e203978b8287.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-512dc8274ec525be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48012024-12-17T07:33:10.934Z 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=0c64d1f6fcefdb4a -C extra-filename=-0c64d1f6fcefdb4a --out-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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4986e203978b8287.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-512dc8274ec525be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48022024-12-17T07:33:12.542Z 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=a00c99fc5149e399 -C extra-filename=-a00c99fc5149e399 --out-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-5c4a585b7f622ff9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
48032024-12-17T07:33:13.327Z 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=ecd7334ec32fe48f -C extra-filename=-ecd7334ec32fe48f --out-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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-f275f387f955d407.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-f51f02d3ff43daa6/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/`
48042024-12-17T07:33:13.628Z 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=0dcb8dee6be7e874 -C extra-filename=-0dcb8dee6be7e874 --out-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-04c7389264872f94.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-a4f26fe385894fa8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
48052024-12-17T07:33:14.375Z 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=38f72f5b65bf8bde -C extra-filename=-38f72f5b65bf8bde --out-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-04c7389264872f94.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-a4f26fe385894fa8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
48062024-12-17T07:33:16.037Z 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=fa24373e002eeec0 -C extra-filename=-fa24373e002eeec0 --out-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-04c7389264872f94.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-a4f26fe385894fa8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
48072024-12-17T07:33:17.887Z 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=126830ea07abb611 -C extra-filename=-126830ea07abb611 --out-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-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-997e3be6d09f5b80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-f51f02d3ff43daa6/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`
48082024-12-17T07:33:18.633Z 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=3c671e1ade1b8aff -C extra-filename=-3c671e1ade1b8aff --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-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.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-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b3db7f04f9ddc727.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-dddd69e4bb73be4d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f4678fe4186803b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48092024-12-17T07:33:19.855Z 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=947188188a75e6cb -C extra-filename=-947188188a75e6cb --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-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.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-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b3db7f04f9ddc727.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-dddd69e4bb73be4d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f4678fe4186803b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48102024-12-17T07:33:20.672Z 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=3ec6b05251fbbeed -C extra-filename=-3ec6b05251fbbeed --out-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-299fe34bb7018b50.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1ddcb3e92dec52d1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9207fd41831b9586.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.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-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-ddfa382505953b3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-da6d3e342d2723f2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48112024-12-17T07:33:20.723Z 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=a63e893da93cb011 -C extra-filename=-a63e893da93cb011 --out-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-299fe34bb7018b50.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9207fd41831b9586.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.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-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-ddfa382505953b3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-da6d3e342d2723f2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48122024-12-17T07:33:21.797Z 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=9352ed382865f647 -C extra-filename=-9352ed382865f647 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-caca67fc52cfc982.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-92e17575996ba755.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-6cce636785c1ad8f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-74c3ec0fd5fa922d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ae73d9e57396e60e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48132024-12-17T07:33:22.698Z 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=f56516ad6167f3d0 -C extra-filename=-f56516ad6167f3d0 --out-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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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/`
48142024-12-17T07:33:24.324Z 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=7955dcf26a59e5bc -C extra-filename=-7955dcf26a59e5bc --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-4f3814fd0e6e4175.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-2210903cd7c4eef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48152024-12-17T07:33:30.523Z 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=7f575f54b29e0d04 -C extra-filename=-7f575f54b29e0d04 --out-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-299fe34bb7018b50.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-2f099e3dab9ad63f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1ddcb3e92dec52d1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40c51fa8dd66248.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9207fd41831b9586.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.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-baa34b09cfdca36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e4c9af139f617f80.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-08b1d8787667c5a7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.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-f51f02d3ff43daa6/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`
48162024-12-17T07:33:31.493Z 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=a3b0bd799e194dd3 -C extra-filename=-a3b0bd799e194dd3 --out-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-299fe34bb7018b50.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-2f099e3dab9ad63f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40c51fa8dd66248.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-baa34b09cfdca36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e4c9af139f617f80.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-08b1d8787667c5a7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.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-f51f02d3ff43daa6/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`
48172024-12-17T07:33:32.820Z 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=f18d22f5d3c2b57e -C extra-filename=-f18d22f5d3c2b57e --out-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-299fe34bb7018b50.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-2f099e3dab9ad63f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1ddcb3e92dec52d1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40c51fa8dd66248.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9207fd41831b9586.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.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-baa34b09cfdca36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e4c9af139f617f80.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-08b1d8787667c5a7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.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-f51f02d3ff43daa6/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`
48182024-12-17T07:33:36.974Z 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=aeec9690705f11d2 -C extra-filename=-aeec9690705f11d2 --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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cae1316bb400d224.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-14655f68fdda18f2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-99ed2f8d198965d2.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-0a821af63719556d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48192024-12-17T07:33:40.479Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48202024-12-17T07:33:40.525Z 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=9814913cefcac49d -C extra-filename=-9814913cefcac49d --out-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-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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/`
48212024-12-17T07:33:45.321Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48222024-12-17T07:33:45.345Z 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=ab823751edc3950b -C extra-filename=-ab823751edc3950b --out-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-de5aabf8230215ed.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-6cce636785c1ad8f.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-f51f02d3ff43daa6/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`
48232024-12-17T07:33:47.546Z 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=cae8441ccdba9ec0 -C extra-filename=-cae8441ccdba9ec0 --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-27a5d9916f5bc05d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-6cce636785c1ad8f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-f51f02d3ff43daa6/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`
48242024-12-17T07:33:47.774Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48252024-12-17T07:33:47.798Z 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=d1b0b139ecd7b9eb -C extra-filename=-d1b0b139ecd7b9eb --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-de5aabf8230215ed.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48262024-12-17T07:33:48.788Z 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=fd3584e17e59eea5 -C extra-filename=-fd3584e17e59eea5 --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-27a5d9916f5bc05d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.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-6cce636785c1ad8f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48272024-12-17T07:33:49.359Z 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=2b8465fa289b2423 -C extra-filename=-2b8465fa289b2423 --out-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-04c7389264872f94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f2802ebc70158e92.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48282024-12-17T07:33:50.131Z 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=df6ff32c37c5e270 -C extra-filename=-df6ff32c37c5e270 --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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cae1316bb400d224.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e1b9d771562c73a0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-14655f68fdda18f2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-99ed2f8d198965d2.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-0a821af63719556d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48292024-12-17T07:33:50.159Z 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=7809eb27ecddadce -C extra-filename=-7809eb27ecddadce --out-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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8b6612ece790e984.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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/`
48302024-12-17T07:33:52.314Z 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=8f9ad082278c9867 -C extra-filename=-8f9ad082278c9867 --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-43c3c03c70e3699c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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/`
48312024-12-17T07:33:53.522Z 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=2f6099491cccfc28 -C extra-filename=-2f6099491cccfc28 --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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cae1316bb400d224.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e1b9d771562c73a0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-14655f68fdda18f2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-99ed2f8d198965d2.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-0a821af63719556d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48322024-12-17T07:33:54.489Z 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=51e2e8299f5953ff -C extra-filename=-51e2e8299f5953ff --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc93a9ed752f0ffc.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7d08e9ce9010ad83.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-37d5f1ee6d02b7cd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d63b65eb7d8abaee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-fd3584e17e59eea5.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2b8465fa289b2423.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.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-4ffc1ff2ebfb3af8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.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-e8b44a3df1e45864.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-03652b4d906df62c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48332024-12-17T07:33:55.511Z 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=87aa71ae93134037 -C extra-filename=-87aa71ae93134037 --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ab730f25d27bb0f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.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-11228bcdbf9e0a57.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.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-43c3c03c70e3699c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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`
48342024-12-17T07:33:58.097Z 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=58497e4f06e48750 -C extra-filename=-58497e4f06e48750 --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ab730f25d27bb0f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.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-11228bcdbf9e0a57.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.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-43c3c03c70e3699c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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`
48352024-12-17T07:34:00.613Z 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=83c82284124ce665 -C extra-filename=-83c82284124ce665 --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ab730f25d27bb0f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.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-11228bcdbf9e0a57.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.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-43c3c03c70e3699c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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`
48362024-12-17T07:34:00.637Z 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=7ce965cf7ef3a226 -C extra-filename=-7ce965cf7ef3a226 --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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cae1316bb400d224.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e1b9d771562c73a0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-14655f68fdda18f2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-99ed2f8d198965d2.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-0a821af63719556d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48372024-12-17T07:34:03.109Z 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=f3a9d87b9bd65200 -C extra-filename=-f3a9d87b9bd65200 --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-43c3c03c70e3699c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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/`
48382024-12-17T07:34:04.731Z 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=4cae65c33087ce9a -C extra-filename=-4cae65c33087ce9a --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ab730f25d27bb0f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.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-11228bcdbf9e0a57.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.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-43c3c03c70e3699c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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`
48392024-12-17T07:34:07.233Z 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=5b25ebe6cdeae224 -C extra-filename=-5b25ebe6cdeae224 --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-43c3c03c70e3699c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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/`
48402024-12-17T07:34:10.164Z 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=3f442c9e936f554c -C extra-filename=-3f442c9e936f554c --out-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-299fe34bb7018b50.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-2f099e3dab9ad63f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1ddcb3e92dec52d1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40c51fa8dd66248.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9207fd41831b9586.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.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-baa34b09cfdca36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-08b1d8787667c5a7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.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-f51f02d3ff43daa6/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`
48412024-12-17T07:34:13.491Z 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=7cabfa84108bb105 -C extra-filename=-7cabfa84108bb105 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3bf70f03d69d4b86.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3a09f19f34b0e963.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-ee1a28f11f70274e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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-f51f02d3ff43daa6/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/`
48422024-12-17T07:34:15.326Z 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=d66032bce69b6ac9 -C extra-filename=-d66032bce69b6ac9 --out-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-de5aabf8230215ed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-6cce636785c1ad8f.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-f51f02d3ff43daa6/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`
48432024-12-17T07:34:18.074Z 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=919d1392ab180294 -C extra-filename=-919d1392ab180294 --out-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-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-594eb3325acfcc5a.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-6cce636785c1ad8f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48442024-12-17T07:34:20.189Z 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=adf77e21a6b64c65 -C extra-filename=-adf77e21a6b64c65 --out-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-426a7d292fa40296.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc93a9ed752f0ffc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7d08e9ce9010ad83.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d63b65eb7d8abaee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4ff4e7996e6e4aca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c3f2f1eb9b48fd49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-fd3584e17e59eea5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2b8465fa289b2423.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.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-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.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-aa455605fbdbfcdc.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-e8b44a3df1e45864.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-a7264dd995c92c36.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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/`
48452024-12-17T07:34:21.560Z 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=021afa2ba181fb53 -C extra-filename=-021afa2ba181fb53 --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-de5aabf8230215ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48462024-12-17T07:34:24.186Z 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=632e81648714c87f -C extra-filename=-632e81648714c87f --out-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-426a7d292fa40296.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d8a6f486b9accf22.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6cc4b34d6af862a4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fc4d21d368bc45e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c3f2f1eb9b48fd49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f364a939ab1c2e8b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e91b2a8b5d321e12.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.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-aa455605fbdbfcdc.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-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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/`
48472024-12-17T07:34:27.605Z 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=71d0f64562ded338 -C extra-filename=-71d0f64562ded338 --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-426a7d292fa40296.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4ff4e7996e6e4aca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.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-6cce636785c1ad8f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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/`
48482024-12-17T07:34:28.855Z 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=e772dab20232dea4 -C extra-filename=-e772dab20232dea4 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3bf70f03d69d4b86.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3a09f19f34b0e963.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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-f51f02d3ff43daa6/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/`
48492024-12-17T07:34:32.523Z 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=0fe01130fb93bad9 -C extra-filename=-0fe01130fb93bad9 --out-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-426a7d292fa40296.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-320946a34e5e6631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.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-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-04fc9090400a9d18.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5c3ac86276bf712a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-8590f9db0815147b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ae73d9e57396e60e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-1663680653d058c6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48502024-12-17T07:34:48.252Z 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=ff71b7b2f76ef902 -C extra-filename=-ff71b7b2f76ef902 --out-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-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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/`
48512024-12-17T07:34:52.874Z 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=62f086eb2c22fcef -C extra-filename=-62f086eb2c22fcef --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-27a5d9916f5bc05d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-6cce636785c1ad8f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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/`
48522024-12-17T07:34:59.113Z 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=fecd54ff49f6dd3e -C extra-filename=-fecd54ff49f6dd3e --out-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-299fe34bb7018b50.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-13e359c563599870.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.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-f364a939ab1c2e8b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e91b2a8b5d321e12.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48532024-12-17T07:35:07.402Z 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=efce6ffddd4dd4cd -C extra-filename=-efce6ffddd4dd4cd --out-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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-cf6a8ae3314f3f3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-997e3be6d09f5b80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.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-f51f02d3ff43daa6/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`
48542024-12-17T07:35:09.326Z 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=ffaad113c525233e -C extra-filename=-ffaad113c525233e --out-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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-cf6a8ae3314f3f3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-997e3be6d09f5b80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.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-f51f02d3ff43daa6/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`
48552024-12-17T07:35:09.759Z 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=7c24cc43b2b81ce8 -C extra-filename=-7c24cc43b2b81ce8 --out-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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-997e3be6d09f5b80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.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-f51f02d3ff43daa6/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`
48562024-12-17T07:35:18.790Z 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=42b1868faac6ce54 -C extra-filename=-42b1868faac6ce54 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-fc65e2bdc27f9d96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d5c3bd4328829936.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.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-f51f02d3ff43daa6/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`
48572024-12-17T07:35:20.770Z 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=f639dac46d5728b9 -C extra-filename=-f639dac46d5728b9 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-fc65e2bdc27f9d96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d5c3bd4328829936.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.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-f51f02d3ff43daa6/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`
48582024-12-17T07:35:20.794Z 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=32a467f8b9215246 -C extra-filename=-32a467f8b9215246 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-fc65e2bdc27f9d96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d5c3bd4328829936.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.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-f51f02d3ff43daa6/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`
48592024-12-17T07:35:21.131Z 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=44f792116f7333c3 -C extra-filename=-44f792116f7333c3 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-fc65e2bdc27f9d96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d5c3bd4328829936.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.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-f51f02d3ff43daa6/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`
48602024-12-17T07:35:23.101Z 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=a783da5fae9520be -C extra-filename=-a783da5fae9520be --out-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-27a5d9916f5bc05d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-347cdcdbb92f64e0.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-690a9c88e2024cdf.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8b6612ece790e984.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48612024-12-17T07:35:25.450Z 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=d245a478594c1bac -C extra-filename=-d245a478594c1bac --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ab730f25d27bb0f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.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-11228bcdbf9e0a57.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.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-43c3c03c70e3699c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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/`
48622024-12-17T07:35:25.634Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48632024-12-17T07:35:25.664Z 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=086481f724341e0c -C extra-filename=-086481f724341e0c --out-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-50700e8d76132aa6.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-f51f02d3ff43daa6/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`
48642024-12-17T07:35:27.575Z 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=e80a4811a76a949b -C extra-filename=-e80a4811a76a949b --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-50700e8d76132aa6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-16bcf2f6fad350c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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-f51f02d3ff43daa6/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`
48652024-12-17T07:35:29.897Z 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=aa97fdd343db9bcc -C extra-filename=-aa97fdd343db9bcc --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-50700e8d76132aa6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-16bcf2f6fad350c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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-f51f02d3ff43daa6/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`
48662024-12-17T07:35:31.972Z 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=4234ab9d5681e2ed -C extra-filename=-4234ab9d5681e2ed --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-50700e8d76132aa6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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-f51f02d3ff43daa6/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`
48672024-12-17T07:35:32.957Z 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=f7009ef4ad26112b -C extra-filename=-f7009ef4ad26112b --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-50700e8d76132aa6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-16bcf2f6fad350c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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-f51f02d3ff43daa6/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`
48682024-12-17T07:35:34.524Z 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=4f8d01e9458c507a -C extra-filename=-4f8d01e9458c507a --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-50700e8d76132aa6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-16bcf2f6fad350c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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-f51f02d3ff43daa6/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`
48692024-12-17T07:35:35.176Z 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=7311c832253900a4 -C extra-filename=-7311c832253900a4 --out-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-1ea19f19e0afced5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3bf70f03d69d4b86.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.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-b40c51fa8dd66248.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-ca664e81808a097b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.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-512dc8274ec525be.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-43c3c03c70e3699c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-8694772633ad9685.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-08b1d8787667c5a7.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-f51f02d3ff43daa6/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/`
48702024-12-17T07:35:36.566Z 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=b4b922112153917f -C extra-filename=-b4b922112153917f --out-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-e826a6622e885967.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-586b7f8dd4330031.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5c3ac86276bf712a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-b8067478e6266177.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-d5c3bd4328829936.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-58d788f9911fdee2.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-1663680653d058c6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
48712024-12-17T07:35:38.376Z 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=b62f468d457f5d88 -C extra-filename=-b62f468d457f5d88 --out-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-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-09c6902b3bb8a72f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
48722024-12-17T07:35:39.677Z 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=df0f2dd64da9d1cc -C extra-filename=-df0f2dd64da9d1cc --out-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-e826a6622e885967.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-586b7f8dd4330031.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5c3ac86276bf712a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-b8067478e6266177.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-d5c3bd4328829936.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-58d788f9911fdee2.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-1663680653d058c6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
48732024-12-17T07:35:40.733Z 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=867ea901a828c45e -C extra-filename=-867ea901a828c45e --out-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-e826a6622e885967.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-5c3ac86276bf712a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-b8067478e6266177.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-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-58d788f9911fdee2.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-1663680653d058c6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
48742024-12-17T07:35:40.813Z 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=652936b91e6bd69c -C extra-filename=-652936b91e6bd69c --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-16bcf2f6fad350c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48752024-12-17T07:35:51.838Z 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=08a5b58bbcf90d4d -C extra-filename=-08a5b58bbcf90d4d --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-16bcf2f6fad350c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48762024-12-17T07:35:55.588Z 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=1c51f4c260dc2dfb -C extra-filename=-1c51f4c260dc2dfb --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-16bcf2f6fad350c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48772024-12-17T07:35:57.722Z 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=d287ca00d399e80c -C extra-filename=-d287ca00d399e80c --out-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-e826a6622e885967.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-586b7f8dd4330031.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5c3ac86276bf712a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-b8067478e6266177.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-d5c3bd4328829936.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-58d788f9911fdee2.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-1663680653d058c6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
48782024-12-17T07:36:11.435Z 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=8d14966e7a3ceecc -C extra-filename=-8d14966e7a3ceecc --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-3a09f19f34b0e963.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48792024-12-17T07:36:13.088Z 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=cf0a6e538566438a -C extra-filename=-cf0a6e538566438a --out-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-b9c7e9d159509511.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8bb92d555512facc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f2bcf1b77cced66c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d8a6f486b9accf22.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.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-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.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-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72eaf5556500014f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1867deb81cbb11ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.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-0237c05546cb700c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ae73d9e57396e60e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48802024-12-17T07:36:14.020Z 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=9f5da2e8873e26f2 -C extra-filename=-9f5da2e8873e26f2 --out-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-b9c7e9d159509511.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8bb92d555512facc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f2bcf1b77cced66c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d8a6f486b9accf22.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.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-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.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-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72eaf5556500014f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1867deb81cbb11ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.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-0237c05546cb700c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ae73d9e57396e60e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48812024-12-17T07:36:15.408Z 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=bdb06d12ae672b5c -C extra-filename=-bdb06d12ae672b5c --out-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-b9c7e9d159509511.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8bb92d555512facc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f2bcf1b77cced66c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d8a6f486b9accf22.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.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-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.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-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72eaf5556500014f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1867deb81cbb11ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.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-0237c05546cb700c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ae73d9e57396e60e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48822024-12-17T07:36:17.742Z 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=6fe3d671f97e8b3c -C extra-filename=-6fe3d671f97e8b3c --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-09c6902b3bb8a72f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48832024-12-17T07:36:27.790Z 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=ff8f7be64ac2b986 -C extra-filename=-ff8f7be64ac2b986 --out-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-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.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-f51f02d3ff43daa6/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`
48842024-12-17T07:36:40.674Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48852024-12-17T07:36:40.698Z 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=858ec5f804a9688e -C extra-filename=-858ec5f804a9688e --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1a9076ac9d775ce4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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-98f780f86dc1a52a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/out`
48862024-12-17T07:36:46.667Z 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=89e31b8a33ced23d -C extra-filename=-89e31b8a33ced23d --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-27a5d9916f5bc05d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48872024-12-17T07:36:49.379Z 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=5149ed639c2e13c4 -C extra-filename=-5149ed639c2e13c4 --out-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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-512dc8274ec525be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48882024-12-17T07:36:50.028Z 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=a38dc3be29f5ef45 -C extra-filename=-a38dc3be29f5ef45 --out-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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-512dc8274ec525be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48892024-12-17T07:36:57.777Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48902024-12-17T07:36:57.801Z 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=1b5b6aa5af0b5f9c -C extra-filename=-1b5b6aa5af0b5f9c --out-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-a772d5bd3e7ecfbb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-42acc61baba13497.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-997e3be6d09f5b80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-f51f02d3ff43daa6/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`
48912024-12-17T07:37:01.556Z 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=65230102e8238d25 -C extra-filename=-65230102e8238d25 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b212b6d83e41607e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-42acc61baba13497.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-997e3be6d09f5b80.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a7264dd995c92c36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50cdc3167bd010bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48922024-12-17T07:37:04.427Z 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=8d199c9249fffef7 -C extra-filename=-8d199c9249fffef7 --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-04c7389264872f94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-42acc61baba13497.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a7264dd995c92c36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48932024-12-17T07:37:07.784Z 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=2d26a757c94a0d87 -C extra-filename=-2d26a757c94a0d87 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b212b6d83e41607e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-42acc61baba13497.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-997e3be6d09f5b80.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50cdc3167bd010bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48942024-12-17T07:37:07.827Z 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=1733cc9a19da7235 -C extra-filename=-1733cc9a19da7235 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b212b6d83e41607e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-42acc61baba13497.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-997e3be6d09f5b80.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a7264dd995c92c36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50cdc3167bd010bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48952024-12-17T07:37:10.807Z 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=ff10a6bbbaff57ed -C extra-filename=-ff10a6bbbaff57ed --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b212b6d83e41607e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-997e3be6d09f5b80.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a7264dd995c92c36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50cdc3167bd010bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
48962024-12-17T07:37:38.982Z 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=6bccc64d48e876f2 -C extra-filename=-6bccc64d48e876f2 --out-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-978a4d40f6a32f41.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-ca664e81808a097b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48972024-12-17T07:37:44.004Z 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=831ac434759ad8e4 -C extra-filename=-831ac434759ad8e4 --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-27a5d9916f5bc05d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.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-f51f02d3ff43daa6/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`
48982024-12-17T07:37:45.999Z 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=7870db9783457827 -C extra-filename=-7870db9783457827 --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-2f099e3dab9ad63f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
48992024-12-17T07:37:46.824Z 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=cf05633d3a7589f4 -C extra-filename=-cf05633d3a7589f4 --out-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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.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-6be5d1f3ee298a37.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8b6612ece790e984.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49002024-12-17T07:37:49.551Z 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=c86ceb34d435bdce -C extra-filename=-c86ceb34d435bdce --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6cc4b34d6af862a4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5c64dfc958cc2f28.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.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-6be5d1f3ee298a37.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-baa34b09cfdca36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49012024-12-17T07:37:49.816Z 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=dddb9ec0f02d9175 -C extra-filename=-dddb9ec0f02d9175 --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49022024-12-17T07:37:51.530Z 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=2adbaf8353863675 -C extra-filename=-2adbaf8353863675 --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49032024-12-17T07:37:52.536Z 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=21811472c1a9eab8 -C extra-filename=-21811472c1a9eab8 --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49042024-12-17T07:37:53.194Z 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=d3d86e31e4334207 -C extra-filename=-d3d86e31e4334207 --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49052024-12-17T07:37:54.074Z 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=048e8a449cd4f411 -C extra-filename=-048e8a449cd4f411 --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49062024-12-17T07:37:54.194Z 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=de85a69f64605aae -C extra-filename=-de85a69f64605aae --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49072024-12-17T07:38:12.323Z 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=3bfc1be39abd468a -C extra-filename=-3bfc1be39abd468a --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-f2802ebc70158e92.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.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-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49082024-12-17T07:38:12.997Z 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=4584431134c0fca0 -C extra-filename=-4584431134c0fca0 --out-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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-f51f02d3ff43daa6/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`
49092024-12-17T07:38:14.065Z 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=ff61c3c47c5017b4 -C extra-filename=-ff61c3c47c5017b4 --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-a8be82eeaab35832.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-65bd364eebe9ec90.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a807f22acd8e8602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-a5bd4633425b7308.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d2a076a9778c281e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
49102024-12-17T07:38:14.709Z 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=9611e68684434efd -C extra-filename=-9611e68684434efd --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-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-65bd364eebe9ec90.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a807f22acd8e8602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-a5bd4633425b7308.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d2a076a9778c281e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
49112024-12-17T07:38:25.696Z 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=8acbcaf99888ac17 -C extra-filename=-8acbcaf99888ac17 --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-a8be82eeaab35832.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-65bd364eebe9ec90.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a807f22acd8e8602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-a5bd4633425b7308.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d2a076a9778c281e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
49122024-12-17T07:38:35.217Z 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=61023c091da9e167 -C extra-filename=-61023c091da9e167 --out-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-299fe34bb7018b50.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-35da1813153a5425.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2c7bfbb3712dd399.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49132024-12-17T07:38:36.031Z 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=77f901f0b4783ef1 -C extra-filename=-77f901f0b4783ef1 --out-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-299fe34bb7018b50.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a7264dd995c92c36.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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`
49142024-12-17T07:38:37.726Z 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=27c72e3437c38b84 -C extra-filename=-27c72e3437c38b84 --out-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-04c7389264872f94.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.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-61f58d8400e669c8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1a9076ac9d775ce4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.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-fb716649faf5c281.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-544ca801dccddab8/out`
49152024-12-17T07:38:43.778Z 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=7488f350f4c49342 -C extra-filename=-7488f350f4c49342 --out-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-04c7389264872f94.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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`
49162024-12-17T07:38:45.002Z 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=b4d62525d75d6e63 -C extra-filename=-b4d62525d75d6e63 --out-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-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49172024-12-17T07:38:47.926Z 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=7cc7d49d4d58a2d5 -C extra-filename=-7cc7d49d4d58a2d5 --out-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-27a5d9916f5bc05d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49182024-12-17T07:38:52.806Z 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=22bd369448d2111d -C extra-filename=-22bd369448d2111d --out-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-b9c7e9d159509511.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8bb92d555512facc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f2bcf1b77cced66c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d8a6f486b9accf22.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.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-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.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-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72eaf5556500014f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1867deb81cbb11ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.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-0237c05546cb700c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ae73d9e57396e60e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49192024-12-17T07:39:00.051Z 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=df57e8e06ad5a8a0 -C extra-filename=-df57e8e06ad5a8a0 --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-978a4d40f6a32f41.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49202024-12-17T07:39:02.660Z 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=35028a56c34f17f6 -C extra-filename=-35028a56c34f17f6 --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-299fe34bb7018b50.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49212024-12-17T07:39:03.592Z 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=fa5275d1a2270b8b -C extra-filename=-fa5275d1a2270b8b --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-27a5d9916f5bc05d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49222024-12-17T07:39:04.546Z 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=34de2bdd2b963adc -C extra-filename=-34de2bdd2b963adc --out-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-299fe34bb7018b50.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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`
49232024-12-17T07:39:07.057Z 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=bf2cf7db78351620 -C extra-filename=-bf2cf7db78351620 --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-978a4d40f6a32f41.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49242024-12-17T07:39:07.249Z 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=db9f355fe3b5543b -C extra-filename=-db9f355fe3b5543b --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-ae373a61f7611bdf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ce04b54401003a2a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49252024-12-17T07:39:08.155Z 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=2f83f5de0bd25720 -C extra-filename=-2f83f5de0bd25720 --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-04c7389264872f94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49262024-12-17T07:39:09.087Z 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=c1968a90963fcc2c -C extra-filename=-c1968a90963fcc2c --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-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.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-f51f02d3ff43daa6/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`
49272024-12-17T07:39:11.090Z 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=4ea5fd3f0eeb931a -C extra-filename=-4ea5fd3f0eeb931a --out-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-299fe34bb7018b50.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49282024-12-17T07:39:11.203Z 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=1739674225632d11 -C extra-filename=-1739674225632d11 --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-e568f608c038bf88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
49292024-12-17T07:39:12.360Z 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=6e943aaf14b71d39 -C extra-filename=-6e943aaf14b71d39 --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-e568f608c038bf88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
49302024-12-17T07:39:13.043Z 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=95559cd67d3c309f -C extra-filename=-95559cd67d3c309f --out-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-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49312024-12-17T07:39:13.421Z 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=a4f62f72d4ce33bb -C extra-filename=-a4f62f72d4ce33bb --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-5086f03f9a64c4f7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49322024-12-17T07:39:15.405Z 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=9f0d2e583dd16e6d -C extra-filename=-9f0d2e583dd16e6d --out-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-978a4d40f6a32f41.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49332024-12-17T07:39:16.109Z 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=9464b468af8ebbc7 -C extra-filename=-9464b468af8ebbc7 --out-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-04c7389264872f94.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0ae63652c586835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a29321799a9c0d8b.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-0f83e8ff14372df5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.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-6cce636785c1ad8f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49342024-12-17T07:39:17.321Z 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=8783a691c40f30c3 -C extra-filename=-8783a691c40f30c3 --out-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-682908a173130254.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5c64dfc958cc2f28.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f2802ebc70158e92.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-e4566d6f07a54155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-6cce636785c1ad8f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49352024-12-17T07:39:23.227Z 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=39ea247f14310f69 -C extra-filename=-39ea247f14310f69 --out-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-299fe34bb7018b50.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49362024-12-17T07:39:25.950Z 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=4e2a70cf0b7a2f30 -C extra-filename=-4e2a70cf0b7a2f30 --out-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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.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-33ace99d79ffcb8c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49372024-12-17T07:39:31.479Z 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=71ec916fdcc234e3 -C extra-filename=-71ec916fdcc234e3 --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-c59f5ad533c1eb60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49382024-12-17T07:39:31.512Z 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=7b720cf3dd332a88 -C extra-filename=-7b720cf3dd332a88 --out-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-04c7389264872f94.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49392024-12-17T07:39:31.862Z 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=c6e88fe3ed221784 -C extra-filename=-c6e88fe3ed221784 --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-13d7cffa0ff461f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49402024-12-17T07:39:36.012Z 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=a7dc4eac956f2ca5 -C extra-filename=-a7dc4eac956f2ca5 --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-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49412024-12-17T07:39:39.264Z 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=9d83d6f6f2965fbe -C extra-filename=-9d83d6f6f2965fbe --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-c59f5ad533c1eb60.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49422024-12-17T07:39:39.856Z 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=dce00c14d1cd469e -C extra-filename=-dce00c14d1cd469e --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-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-76d1ec4cbf1916b6.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-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49432024-12-17T07:39:40.325Z 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=95c5f4c5ff9484b1 -C extra-filename=-95c5f4c5ff9484b1 --out-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-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ec72033c1fe574e7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1f9d8ae362d86e6d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49442024-12-17T07:39:41.549Z 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=3de7f5b3bba6a206 -C extra-filename=-3de7f5b3bba6a206 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49452024-12-17T07:39:45.341Z 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=9e7fe92e2708427e -C extra-filename=-9e7fe92e2708427e --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49462024-12-17T07:39:46.976Z 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=ba07afdd40da5003 -C extra-filename=-ba07afdd40da5003 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49472024-12-17T07:39:48.135Z 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=04fb9e6ed0644665 -C extra-filename=-04fb9e6ed0644665 --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-61f58d8400e669c8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fc65883ec9e692b3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-50bc72f9b9667a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
49482024-12-17T07:39:48.289Z 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=0dd0063a84bf74c0 -C extra-filename=-0dd0063a84bf74c0 --out-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-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-61f58d8400e669c8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ec72033c1fe574e7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49492024-12-17T07:39:49.699Z 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=25110de1f474b80c -C extra-filename=-25110de1f474b80c --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-2961ce23e8a7db04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49502024-12-17T07:39:50.335Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49512024-12-17T07:39:50.358Z 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=0215ee550f2cf073 -C extra-filename=-0215ee550f2cf073 --out-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-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49522024-12-17T07:39:52.258Z 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=032e63cfd5c8accf -C extra-filename=-032e63cfd5c8accf --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-27a5d9916f5bc05d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49532024-12-17T07:39:52.886Z 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=6127b670157c1525 -C extra-filename=-6127b670157c1525 --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-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.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-690a9c88e2024cdf.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-f51f02d3ff43daa6/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`
49542024-12-17T07:39:53.455Z 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=5a370a71f5e7c164 -C extra-filename=-5a370a71f5e7c164 --out-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-1ea19f19e0afced5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-cb1999aa1c46975f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49552024-12-17T07:39:55.616Z 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=7e95e20242d3f7e1 -C extra-filename=-7e95e20242d3f7e1 --out-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-1ea19f19e0afced5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-cb1999aa1c46975f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49562024-12-17T07:39:55.824Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49572024-12-17T07:39:55.847Z 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=c21c25f871181ebf -C extra-filename=-c21c25f871181ebf --out-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-978a4d40f6a32f41.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-f51f02d3ff43daa6/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`
49582024-12-17T07:39:56.553Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49592024-12-17T07:39:56.577Z 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=8c61361020f04d54 -C extra-filename=-8c61361020f04d54 --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.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-09c6902b3bb8a72f.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-f51f02d3ff43daa6/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`
49602024-12-17T07:39:57.604Z 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=afb860e618d56281 -C extra-filename=-afb860e618d56281 --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.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-09c6902b3bb8a72f.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-f51f02d3ff43daa6/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`
49612024-12-17T07:39:57.632Z 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=895265c29947759f -C extra-filename=-895265c29947759f --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-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-f51f02d3ff43daa6/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`
49622024-12-17T07:39:58.273Z 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=aee4c641de8921c8 -C extra-filename=-aee4c641de8921c8 --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-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49632024-12-17T07:39:59.299Z 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=b47a51de1d6271d7 -C extra-filename=-b47a51de1d6271d7 --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-d0dc896855456ebf.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d3105201797ce94c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49642024-12-17T07:40:00.098Z 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=ddc8d6b6451ae0c6 -C extra-filename=-ddc8d6b6451ae0c6 --out-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-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-61f58d8400e669c8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49652024-12-17T07:40:00.755Z 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=0ed41e48efba5907 -C extra-filename=-0ed41e48efba5907 --out-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-27a5d9916f5bc05d.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-61f58d8400e669c8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49662024-12-17T07:40:01.014Z 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=5dcbcd5093539ccb -C extra-filename=-5dcbcd5093539ccb --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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49672024-12-17T07:40:03.818Z 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=57df8aaecafdbf4e -C extra-filename=-57df8aaecafdbf4e --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-e67ff7c7171db07f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49682024-12-17T07:40:03.847Z 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=9a5376700dd9442d -C extra-filename=-9a5376700dd9442d --out-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-04c7389264872f94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49692024-12-17T07:40:07.539Z 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=0d5f45a24d29de3c -C extra-filename=-0d5f45a24d29de3c --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-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49702024-12-17T07:40:09.837Z 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=636c05fca7b1cb6d -C extra-filename=-636c05fca7b1cb6d --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-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49712024-12-17T07:40:10.809Z 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=f8bb8a3776cb9b97 -C extra-filename=-f8bb8a3776cb9b97 --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-299fe34bb7018b50.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a807f22acd8e8602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-a5bd4633425b7308.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49722024-12-17T07:40:11.296Z 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=9661855a3223b5fc -C extra-filename=-9661855a3223b5fc --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-04c7389264872f94.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49732024-12-17T07:40:12.140Z 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=4f381389647937c2 -C extra-filename=-4f381389647937c2 --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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49742024-12-17T07:40:13.010Z 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=dc382db86908bdfb -C extra-filename=-dc382db86908bdfb --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-fc345351288a4049.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49752024-12-17T07:40:13.038Z 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=9eb8e19d39ead84e -C extra-filename=-9eb8e19d39ead84e --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-27a5d9916f5bc05d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49762024-12-17T07:40:14.941Z 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=727c9b8a9cabe523 -C extra-filename=-727c9b8a9cabe523 --out-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-27a5d9916f5bc05d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49772024-12-17T07:40:15.138Z 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=d70eb4f000ad9cca -C extra-filename=-d70eb4f000ad9cca --out-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-1ea19f19e0afced5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-cb1999aa1c46975f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
49782024-12-17T07:40:15.207Z 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=de6ad40cffb17976 -C extra-filename=-de6ad40cffb17976 --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-27a5d9916f5bc05d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49792024-12-17T07:40:17.649Z 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=37533931eb9d3043 -C extra-filename=-37533931eb9d3043 --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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49802024-12-17T07:40:19.755Z 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=1f958efcf260ecef -C extra-filename=-1f958efcf260ecef --out-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-1ea19f19e0afced5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --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-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49812024-12-17T07:40:19.835Z 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=efd491ae4aa95b1d -C extra-filename=-efd491ae4aa95b1d --out-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-299fe34bb7018b50.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-066c09605473f46e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.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-7344693e8d0c4cb9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.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-d22f6e98eb28116d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6c028b5311258b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d23a9a4141e5fb7c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1871b9f9df99f291.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6d77c826d61bdeb3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-6cce636785c1ad8f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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-f51f02d3ff43daa6/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)'`
49822024-12-17T07:40:21.722Z 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=4d73e810ea7d5dd7 -C extra-filename=-4d73e810ea7d5dd7 --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6d77c826d61bdeb3.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49832024-12-17T07:40:22.639Z 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=0aed3abea831ed0e -C extra-filename=-0aed3abea831ed0e --out-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-682908a173130254.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f38870b89dd540f6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-6cce636785c1ad8f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f7ea44e4a6d36c20/out/lib`
49842024-12-17T07:40:27.331Z 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=86b910621230d6ef -C extra-filename=-86b910621230d6ef --out-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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49852024-12-17T07:40:28.780Z 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=247b00073c2afbc6 -C extra-filename=-247b00073c2afbc6 --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-27a5d9916f5bc05d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49862024-12-17T07:40:40.899Z 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=048be71eca63d0fa -C extra-filename=-048be71eca63d0fa --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-61f58d8400e669c8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
49872024-12-17T07:40:41.203Z 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=491697cf3c0309d1 -C extra-filename=-491697cf3c0309d1 --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-27a5d9916f5bc05d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/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`
49882024-12-17T07:40:41.465Z 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=22aa59fe5b54d8bd -C extra-filename=-22aa59fe5b54d8bd --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-de5aabf8230215ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49892024-12-17T07:40:41.494Z 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=8de9819baea5e77e -C extra-filename=-8de9819baea5e77e --out-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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-61f58d8400e669c8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49902024-12-17T07:40:42.936Z 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=62bc14a010d0f54c -C extra-filename=-62bc14a010d0f54c --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-61f58d8400e669c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49912024-12-17T07:40:43.384Z 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=5b2ba2fe90c3b4f8 -C extra-filename=-5b2ba2fe90c3b4f8 --out-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-27a5d9916f5bc05d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49922024-12-17T07:40:43.531Z 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=93eb4ed06c1dd333 -C extra-filename=-93eb4ed06c1dd333 --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-61f58d8400e669c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
49932024-12-17T07:40:44.525Z 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=dc08961d165fc3e5 -C extra-filename=-dc08961d165fc3e5 --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-61f58d8400e669c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49942024-12-17T07:40:45.544Z 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=a19dea76473eab7c -C extra-filename=-a19dea76473eab7c --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-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-f51f02d3ff43daa6/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`
49952024-12-17T07:40:45.655Z 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=73ddef3c0e686ad2 -C extra-filename=-73ddef3c0e686ad2 --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-61f58d8400e669c8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
49962024-12-17T07:40:46.156Z 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=10ee1a3c6fc2be6e -C extra-filename=-10ee1a3c6fc2be6e --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-61f58d8400e669c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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-f51f02d3ff43daa6/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`
49972024-12-17T07:40:46.672Z 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=35383ab36e44a174 -C extra-filename=-35383ab36e44a174 --out-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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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-2210903cd7c4eef8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49982024-12-17T07:40:47.018Z 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=690d110947b5108a -C extra-filename=-690d110947b5108a --out-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-04c7389264872f94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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`
49992024-12-17T07:40:47.635Z 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=f4b3cc241c78e2c3 -C extra-filename=-f4b3cc241c78e2c3 --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-0ee0233e5617927e.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-35da1813153a5425.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-0d398de96c2797c0.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-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cc6e19a156ae140.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8447dd84c7f708b7.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-1e8ffa1d88a12002.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6bdf7a052bf87098.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f37be023c15ca090.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4c5218e8ae58a0ca.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f0a9b5b9dbb8f112.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-81cf170a1620913b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c93dbf92b17a3798.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-447d89bc135f427e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.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-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-036cca9dc188c6e4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6e2ccfae76fe2b41.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-0b27143752e82f0f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-93091f9b7d746000.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5138d9341ed90c96.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8eef794c90ec2924.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 nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b7e7ba153c8ce4a4.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-e364052618a87cf6.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-aa455605fbdbfcdc.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-e6baaf22e3880156.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-48d3f4fecf53e3a5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.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-9ec3430c0d221d04.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0833fd7671d2ba3b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-858ad1460362b7f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee74c8410020b2be.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a90beb7656eeafc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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-f88a2524427e5edd.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f286a5019f7f09d2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5629bde6ea431e7.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-20bacefd969b8545.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-392377e309c3807e.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.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-c570c80eb1f719a3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f3dc5bd40fa101c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3854c29887cf38fa.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-41af3ff33a822ba4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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-f51f02d3ff43daa6/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`
50002024-12-17T07:40:48.090Z 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=56c9d00eda917d32 -C extra-filename=-56c9d00eda917d32 --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-f2802ebc70158e92.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50012024-12-17T07:42:30.865Z 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=bef941e0219a1f0d -C extra-filename=-bef941e0219a1f0d --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-92e17575996ba755.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-6cce636785c1ad8f.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-ae73d9e57396e60e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
50022024-12-17T07:42:30.934Z 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=354a552f90bc7203 -C extra-filename=-354a552f90bc7203 --out-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-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-997e3be6d09f5b80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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`
50032024-12-17T07:42:30.934Z 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=2bbd8ca8895bed19 -C extra-filename=-2bbd8ca8895bed19 --out-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-426a7d292fa40296.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc93a9ed752f0ffc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7d08e9ce9010ad83.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d63b65eb7d8abaee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4ff4e7996e6e4aca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c3f2f1eb9b48fd49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-fd3584e17e59eea5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2b8465fa289b2423.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.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-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.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-aa455605fbdbfcdc.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-e8b44a3df1e45864.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-a7264dd995c92c36.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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/`
50042024-12-17T07:42:30.935Z 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=3a95711a8857390e -C extra-filename=-3a95711a8857390e --out-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-426a7d292fa40296.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4ff4e7996e6e4aca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f2802ebc70158e92.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
50052024-12-17T07:42:30.935Z 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=7ab760663c193fbe -C extra-filename=-7ab760663c193fbe --out-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-426a7d292fa40296.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.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-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-04fc9090400a9d18.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5c3ac86276bf712a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.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-ae73d9e57396e60e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-1663680653d058c6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
50062024-12-17T07:42:30.959Z 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=fe2bcfd32559ab92 -C extra-filename=-fe2bcfd32559ab92 --out-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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-92e17575996ba755.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-6cce636785c1ad8f.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-ae73d9e57396e60e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
50072024-12-17T07:42:33.695Z 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=7e44d61bdc163be7 -C extra-filename=-7e44d61bdc163be7 --out-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-426a7d292fa40296.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc93a9ed752f0ffc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7d08e9ce9010ad83.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d63b65eb7d8abaee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4ff4e7996e6e4aca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c3f2f1eb9b48fd49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-fd3584e17e59eea5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2b8465fa289b2423.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.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-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.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-aa455605fbdbfcdc.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-e8b44a3df1e45864.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-a7264dd995c92c36.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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/`
50082024-12-17T07:42:33.860Z 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=af450a424aff55fe -C extra-filename=-af450a424aff55fe --out-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-426a7d292fa40296.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc93a9ed752f0ffc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7d08e9ce9010ad83.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d63b65eb7d8abaee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4ff4e7996e6e4aca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c3f2f1eb9b48fd49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-fd3584e17e59eea5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2b8465fa289b2423.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.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-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.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-aa455605fbdbfcdc.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-e8b44a3df1e45864.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-a7264dd995c92c36.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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/`
50092024-12-17T07:42:37.485Z 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=636d94b9f57c9ec0 -C extra-filename=-636d94b9f57c9ec0 --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc93a9ed752f0ffc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7d08e9ce9010ad83.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-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d63b65eb7d8abaee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-fd3584e17e59eea5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2b8465fa289b2423.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.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-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.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-e8b44a3df1e45864.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
50102024-12-17T07:42:46.169Z 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=4bd42caa0297f436 -C extra-filename=-4bd42caa0297f436 --out-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-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-cf6a8ae3314f3f3b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.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-997e3be6d09f5b80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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`
50112024-12-17T07:42:57.339Z 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=c5f644de2acb4bb1 -C extra-filename=-c5f644de2acb4bb1 --out-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-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-cf6a8ae3314f3f3b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.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-997e3be6d09f5b80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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-f51f02d3ff43daa6/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`
50122024-12-17T07:43:01.509Z 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=362a80d47c501c4a -C extra-filename=-362a80d47c501c4a --out-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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc93a9ed752f0ffc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7d08e9ce9010ad83.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-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d63b65eb7d8abaee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-fd3584e17e59eea5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2b8465fa289b2423.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.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-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.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-e8b44a3df1e45864.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
50132024-12-17T07:43:24.416Z 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=4b13f4022647c9ab -C extra-filename=-4b13f4022647c9ab --out-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-426a7d292fa40296.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.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-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-04fc9090400a9d18.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5c3ac86276bf712a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.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-ae73d9e57396e60e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.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-1663680653d058c6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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-f51f02d3ff43daa6/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`
50142024-12-17T07:56:21.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28m 47s
50152024-12-17T07:56:33.981Z
50162024-12-17T07:56:34.010Zreal 28:59.356356750
50172024-12-17T07:56:34.010Zuser 1:46:08.507320278
50182024-12-17T07:56:34.010Zsys 32:55.198923778
50192024-12-17T07:56:34.010Ztrap 40.100201312
50202024-12-17T07:56:34.010Ztflt 3.452739033
50212024-12-17T07:56:34.010Zdflt 37:27.071104953
50222024-12-17T07:56:34.010Zkflt 0.517858430
50232024-12-17T07:56:34.010Zlock 5:31:08.326773543
50242024-12-17T07:56:34.010Zslp 15:32:20.333629588
50252024-12-17T07:56:34.010Zlat 41:47.811519180
50262024-12-17T07:56:34.010Zstop 8:13.856387418
50272024-12-17T07:56:34.989Z+ banner test
50282024-12-17T07:56:35.023Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
50292024-12-17T07:56:35.973Z
50302024-12-17T07:56:35.973Z ##### ###### #### #####
50312024-12-17T07:56:35.973Z # # # #
50322024-12-17T07:56:35.973Z # ##### #### #
50332024-12-17T07:56:35.973Z # # # #
50342024-12-17T07:56:35.973Z # # # # #
50352024-12-17T07:56:35.973Z # ###### #### #
50362024-12-17T07:56:35.973Z
50372024-12-17T07:56:38.671Zinfo: experimental features enabled: setup-scripts
50382024-12-17T07:56:41.043Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
50392024-12-17T07:56:41.087Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
50402024-12-17T07:56:41.122Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50412024-12-17T07:56:41.151Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50422024-12-17T07:56:54.609Z Finished `test` profile [unoptimized + debuginfo] target(s) in 15.91s
50432024-12-17T07:56:58.320Z────────────
50442024-12-17T07:56:58.320Z Nextest run ID c06cd053-78fe-449a-9168-c0e120f9278e with nextest profile: ci
50452024-12-17T07:56:58.344Z Starting 1719 tests across 178 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
50462024-12-17T07:56:58.344Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
50472024-12-17T07:56:59.375Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50482024-12-17T07:57:02.151Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50492024-12-17T07:57:04.628Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50502024-12-17T07:57:12.823Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.41s
50512024-12-17T07:57:12.926Z Running `target/debug/crdb-seed`
50522024-12-17T07:57:12.987ZDec 17 07:57:12.017 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpiKNPOk
50532024-12-17T07:57:13.014ZDec 17 07:57:12.018 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp1SR8g5,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpiKNPOk/listen-url
50542024-12-17T07:57:13.014ZDec 17 07:57:12.020 INFO cockroach environment: BUILDOMAT_JOB_ID=01JF9QS2BWQ69JQ29BMYWBT7Y2 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_BRANCH=eliza/dropshot-1180 GITHUB_REF=refs/heads/eliza/dropshot-1180 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 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-f51f02d3ff43daa6/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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-env3FX47f NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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=c06cd053-78fe-449a-9168-c0e120f9278e 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
50552024-12-17T07:57:13.757ZDec 17 07:57:12.788 INFO cockroach pid: 9288
50562024-12-17T07:57:13.758ZDec 17 07:57:12.788 INFO cockroach listen URL: postgresql://root@[::1]:41666/omicron?sslmode=disable
50572024-12-17T07:57:13.758ZDec 17 07:57:12.788 INFO cockroach: populating
50582024-12-17T07:57:16.121ZDec 17 07:57:15.152 INFO cockroach: populated
50592024-12-17T07:57:17.361ZDec 17 07:57:16.391 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/7b407944d72adf57b9399a944886614e49ac1a89225f6dcd880d61e7e086145e.tar`
50602024-12-17T07:57:17.385Z SETUP PASS [ 19.047s] crdb-seed: cargo run -p crdb-seed --profile test
50612024-12-17T07:57:17.385Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
50622024-12-17T07:57:18.455Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
50632024-12-17T07:57:18.478Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
50642024-12-17T07:57:18.478Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
50652024-12-17T07:57:18.478Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
50662024-12-17T07:57:18.478Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50672024-12-17T07:57:20.802Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
50682024-12-17T07:57:23.892Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
50692024-12-17T07:57:29.259Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
50702024-12-17T07:57:38.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.54s
50712024-12-17T07:57:38.104Z Running `target/debug/clickhouse-cluster-dev`
50722024-12-17T07:57:38.166ZDec 17 07:57:37.196 INFO Setting up a ClickHouse cluster
50732024-12-17T07:57:38.189ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
50742024-12-17T07:57:38.189ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
50752024-12-17T07:57:38.189ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
50762024-12-17T07:57:38.189ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
50772024-12-17T07:57:38.189ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
50782024-12-17T07:57:40.269ZDec 17 07:57:39.299 INFO ClickHouse server ready
50792024-12-17T07:57:40.292ZDec 17 07:57:39.300 INFO ClickHouse server ready
50802024-12-17T07:57:40.536ZDec 17 07:57:39.567 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
50812024-12-17T07:57:40.560Z SETUP PASS [ 23.175s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
50822024-12-17T07:57:40.604Z PASS [ 0.057s] authz-macros tests::test_authz_snapshots
50832024-12-17T07:57:40.627Z PASS [ 0.059s] api_identity test::test_identity
50842024-12-17T07:57:40.627Z PASS [ 0.066s] bootstore trust_quorum::rack_secret::tests::create_and_verify
50852024-12-17T07:57:40.627Z PASS [ 0.067s] bootstore schemes::v0::share_pkg::tests::create_packages
50862024-12-17T07:57:40.627Z PASS [ 0.075s] bootstore schemes::tests::hello_roundtrip
50872024-12-17T07:57:40.650Z PASS [ 0.087s] api_identity test::test_identity_no_field
50882024-12-17T07:57:40.650Z PASS [ 0.041s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
50892024-12-17T07:57:40.673Z PASS [ 0.121s] bootstore schemes::v0::peer::tests::network_config
50902024-12-17T07:57:40.697Z PASS [ 0.034s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
50912024-12-17T07:57:40.697Z PASS [ 0.068s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
50922024-12-17T07:57:40.697Z PASS [ 0.048s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
50932024-12-17T07:57:40.697Z PASS [ 0.028s] clickhouse-admin-types tests::test_empty_output_parse_fail
50942024-12-17T07:57:40.720Z PASS [ 0.029s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
50952024-12-17T07:57:40.743Z PASS [ 0.032s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
50962024-12-17T07:57:40.743Z PASS [ 0.039s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
50972024-12-17T07:57:40.743Z PASS [ 0.035s] clickhouse-admin-types tests::test_full_lgif_parse_success
50982024-12-17T07:57:40.767Z PASS [ 0.032s] clickhouse-admin-types tests::test_full_raft_config_parse_success
50992024-12-17T07:57:40.767Z PASS [ 0.034s] clickhouse-admin-types tests::test_generate_replica_config
51002024-12-17T07:57:40.790Z PASS [ 0.043s] clickhouse-admin-types tests::test_generate_keeper_config
51012024-12-17T07:57:40.790Z PASS [ 0.035s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51022024-12-17T07:57:40.790Z PASS [ 0.029s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51032024-12-17T07:57:40.790Z PASS [ 0.165s] cert-dev::test-cert-dev test_cert_create
51042024-12-17T07:57:40.813Z PASS [ 0.033s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51052024-12-17T07:57:40.813Z PASS [ 0.032s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
51062024-12-17T07:57:40.813Z PASS [ 0.038s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51072024-12-17T07:57:40.836Z PASS [ 0.033s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
51082024-12-17T07:57:40.836Z PASS [ 0.033s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
51092024-12-17T07:57:40.836Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
51102024-12-17T07:57:40.860Z PASS [ 0.034s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
51112024-12-17T07:57:40.860Z PASS [ 0.030s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
51122024-12-17T07:57:40.860Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
51132024-12-17T07:57:40.883Z PASS [ 0.040s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
51142024-12-17T07:57:40.883Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
51152024-12-17T07:57:40.883Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
51162024-12-17T07:57:40.883Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
51172024-12-17T07:57:40.907Z PASS [ 0.034s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
51182024-12-17T07:57:40.907Z PASS [ 0.032s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
51192024-12-17T07:57:40.907Z PASS [ 0.033s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
51202024-12-17T07:57:40.930Z PASS [ 0.032s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
51212024-12-17T07:57:40.930Z PASS [ 0.031s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
51222024-12-17T07:57:40.930Z PASS [ 0.029s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
51232024-12-17T07:57:40.930Z PASS [ 0.029s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
51242024-12-17T07:57:40.953Z PASS [ 0.028s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
51252024-12-17T07:57:40.953Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
51262024-12-17T07:57:40.953Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
51272024-12-17T07:57:40.977Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
51282024-12-17T07:57:40.977Z PASS [ 0.022s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
51292024-12-17T07:57:40.977Z PASS [ 0.022s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
51302024-12-17T07:57:41.000Z PASS [ 0.081s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
51312024-12-17T07:57:41.024Z PASS [ 0.092s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
51322024-12-17T07:57:41.073Z PASS [ 0.072s] db-macros lookup::test::test_lookup_snapshots
51332024-12-17T07:57:41.097Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_for_enums
51342024-12-17T07:57:41.120Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
51352024-12-17T07:57:41.143Z PASS [ 0.167s] db-dev::test-db-dev test_db_dev_wipe_no_args
51362024-12-17T07:57:41.143Z PASS [ 0.176s] db-dev::test-db-dev test_db_dev_populate_no_args
51372024-12-17T07:57:41.167Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
51382024-12-17T07:57:41.167Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
51392024-12-17T07:57:41.167Z PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
51402024-12-17T07:57:41.190Z PASS [ 0.031s] db-macros tests::test_derive_snapshots
51412024-12-17T07:57:41.190Z PASS [ 0.028s] db-macros tests::test_derive_with_unknown_field
51422024-12-17T07:57:41.352Z PASS [ 0.173s] dns-server storage::test::test_update_in_progress
51432024-12-17T07:57:41.376Z PASS [ 0.174s] dns-server storage::test::test_update_interrupted
51442024-12-17T07:57:41.376Z PASS [ 0.195s] dns-server storage::test::test_update_basic
51452024-12-17T07:57:41.666Z PASS [ 1.120s] bootstore schemes::v0::peer::tests::basic_3_nodes
51462024-12-17T07:57:41.748Z PASS [ 0.386s] dns-server::basic_test answers_match_question
51472024-12-17T07:57:41.773Z PASS [ 0.393s] dns-server::basic_test aaaa_crud
51482024-12-17T07:57:41.773Z PASS [ 0.401s] dns-server::basic_test a_crud
51492024-12-17T07:57:41.902Z PASS [ 0.236s] dns-server::basic_test empty_record
51502024-12-17T07:57:41.969Z PASS [ 0.213s] dns-server::basic_test nxdomain
51512024-12-17T07:57:42.004Z PASS [ 0.256s] dns-server::basic_test multi_record_crud
51522024-12-17T07:57:42.029Z PASS [ 0.262s] dns-server::basic_test name_contains_zone
51532024-12-17T07:57:42.061Z PASS [ 0.043s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
51542024-12-17T07:57:42.097Z PASS [ 0.035s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
51552024-12-17T07:57:42.175Z PASS [ 0.077s] illumos-utils destructor::test::test_delayed_delete
51562024-12-17T07:57:42.199Z PASS [ 0.284s] dns-server::basic_test servfail
51572024-12-17T07:57:42.222Z PASS [ 0.034s] illumos-utils destructor::test::test_destructor_bad_close
51582024-12-17T07:57:42.254Z PASS [ 0.032s] illumos-utils link::test::test_allocate
51592024-12-17T07:57:42.278Z PASS [ 0.293s] dns-server::basic_test srv_crud
51602024-12-17T07:57:42.301Z PASS [ 0.033s] illumos-utils link::test::test_allocate_within_scopes
51612024-12-17T07:57:42.302Z PASS [ 0.032s] illumos-utils running_zone::tests::test_is_oxide_smf_service
51622024-12-17T07:57:42.325Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_avail
51632024-12-17T07:57:42.349Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_quota
51642024-12-17T07:57:42.373Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_reservation
51652024-12-17T07:57:42.373Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_usage
51662024-12-17T07:57:42.396Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_uuid
51672024-12-17T07:57:42.420Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_missing_fields
51682024-12-17T07:57:42.420Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_props
51692024-12-17T07:57:42.444Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_props_with_optionals
51702024-12-17T07:57:42.467Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_too_many_columns
51712024-12-17T07:57:42.467Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
51722024-12-17T07:57:42.491Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
51732024-12-17T07:57:42.515Z PASS [ 0.032s] illumos-utils zfs::test::parse_quota_ignored_if_default
51742024-12-17T07:57:42.539Z PASS [ 0.034s] illumos-utils zfs::test::parse_reservation_ignored_if_default
51752024-12-17T07:57:42.539Z PASS [ 0.033s] illumos-utils zfs::test::parse_sorts_and_dedups
51762024-12-17T07:57:42.563Z PASS [ 0.033s] illumos-utils zone::tests::test_parse_ip_network
51772024-12-17T07:57:42.587Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool
51782024-12-17T07:57:42.587Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
51792024-12-17T07:57:42.966Z PASS [ 0.790s] illumos-utils destructor::test::test_delayed_delete_with_error
51802024-12-17T07:57:43.118Z PASS [ 0.151s] installinator-common block_size_writer::tests::proptest_block_writer
51812024-12-17T07:57:43.401Z PASS [ 2.793s] bootstore::v0-fsm-proptest-learner run
51822024-12-17T07:57:44.130Z PASS [ 1.012s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
51832024-12-17T07:57:44.154Z PASS [ 0.737s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
51842024-12-17T07:57:44.357Z PASS [ 0.227s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
51852024-12-17T07:57:44.395Z PASS [ 1.817s] installinator write::tests::proptest_write_artifact
51862024-12-17T07:57:44.475Z PASS [ 0.336s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
51872024-12-17T07:57:44.636Z PASS [ 0.278s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
51882024-12-17T07:57:44.674Z PASS [ 0.278s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
51892024-12-17T07:57:44.701Z PASS [ 0.065s] internal-dns-types config::test::display_hosts
51902024-12-17T07:57:44.725Z PASS [ 0.034s] internal-dns-types config::test::display_srv_service
51912024-12-17T07:57:44.748Z PASS [ 0.040s] internal-dns-types config::test::test_builder_errors
51922024-12-17T07:57:44.772Z PASS [ 0.051s] internal-dns-types config::test::test_builder_output
51932024-12-17T07:57:44.796Z PASS [ 0.033s] internal-dns-types diff::test::diff_different
51942024-12-17T07:57:44.796Z PASS [ 0.029s] internal-dns-types diff::test::diff_equivalent
51952024-12-17T07:57:44.819Z PASS [ 0.329s] internal-dns-resolver resolver::test::update_record
51962024-12-17T07:57:44.819Z PASS [ 0.035s] internal-dns-types diff::test::diff_invalid
51972024-12-17T07:57:44.843Z PASS [ 0.047s] ipcc tests::deserialize_fixed_value
51982024-12-17T07:57:44.867Z PASS [ 0.045s] ipcc tests::installinator_image_id_round_trip
51992024-12-17T07:57:44.891Z PASS [ 0.065s] ipcc tests::serialized_size
52002024-12-17T07:57:44.916Z PASS [ 0.034s] key-manager tests::disk_encryption_key_epoch_0
52012024-12-17T07:57:44.940Z PASS [ 0.080s] key-manager tests::different_disks_produce_different_keys
52022024-12-17T07:57:44.940Z PASS [ 0.069s] key-manager tests::different_ikm_produces_different_keys
52032024-12-17T07:57:44.963Z PASS [ 0.041s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52042024-12-17T07:57:45.005Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52052024-12-17T07:57:45.029Z PASS [ 3.019s] dns-server::commands_test test_dnsadm
52062024-12-17T07:57:45.057Z PASS [ 0.052s] nexus-auth authn::external::session_cookie::test::test_get_token
52072024-12-17T07:57:45.057Z PASS [ 0.138s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
52082024-12-17T07:57:45.057Z PASS [ 0.138s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
52092024-12-17T07:57:45.123Z PASS [ 0.093s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
52102024-12-17T07:57:45.123Z PASS [ 0.064s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
52112024-12-17T07:57:45.147Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_other_cookie
52122024-12-17T07:57:45.211Z PASS [ 0.067s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
52132024-12-17T07:57:45.235Z PASS [ 0.070s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
52142024-12-17T07:57:45.259Z PASS [ 0.121s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
52152024-12-17T07:57:45.305Z PASS [ 0.181s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
52162024-12-17T07:57:45.328Z PASS [ 0.092s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
52172024-12-17T07:57:45.352Z PASS [ 0.129s] nexus-auth authn::external::spoof::test::test_make_header_value
52182024-12-17T07:57:45.378Z PASS [ 0.072s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
52192024-12-17T07:57:45.411Z PASS [ 0.059s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
52202024-12-17T07:57:45.461Z PASS [ 0.083s] nexus-auth authn::external::test::test_authn_sequence
52212024-12-17T07:57:45.485Z PASS [ 0.123s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
52222024-12-17T07:57:45.485Z PASS [ 0.211s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
52232024-12-17T07:57:45.530Z PASS [ 0.070s] nexus-auth authn::external::token::test::test_make_header_value
52242024-12-17T07:57:45.577Z PASS [ 0.114s] nexus-auth authn::external::token::test::test_token_header_valid
52252024-12-17T07:57:45.600Z PASS [ 0.106s] nexus-auth authn::external::token::test::test_token_header_missing
52262024-12-17T07:57:45.696Z PASS [ 0.150s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
52272024-12-17T07:57:45.720Z PASS [ 0.139s] nexus-auth authn::test::test_internal_users
52282024-12-17T07:57:45.743Z PASS [ 0.160s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
52292024-12-17T07:57:45.801Z PASS [ 0.084s] nexus-auth context::test::test_child_context
52302024-12-17T07:57:45.824Z PASS [ 0.078s] nexus-auth context::test::test_test_context
52312024-12-17T07:57:45.849Z PASS [ 0.257s] nexus-auth authz::context::test::test_unregistered_resource
52322024-12-17T07:57:45.873Z PASS [ 0.152s] nexus-auth context::test::test_background_context
52332024-12-17T07:57:45.873Z PASS [ 0.054s] nexus-config nexus_config::test::test_config_bad_toml
52342024-12-17T07:57:45.873Z PASS [ 0.036s] nexus-config nexus_config::test::test_config_empty
52352024-12-17T07:57:45.897Z PASS [ 0.035s] nexus-config nexus_config::test::test_config_nonexistent
52362024-12-17T07:57:45.897Z PASS [ 0.095s] nexus-config nexus_config::test::test_bad_authn_schemes
52372024-12-17T07:57:45.921Z PASS [ 0.042s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
52382024-12-17T07:57:45.921Z PASS [ 0.049s] nexus-config nexus_config::test::test_deployment_config_schema
52392024-12-17T07:57:45.945Z PASS [ 0.038s] nexus-config nexus_config::test::test_valid
52402024-12-17T07:57:45.971Z PASS [ 0.061s] nexus-config nexus_config::test::test_repo_configs_are_valid
52412024-12-17T07:57:45.971Z PASS [ 0.034s] nexus-config postgres_config::test::test_bad_url
52422024-12-17T07:57:45.971Z PASS [ 0.040s] nexus-config postgres_config::test::test_example_url
52432024-12-17T07:57:45.996Z PASS [ 0.032s] nexus-db-fixed-data test::test_allowlist_id_is_valid
52442024-12-17T07:57:45.996Z PASS [ 0.049s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
52452024-12-17T07:57:46.021Z PASS [ 0.049s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
52462024-12-17T07:57:46.021Z PASS [ 0.040s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
52472024-12-17T07:57:46.021Z PASS [ 0.037s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
52482024-12-17T07:57:46.045Z PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
52492024-12-17T07:57:46.068Z PASS [ 0.038s] nexus-db-model instance_state::tests::test_from_str_roundtrips
52502024-12-17T07:57:46.069Z PASS [ 0.058s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
52512024-12-17T07:57:46.092Z PASS [ 0.068s] nexus-db-model device_auth::test::test_generate_user_code
52522024-12-17T07:57:46.092Z PASS [ 0.059s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
52532024-12-17T07:57:46.116Z PASS [ 0.042s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
52542024-12-17T07:57:46.139Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_known_versions
52552024-12-17T07:57:46.140Z PASS [ 0.049s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
52562024-12-17T07:57:46.163Z PASS [ 0.068s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
52572024-12-17T07:57:46.163Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
52582024-12-17T07:57:46.163Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
52592024-12-17T07:57:46.187Z PASS [ 0.038s] nexus-db-model semver_version::test::test_to_from_sortable_string
52602024-12-17T07:57:46.187Z PASS [ 0.047s] nexus-db-model schema_versions::test::test_verify
52612024-12-17T07:57:46.217Z PASS [ 0.066s] nexus-db-model tests::test_ip_subnet_check_requestable_address
52622024-12-17T07:57:46.241Z PASS [ 0.050s] nexus-db-model tests::test_ipv6_net_random_subnet
52632024-12-17T07:57:46.242Z PASS [ 0.045s] nexus-db-model tests::test_roles_database_strings
52642024-12-17T07:57:46.265Z PASS [ 0.062s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
52652024-12-17T07:57:46.265Z PASS [ 0.035s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
52662024-12-17T07:57:46.265Z PASS [ 0.034s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
52672024-12-17T07:57:46.405Z PASS [ 5.767s] bootstore::v0-fsm-proptest-rack-coordinator run
52682024-12-17T07:57:46.429Z PASS [ 3.845s] installinator mock_peers::tests::proptest_fetch_artifact
52692024-12-17T07:57:46.429Z PASS [ 5.447s] db-dev::test-db-dev test_db_killed
52702024-12-17T07:57:49.050Z PASS [ 2.788s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
52712024-12-17T07:57:49.075Z PASS [ 2.805s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
52722024-12-17T07:57:49.075Z PASS [ 2.827s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
52732024-12-17T07:57:49.272Z PASS [ 2.852s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
52742024-12-17T07:57:49.320Z PASS [ 0.047s] nexus-db-queries db::collection_attach::test::test_verify_query
52752024-12-17T07:57:49.374Z PASS [ 2.984s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
52762024-12-17T07:57:49.398Z PASS [ 2.964s] nexus-db-queries db::collection_attach::test::test_attach_once
52772024-12-17T07:57:49.467Z PASS [ 3.238s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
52782024-12-17T07:57:51.558Z PASS [ 2.508s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
52792024-12-17T07:57:51.682Z PASS [ 2.609s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
52802024-12-17T07:57:51.764Z PASS [ 2.443s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
52812024-12-17T07:57:51.788Z PASS [ 2.305s] nexus-db-queries db::collection_detach::test::test_detach_once
52822024-12-17T07:57:51.811Z PASS [ 2.748s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
52832024-12-17T07:57:51.835Z PASS [ 0.051s] nexus-db-queries db::collection_detach::test::test_verify_query
52842024-12-17T07:57:51.835Z PASS [ 2.450s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
52852024-12-17T07:57:51.862Z PASS [ 2.488s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
52862024-12-17T07:57:54.415Z PASS [ 2.732s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
52872024-12-17T07:57:54.439Z PASS [ 2.869s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
52882024-12-17T07:57:54.480Z PASS [ 2.672s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
52892024-12-17T07:57:54.610Z PASS [ 2.784s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
52902024-12-17T07:57:54.764Z PASS [ 0.152s] nexus-db-queries db::collection_detach_many::test::test_verify_query
52912024-12-17T07:57:54.788Z PASS [ 3.009s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
52922024-12-17T07:57:54.811Z PASS [ 2.939s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
52932024-12-17T07:57:54.846Z PASS [ 3.030s] nexus-db-queries db::collection_detach_many::test::test_detach_many
52942024-12-17T07:57:54.869Z PASS [ 0.052s] nexus-db-queries db::collection_insert::test::test_verify_query
52952024-12-17T07:57:54.895Z PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
52962024-12-17T07:57:54.921Z PASS [ 0.065s] nexus-db-queries db::column_walker::test::test_walk_columns
52972024-12-17T07:57:54.944Z PASS [ 0.049s] nexus-db-queries db::column_walker::test::test_walk_table
52982024-12-17T07:57:56.914Z PASS [ 2.499s] nexus-db-queries db::collection_detach_many::test::test_detach_once
52992024-12-17T07:57:56.942Z PASS [ 2.179s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53002024-12-17T07:57:56.966Z PASS [ 2.470s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53012024-12-17T07:57:56.989Z PASS [ 2.200s] nexus-db-queries db::collection_insert::test::test_collection_present
53022024-12-17T07:57:57.122Z PASS [ 2.694s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53032024-12-17T07:57:58.658Z PASS [ 17.662s] db-dev::test-db-dev test_db_run
53042024-12-17T07:57:59.020Z PASS [ 4.075s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
53052024-12-17T07:57:59.043Z PASS [ 4.108s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
53062024-12-17T07:58:00.845Z PASS [ 3.894s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
53072024-12-17T07:58:01.235Z PASS [ 2.214s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53082024-12-17T07:58:01.259Z PASS [ 4.342s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
53092024-12-17T07:58:01.291Z PASS [ 2.633s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
53102024-12-17T07:58:01.340Z PASS [ 4.397s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
53112024-12-17T07:58:01.433Z PASS [ 2.404s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
53122024-12-17T07:58:01.458Z PASS [ 4.318s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes
53132024-12-17T07:58:01.656Z PASS [ 4.673s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
53142024-12-17T07:58:05.606Z PASS [ 4.349s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
53152024-12-17T07:58:05.630Z PASS [ 4.771s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
53162024-12-17T07:58:05.736Z PASS [ 0.118s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
53172024-12-17T07:58:05.865Z PASS [ 4.525s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
53182024-12-17T07:58:06.037Z PASS [ 4.595s] nexus-db-queries db::datastore::deployment::tests::test_set_target
53192024-12-17T07:58:06.251Z PASS [ 5.015s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
53202024-12-17T07:58:06.275Z PASS [ 4.969s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
53212024-12-17T07:58:06.365Z PASS [ 4.708s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
53222024-12-17T07:58:06.488Z PASS [ 5.054s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
53232024-12-17T07:58:10.034Z PASS [ 4.298s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
53242024-12-17T07:58:10.266Z PASS [ 4.660s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
53252024-12-17T07:58:10.485Z PASS [ 4.620s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
53262024-12-17T07:58:10.692Z PASS [ 4.441s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
53272024-12-17T07:58:10.715Z PASS [ 4.333s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
53282024-12-17T07:58:10.893Z PASS [ 4.633s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
53292024-12-17T07:58:11.280Z PASS [ 4.791s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
53302024-12-17T07:58:11.348Z PASS [ 5.311s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
53312024-12-17T07:58:14.936Z PASS [ 4.669s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
53322024-12-17T07:58:15.000Z PASS [ 4.301s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
53332024-12-17T07:58:15.072Z PASS [ 4.586s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
53342024-12-17T07:58:15.306Z PASS [ 4.614s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
53352024-12-17T07:58:15.388Z PASS [ 4.494s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
53362024-12-17T07:58:15.648Z PASS [ 4.300s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
53372024-12-17T07:58:15.844Z PASS [ 4.564s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
53382024-12-17T07:58:16.118Z PASS [ 6.084s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
53392024-12-17T07:58:19.311Z PASS [ 4.311s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
53402024-12-17T07:58:19.521Z PASS [ 4.584s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
53412024-12-17T07:58:19.905Z PASS [ 4.833s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
53422024-12-17T07:58:20.018Z PASS [ 4.174s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
53432024-12-17T07:58:20.042Z PASS [ 4.642s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
53442024-12-17T07:58:20.065Z PASS [ 4.396s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
53452024-12-17T07:58:20.718Z PASS [ 4.599s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
53462024-12-17T07:58:22.490Z PASS [ 7.183s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
53472024-12-17T07:58:23.756Z PASS [ 4.235s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
53482024-12-17T07:58:23.926Z PASS [ 4.021s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
53492024-12-17T07:58:24.030Z PASS [ 4.012s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
53502024-12-17T07:58:24.460Z PASS [ 4.429s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
53512024-12-17T07:58:24.724Z PASS [ 4.005s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
53522024-12-17T07:58:24.856Z PASS [ 4.811s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
53532024-12-17T07:58:25.588Z PASS [ 6.277s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
53542024-12-17T07:58:27.787Z PASS [ 5.296s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
53552024-12-17T07:58:28.086Z PASS [ 4.159s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
53562024-12-17T07:58:28.396Z PASS [ 3.935s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
53572024-12-17T07:58:29.018Z PASS [ 4.293s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
53582024-12-17T07:58:29.171Z PASS [ 4.315s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
53592024-12-17T07:58:30.674Z PASS [ 5.086s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
53602024-12-17T07:58:32.522Z PASS [ 4.735s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
53612024-12-17T07:58:32.750Z PASS [ 4.664s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
53622024-12-17T07:58:32.810Z PASS [ 4.414s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
53632024-12-17T07:58:34.014Z PASS [ 4.996s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
53642024-12-17T07:58:35.593Z PASS [ 4.919s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
53652024-12-17T07:58:35.813Z PASS [ 6.641s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
53662024-12-17T07:58:35.858Z PASS [ 0.045s] nexus-db-queries db::datastore::region::test::test_extent_count
53672024-12-17T07:58:36.837Z PASS [ 4.313s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
53682024-12-17T07:58:36.969Z PASS [ 4.219s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
53692024-12-17T07:58:37.623Z PASS [ 4.812s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
53702024-12-17T07:58:37.863Z PASS [ 14.107s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
53712024-12-17T07:58:39.139Z PASS [ 5.124s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
53722024-12-17T07:58:39.857Z PASS [ 4.263s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
53732024-12-17T07:58:39.959Z PASS [ 4.100s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
53742024-12-17T07:58:40.913Z PASS [ 4.076s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
53752024-12-17T07:58:41.208Z PASS [ 4.238s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
53762024-12-17T07:58:41.849Z PASS [ 4.225s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
53772024-12-17T07:58:41.872Z PASS [ 3.992s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
53782024-12-17T07:58:43.298Z PASS [ 4.158s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
53792024-12-17T07:58:43.928Z PASS [ 4.070s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
53802024-12-17T07:58:43.964Z PASS [ 4.005s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
53812024-12-17T07:58:45.095Z PASS [ 4.181s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
53822024-12-17T07:58:45.330Z PASS [ 4.121s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
53832024-12-17T07:58:45.919Z PASS [ 4.070s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
53842024-12-17T07:58:46.079Z PASS [ 4.220s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
53852024-12-17T07:58:47.334Z PASS [ 4.036s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
53862024-12-17T07:58:48.126Z PASS [ 4.162s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
53872024-12-17T07:58:48.171Z PASS [ 24.140s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
53882024-12-17T07:58:48.212Z PASS [ 4.284s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
53892024-12-17T07:58:49.447Z PASS [ 4.352s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
53902024-12-17T07:58:50.357Z PASS [ 5.026s] nexus-db-queries db::datastore::sled::test::sled_list_batch
53912024-12-17T07:58:50.936Z PASS [ 5.016s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
53922024-12-17T07:58:50.959Z PASS [ 4.879s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
53932024-12-17T07:58:52.521Z PASS [ 4.308s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
53942024-12-17T07:58:52.734Z PASS [ 4.607s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
53952024-12-17T07:58:52.757Z PASS [ 4.572s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
53962024-12-17T07:58:53.500Z PASS [ 4.053s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
53972024-12-17T07:58:54.740Z PASS [ 4.382s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
53982024-12-17T07:58:54.936Z PASS [ 4.000s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
53992024-12-17T07:58:55.464Z PASS [ 4.507s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
54002024-12-17T07:58:56.312Z PASS [ 8.977s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54012024-12-17T07:58:56.430Z PASS [ 3.908s] nexus-db-queries db::datastore::test::test_project_creation
54022024-12-17T07:58:56.493Z PASS [ 3.759s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
54032024-12-17T07:58:56.984Z PASS [ 4.241s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
54042024-12-17T07:58:59.518Z PASS [ 4.777s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
54052024-12-17T07:59:00.308Z PASS [ 4.844s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
54062024-12-17T07:59:00.414Z PASS [ 5.478s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
54072024-12-17T07:59:04.018Z PASS [ 4.500s] nexus-db-queries db::datastore::test::test_session_methods
54082024-12-17T07:59:04.199Z PASS [ 10.699s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
54092024-12-17T07:59:04.734Z PASS [ 4.319s] nexus-db-queries db::datastore::test::test_ssh_keys
54102024-12-17T07:59:04.966Z PASS [ 4.657s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
54112024-12-17T07:59:06.104Z PASS [ 9.673s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
54122024-12-17T07:59:06.557Z PASS [ 10.245s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
54132024-12-17T07:59:06.973Z PASS [ 9.989s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
54142024-12-17T07:59:07.215Z PASS [ 10.722s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
54152024-12-17T07:59:08.188Z PASS [ 4.169s] nexus-db-queries db::datastore::test::test_table_scan
54162024-12-17T07:59:08.681Z PASS [ 4.481s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
54172024-12-17T07:59:08.749Z PASS [ 0.068s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
54182024-12-17T07:59:08.818Z PASS [ 0.069s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
54192024-12-17T07:59:08.842Z PASS [ 3.876s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
54202024-12-17T07:59:08.899Z PASS [ 4.164s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
54212024-12-17T07:59:10.743Z PASS [ 4.639s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
54222024-12-17T07:59:10.784Z PASS [ 4.226s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
54232024-12-17T07:59:11.140Z PASS [ 4.167s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
54242024-12-17T07:59:11.343Z PASS [ 4.127s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
54252024-12-17T07:59:12.895Z PASS [ 3.996s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
54262024-12-17T07:59:15.310Z PASS [ 4.567s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
54272024-12-17T07:59:15.508Z PASS [ 4.724s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
54282024-12-17T07:59:16.485Z PASS [ 5.142s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
54292024-12-17T07:59:17.175Z PASS [ 1.864s] nexus-db-queries db::explain::test::test_explain_async
54302024-12-17T07:59:17.340Z PASS [ 1.831s] nexus-db-queries db::explain::test::test_explain_full_table_scan
54312024-12-17T07:59:17.426Z PASS [ 6.285s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
54322024-12-17T07:59:18.671Z PASS [ 10.483s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
54332024-12-17T07:59:18.961Z PASS [ 10.142s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
54342024-12-17T07:59:19.015Z PASS [ 6.120s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
54352024-12-17T07:59:19.061Z PASS [ 0.046s] nexus-db-queries db::pagination::test::test_paginator
54362024-12-17T07:59:19.556Z PASS [ 10.714s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
54372024-12-17T07:59:19.816Z PASS [ 2.476s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
54382024-12-17T07:59:19.841Z PASS [ 2.665s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
54392024-12-17T07:59:19.900Z PASS [ 2.474s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
54402024-12-17T07:59:20.319Z PASS [ 3.833s] nexus-db-queries db::lookup::test::test_lookup
54412024-12-17T07:59:21.465Z PASS [ 2.794s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
54422024-12-17T07:59:21.543Z PASS [ 2.582s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
54432024-12-17T07:59:23.901Z PASS [ 4.060s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
54442024-12-17T07:59:24.027Z PASS [ 4.965s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
54452024-12-17T07:59:24.204Z PASS [ 4.304s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
54462024-12-17T07:59:24.228Z PASS [ 4.666s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
54472024-12-17T07:59:24.269Z PASS [ 0.046s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
54482024-12-17T07:59:24.678Z PASS [ 4.861s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
54492024-12-17T07:59:24.708Z PASS [ 4.389s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
54502024-12-17T07:59:25.902Z PASS [ 4.436s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
54512024-12-17T07:59:26.174Z PASS [ 4.630s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
54522024-12-17T07:59:28.454Z PASS [ 4.553s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
54532024-12-17T07:59:28.640Z PASS [ 4.613s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
54542024-12-17T07:59:28.726Z PASS [ 4.456s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
54552024-12-17T07:59:28.828Z PASS [ 4.120s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
54562024-12-17T07:59:28.999Z PASS [ 4.320s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
54572024-12-17T07:59:29.866Z PASS [ 5.661s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
54582024-12-17T07:59:30.257Z PASS [ 4.083s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
54592024-12-17T07:59:30.560Z PASS [ 4.657s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
54602024-12-17T07:59:32.923Z PASS [ 4.283s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
54612024-12-17T07:59:32.974Z PASS [ 4.520s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
54622024-12-17T07:59:33.024Z PASS [ 0.049s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
54632024-12-17T07:59:33.087Z PASS [ 4.360s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
54642024-12-17T07:59:33.110Z PASS [ 4.267s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
54652024-12-17T07:59:33.617Z PASS [ 4.617s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
54662024-12-17T07:59:34.555Z PASS [ 4.689s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
54672024-12-17T07:59:34.579Z PASS [ 4.320s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
54682024-12-17T07:59:34.619Z PASS [ 0.041s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
54692024-12-17T07:59:34.969Z PASS [ 4.409s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
54702024-12-17T07:59:35.258Z PASS [ 2.171s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
54712024-12-17T07:59:35.328Z PASS [ 0.358s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
54722024-12-17T07:59:35.403Z PASS [ 2.307s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
54732024-12-17T07:59:35.564Z PASS [ 0.306s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
54742024-12-17T07:59:35.750Z PASS [ 2.133s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
54752024-12-17T07:59:36.728Z PASS [ 2.172s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
54762024-12-17T07:59:36.839Z PASS [ 2.219s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
54772024-12-17T07:59:37.118Z PASS [ 1.789s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
54782024-12-17T07:59:37.142Z PASS [ 1.554s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
54792024-12-17T07:59:37.227Z PASS [ 0.498s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
54802024-12-17T07:59:37.250Z PASS [ 0.394s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
54812024-12-17T07:59:37.445Z PASS [ 4.521s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
54822024-12-17T07:59:37.510Z PASS [ 2.106s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
54832024-12-17T07:59:37.533Z PASS [ 0.400s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
54842024-12-17T07:59:37.533Z PASS [ 0.408s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
54852024-12-17T07:59:37.577Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
54862024-12-17T07:59:37.600Z PASS [ 0.080s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
54872024-12-17T07:59:37.623Z PASS [ 4.593s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
54882024-12-17T07:59:37.647Z PASS [ 0.047s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
54892024-12-17T07:59:37.670Z PASS [ 0.059s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
54902024-12-17T07:59:37.670Z PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
54912024-12-17T07:59:37.814Z PASS [ 2.064s] nexus-db-queries db::queries::region_allocation::test::explainable
54922024-12-17T07:59:38.991Z PASS [ 1.757s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
54932024-12-17T07:59:39.046Z PASS [ 1.818s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
54942024-12-17T07:59:39.078Z PASS [ 1.631s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
54952024-12-17T07:59:39.147Z PASS [ 1.637s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
54962024-12-17T07:59:39.185Z PASS [ 0.038s] nexus-defaults tests::test_random_vpc_ipv6_prefix
54972024-12-17T07:59:39.311Z PASS [ 1.685s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
54982024-12-17T07:59:39.358Z PASS [ 0.047s] nexus-inventory builder::test::test_empty
54992024-12-17T07:59:39.383Z PASS [ 1.716s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
55002024-12-17T07:59:39.406Z PASS [ 0.047s] nexus-inventory builder::test::test_problems
55012024-12-17T07:59:39.439Z PASS [ 0.254s] nexus-inventory builder::test::test_basic
55022024-12-17T07:59:39.486Z PASS [ 1.827s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
55032024-12-17T07:59:40.041Z PASS [ 0.600s] nexus-inventory collector::test::test_multi_mgs_failure
55042024-12-17T07:59:40.244Z PASS [ 0.757s] nexus-inventory collector::test::test_sled_agent_failure
55052024-12-17T07:59:40.397Z PASS [ 1.014s] nexus-inventory collector::test::test_basic
55062024-12-17T07:59:40.523Z PASS [ 1.117s] nexus-inventory collector::test::test_multi_mgs
55072024-12-17T07:59:40.618Z PASS [ 0.221s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
55082024-12-17T07:59:42.855Z PASS [ 3.777s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
55092024-12-17T07:59:43.188Z PASS [ 4.142s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
55102024-12-17T07:59:44.864Z PASS [ 4.823s] nexus-metrics-producer-gc tests::test_prune_expired_producers
55112024-12-17T07:59:44.929Z PASS [ 4.685s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
55122024-12-17T07:59:45.028Z PASS [ 0.098s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
55132024-12-17T07:59:45.131Z PASS [ 0.103s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
55142024-12-17T07:59:45.189Z PASS [ 0.057s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
55152024-12-17T07:59:45.253Z PASS [ 0.064s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
55162024-12-17T07:59:45.898Z PASS [ 8.084s] nexus-db-queries policy_test::test_conferred_roles
55172024-12-17T08:00:06.110Z PASS [ 20.211s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
55182024-12-17T08:00:08.226Z PASS [ 25.371s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create
55192024-12-17T08:00:08.864Z PASS [ 28.246s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging
55202024-12-17T08:00:09.025Z PASS [ 25.836s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete
55212024-12-17T08:00:10.948Z PASS [ 26.083s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update
55222024-12-17T08:00:11.131Z PASS [ 0.179s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
55232024-12-17T08:00:11.170Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
55242024-12-17T08:00:11.210Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
55252024-12-17T08:00:11.253Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backcompat_reuse_existing_database_dataset_ids
55262024-12-17T08:00:11.325Z PASS [ 0.070s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
55272024-12-17T08:00:11.373Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
55282024-12-17T08:00:11.422Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
55292024-12-17T08:00:11.481Z PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
55302024-12-17T08:00:11.528Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
55312024-12-17T08:00:11.571Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
55322024-12-17T08:00:11.607Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
55332024-12-17T08:00:11.642Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
55342024-12-17T08:00:11.736Z PASS [ 0.093s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
55352024-12-17T08:00:11.789Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
55362024-12-17T08:00:11.831Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
55372024-12-17T08:00:11.875Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
55382024-12-17T08:00:11.914Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
55392024-12-17T08:00:11.955Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately
55402024-12-17T08:00:12.036Z PASS [ 0.081s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
55412024-12-17T08:00:18.099Z PASS [ 6.061s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
55422024-12-17T08:00:18.142Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
55432024-12-17T08:00:19.225Z PASS [ 1.082s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
55442024-12-17T08:00:20.331Z PASS [ 1.105s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
55452024-12-17T08:00:21.067Z PASS [ 0.736s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
55462024-12-17T08:00:21.469Z PASS [ 0.402s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
55472024-12-17T08:00:21.516Z PASS [ 0.047s] nexus-reconfigurator-planning example::tests::builder_zone_counts
55482024-12-17T08:00:21.549Z PASS [ 0.032s] nexus-reconfigurator-planning example::tests::instances_on_examples
55492024-12-17T08:00:21.581Z PASS [ 0.031s] nexus-reconfigurator-planning ip_allocator::test::test_basic
55502024-12-17T08:00:21.652Z PASS [ 0.071s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
55512024-12-17T08:00:21.800Z PASS [ 0.147s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
55522024-12-17T08:00:21.856Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
55532024-12-17T08:00:21.959Z PASS [ 0.102s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
55542024-12-17T08:00:22.009Z PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
55552024-12-17T08:00:22.063Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
55562024-12-17T08:00:22.119Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
55572024-12-17T08:00:22.171Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
55582024-12-17T08:00:22.226Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
55592024-12-17T08:00:22.272Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
55602024-12-17T08:00:22.331Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
55612024-12-17T08:00:22.384Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
55622024-12-17T08:00:22.450Z PASS [ 0.066s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
55632024-12-17T08:00:22.610Z PASS [ 0.159s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
55642024-12-17T08:00:22.700Z PASS [ 0.089s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
55652024-12-17T08:00:22.808Z PASS [ 0.107s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
55662024-12-17T08:00:22.866Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
55672024-12-17T08:00:22.944Z PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
55682024-12-17T08:00:23.005Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
55692024-12-17T08:00:23.109Z PASS [ 0.104s] nexus-saga-recovery recovery::test::test_execution_basic
55702024-12-17T08:00:23.148Z PASS [ 0.037s] nexus-saga-recovery recovery::test::test_plan_basic
55712024-12-17T08:00:23.197Z PASS [ 0.049s] nexus-saga-recovery recovery::test::test_read_all_from_channel
55722024-12-17T08:00:23.251Z PASS [ 0.053s] nexus-saga-recovery test::test_basic
55732024-12-17T08:00:23.316Z PASS [ 0.065s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
55742024-12-17T08:00:23.357Z PASS [ 0.041s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
55752024-12-17T08:00:23.410Z PASS [ 0.053s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
55762024-12-17T08:00:23.453Z PASS [ 0.042s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
55772024-12-17T08:00:23.514Z PASS [ 0.061s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
55782024-12-17T08:00:23.584Z PASS [ 0.069s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
55792024-12-17T08:00:23.623Z PASS [ 0.039s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
55802024-12-17T08:00:23.683Z PASS [ 0.060s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
55812024-12-17T08:00:27.380Z PASS [ 19.153s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
55822024-12-17T08:00:27.723Z PASS [ 18.697s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
55832024-12-17T08:00:29.265Z PASS [ 23.155s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
55842024-12-17T08:00:29.301Z PASS [ 0.035s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
55852024-12-17T08:00:29.335Z PASS [ 0.034s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
55862024-12-17T08:00:29.359Z PASS [ 20.485s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
55872024-12-17T08:00:29.383Z PASS [ 0.041s] nexus-types external_api::shared::test::test_policy_parsing
55882024-12-17T08:00:29.462Z PASS [ 0.113s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
55892024-12-17T08:00:29.486Z PASS [ 0.085s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
55902024-12-17T08:00:29.519Z PASS [ 0.056s] omicron-certificates tests::test_common_name_is_validated
55912024-12-17T08:00:29.560Z PASS [ 0.096s] omicron-certificates tests::test_cert_extended_key_usage
55922024-12-17T08:00:29.584Z PASS [ 0.057s] omicron-certificates tests::test_subject_alternate_names_are_validated
55932024-12-17T08:00:30.201Z PASS [ 0.641s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
55942024-12-17T08:00:30.225Z PASS [ 2.835s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
55952024-12-17T08:00:30.395Z PASS [ 0.193s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
55962024-12-17T08:00:30.600Z PASS [ 0.205s] omicron-clickhouse-admin::integration_test test_lgif_parsing
55972024-12-17T08:00:31.013Z PASS [ 0.412s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
55982024-12-17T08:00:31.374Z PASS [ 0.361s] omicron-clickhouse-admin::integration_test test_teardown
55992024-12-17T08:00:31.626Z PASS [ 7.942s] nexus-types deployment::tri_map::tests::proptest_ops
56002024-12-17T08:00:31.667Z PASS [ 0.041s] omicron-common address::test::test_dns_subnets
56012024-12-17T08:00:31.714Z PASS [ 0.046s] omicron-common address::test::test_ip_range_checks_non_decreasing
56022024-12-17T08:00:31.737Z PASS [ 1.518s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
56032024-12-17T08:00:31.773Z PASS [ 2.196s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
56042024-12-17T08:00:31.797Z PASS [ 0.071s] omicron-common address::test::test_ip_range_enum_deserialization
56052024-12-17T08:00:31.797Z PASS [ 0.061s] omicron-common address::test::test_ip_range_iter
56062024-12-17T08:00:31.820Z PASS [ 0.036s] omicron-common address::test::test_ip_range_length
56072024-12-17T08:00:31.844Z PASS [ 0.036s] omicron-common address::test::test_ip_range_try_from
56082024-12-17T08:00:31.844Z PASS [ 0.044s] omicron-common address::test::test_ipv6_subnet_deserialize
56092024-12-17T08:00:31.867Z PASS [ 0.039s] omicron-common address::test::test_sled_address
56102024-12-17T08:00:31.891Z PASS [ 0.030s] omicron-common api::external::error::test::test_context
56112024-12-17T08:00:31.891Z PASS [ 0.055s] omicron-common api::external::error::test::test_bail_unless
56122024-12-17T08:00:31.914Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_pagination_examples
56132024-12-17T08:00:31.914Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_pagination_schemas
56142024-12-17T08:00:31.937Z PASS [ 0.056s] omicron-common api::external::http_pagination::test::test_scan_by_id
56152024-12-17T08:00:31.961Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_name
56162024-12-17T08:00:31.961Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
56172024-12-17T08:00:31.984Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
56182024-12-17T08:00:32.007Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
56192024-12-17T08:00:32.007Z PASS [ 0.034s] omicron-common api::external::test::test_bytecount_display
56202024-12-17T08:00:32.007Z PASS [ 0.061s] omicron-common api::external::test::test_bytecount
56212024-12-17T08:00:32.049Z PASS [ 0.042s] omicron-common api::external::test::test_firewall_deserialization
56222024-12-17T08:00:32.073Z PASS [ 0.072s] omicron-common api::external::test::test_digest
56232024-12-17T08:00:32.096Z PASS [ 0.083s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
56242024-12-17T08:00:32.128Z PASS [ 0.036s] omicron-common api::external::test::test_ip_port_range_from_str
56252024-12-17T08:00:32.128Z PASS [ 0.067s] omicron-common api::external::test::test_hostname_from_str
56262024-12-17T08:00:32.151Z PASS [ 0.097s] omicron-common api::external::test::test_firewall_rule_target_parse
56272024-12-17T08:00:32.178Z PASS [ 0.050s] omicron-common api::external::test::test_ip_port_range_into_str
56282024-12-17T08:00:32.205Z PASS [ 0.057s] omicron-common api::external::test::test_mac_system_iterator
56292024-12-17T08:00:32.241Z PASS [ 0.062s] omicron-common api::external::test::test_mac_to_int_conversions
56302024-12-17T08:00:32.241Z PASS [ 0.086s] omicron-common api::external::test::test_ipv6_net_operations
56312024-12-17T08:00:32.264Z PASS [ 0.054s] omicron-common api::external::test::test_macaddr
56322024-12-17T08:00:32.287Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse_from_param
56332024-12-17T08:00:32.311Z PASS [ 0.043s] omicron-common api::external::test::test_resource_name_parse
56342024-12-17T08:00:32.311Z PASS [ 0.061s] omicron-common api::external::test::test_name_parse
56352024-12-17T08:00:32.334Z PASS [ 0.039s] omicron-common api::external::test::test_role_name_parse
56362024-12-17T08:00:32.357Z PASS [ 0.035s] omicron-common api::external::test::test_semver_serialize
56372024-12-17T08:00:32.380Z PASS [ 0.069s] omicron-common api::external::test::test_route_destination_parse
56382024-12-17T08:00:32.406Z PASS [ 0.039s] omicron-common api::external::test::test_semver_validation
56392024-12-17T08:00:32.429Z PASS [ 0.047s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
56402024-12-17T08:00:32.429Z PASS [ 0.088s] omicron-common api::external::test::test_route_target_parse
56412024-12-17T08:00:32.458Z PASS [ 0.039s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
56422024-12-17T08:00:32.458Z PASS [ 0.066s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
56432024-12-17T08:00:32.482Z PASS [ 0.045s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
56442024-12-17T08:00:32.507Z PASS [ 0.048s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
56452024-12-17T08:00:32.530Z PASS [ 0.064s] omicron-common ledger::test::test_commit_handles_write_failures
56462024-12-17T08:00:32.559Z PASS [ 0.078s] omicron-common ledger::test::test_create_default_ledger
56472024-12-17T08:00:32.583Z PASS [ 0.067s] omicron-common ledger::test::test_create_ledger_reads_from_storage
56482024-12-17T08:00:32.606Z PASS [ 0.054s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
56492024-12-17T08:00:32.629Z PASS [ 0.051s] omicron-common update::tests::serde_artifact_kind
56502024-12-17T08:00:32.653Z PASS [ 0.060s] omicron-common zpool_name::test::test_parse_external_zpool_name
56512024-12-17T08:00:32.653Z PASS [ 0.069s] omicron-common zpool_name::test::test_parse_bad_zpool_names
56522024-12-17T08:00:32.700Z PASS [ 0.088s] omicron-common zpool_name::test::test_parse_internal_zpool_name
56532024-12-17T08:00:32.728Z PASS [ 0.082s] omicron-common zpool_name::test::test_zpool_name_regex
56542024-12-17T08:00:32.751Z PASS [ 0.082s] omicron-common zpool_name::test::test_parse_zpool_name_json
56552024-12-17T08:00:33.092Z PASS [ 1.718s] omicron-cockroach-admin context::tests::test_node_id
56562024-12-17T08:00:33.161Z PASS [ 0.068s] omicron-gateway management_switch::location_map::tests::test_config_validation
56572024-12-17T08:00:33.205Z PASS [ 5.482s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
56582024-12-17T08:00:33.253Z PASS [ 0.092s] omicron-gateway management_switch::location_map::tests::test_resolve_location
56592024-12-17T08:00:33.350Z PASS [ 0.097s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
56602024-12-17T08:00:33.547Z PASS [ 0.818s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
56612024-12-17T08:00:33.583Z PASS [ 0.881s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
56622024-12-17T08:00:33.685Z PASS [ 0.479s] omicron-gateway::test_all integration_tests::component_list::component_list
56632024-12-17T08:00:33.768Z PASS [ 0.417s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
56642024-12-17T08:00:33.792Z PASS [ 0.229s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
56652024-12-17T08:00:33.792Z PASS [ 0.194s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
56662024-12-17T08:00:34.475Z PASS [ 53.953s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
56672024-12-17T08:00:39.003Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
56682024-12-17T08:00:45.264Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
56692024-12-17T08:00:50.446Z PASS [ 17.716s] omicron-dev::test-omicron-dev test_run_all
56702024-12-17T08:00:51.604Z PASS [ 17.919s] omicron-ls-apis::test_dependencies test_api_dependencies
56712024-12-17T08:00:52.415Z PASS [ 73.424s] nexus-db-queries policy_test::test_iam_roles_behavior
56722024-12-17T08:00:53.723Z PASS [ 19.946s] omicron-nexus app::background::driver::test::test_driver_basic
56732024-12-17T08:00:54.834Z PASS [ 21.056s] omicron-nexus app::background::init::test::test_dns_propagation_basic
56742024-12-17T08:00:55.324Z PASS [ 21.555s] omicron-nexus app::background::driver::test::test_activation_in_progress
56752024-12-17T08:00:58.159Z PASS [ 72.906s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
56762024-12-17T08:00:59.733Z PASS [ 4.898s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
56772024-12-17T08:00:59.795Z PASS [ 0.061s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
56782024-12-17T08:01:00.053Z PASS [ 4.728s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
56792024-12-17T08:01:02.413Z PASS [ 27.937s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
56802024-12-17T08:01:02.553Z PASS [ 4.393s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
56812024-12-17T08:01:10.649Z PASS [ 16.925s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
56822024-12-17T08:01:11.477Z PASS [ 19.061s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
56832024-12-17T08:01:15.056Z PASS [ 23.452s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
56842024-12-17T08:01:15.928Z PASS [ 25.482s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
56852024-12-17T08:01:16.040Z PASS [ 15.987s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
56862024-12-17T08:01:16.136Z PASS [ 16.341s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
56872024-12-17T08:01:18.445Z PASS [ 16.032s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
56882024-12-17T08:01:19.036Z PASS [ 16.483s] omicron-nexus app::background::tasks::dns_config::test::test_basic
56892024-12-17T08:01:27.761Z PASS [ 17.112s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
56902024-12-17T08:01:29.307Z PASS [ 17.830s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
56912024-12-17T08:01:36.554Z PASS [ 17.517s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
56922024-12-17T08:01:37.968Z PASS [ 22.039s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
56932024-12-17T08:01:40.197Z PASS [ 24.060s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
56942024-12-17T08:01:42.916Z PASS [ 15.155s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
56952024-12-17T08:01:45.132Z PASS [ 15.823s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
56962024-12-17T08:01:52.110Z PASS [ 15.556s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
56972024-12-17T08:01:53.712Z PASS [ 15.744s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
56982024-12-17T08:01:53.932Z PASS [ 35.487s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
56992024-12-17T08:01:53.999Z PASS [ 13.801s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
57002024-12-17T08:01:57.289Z PASS [ 42.232s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
57012024-12-17T08:01:58.189Z PASS [ 15.272s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
57022024-12-17T08:02:00.314Z PASS [ 15.183s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
57032024-12-17T08:02:00.680Z PASS [ 2.490s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
57042024-12-17T08:02:03.423Z PASS [ 2.743s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
57052024-12-17T08:02:04.334Z PASS [ 0.911s] omicron-nexus app::external_endpoints::test::test_authority
57062024-12-17T08:02:04.466Z PASS [ 0.131s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
57072024-12-17T08:02:07.576Z PASS [ 15.465s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
57082024-12-17T08:02:07.683Z PASS [ 0.106s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
57092024-12-17T08:02:07.749Z PASS [ 0.065s] omicron-nexus app::external_endpoints::test::test_no_endpoint
57102024-12-17T08:02:07.828Z PASS [ 0.079s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
57112024-12-17T08:02:07.917Z PASS [ 0.088s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
57122024-12-17T08:02:07.959Z PASS [ 3.493s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
57132024-12-17T08:02:07.983Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
57142024-12-17T08:02:08.023Z PASS [ 0.064s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
57152024-12-17T08:02:08.052Z PASS [ 0.072s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
57162024-12-17T08:02:08.091Z PASS [ 0.068s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
57172024-12-17T08:02:09.855Z PASS [ 15.856s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
57182024-12-17T08:02:09.915Z PASS [ 16.202s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
57192024-12-17T08:02:13.003Z PASS [ 15.714s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
57202024-12-17T08:02:15.810Z PASS [ 21.877s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
57212024-12-17T08:02:16.052Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
57222024-12-17T08:02:18.814Z PASS [ 18.499s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
57232024-12-17T08:02:33.665Z PASS [ 23.810s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
57242024-12-17T08:02:34.160Z PASS [ 24.245s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
57252024-12-17T08:02:34.616Z PASS [ 26.525s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
57262024-12-17T08:02:34.850Z PASS [ 26.798s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
57272024-12-17T08:02:35.603Z PASS [ 79.564s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
57282024-12-17T08:02:37.519Z PASS [ 24.516s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
57292024-12-17T08:02:40.631Z PASS [ 24.820s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
57302024-12-17T08:03:01.265Z PASS [ 26.649s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
57312024-12-17T08:03:02.342Z PASS [ 28.179s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
57322024-12-17T08:03:02.536Z PASS [ 27.686s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
57332024-12-17T08:03:04.558Z PASS [ 28.954s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
57342024-12-17T08:03:08.346Z PASS [ 30.827s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
57352024-12-17T08:03:12.741Z PASS [ 32.111s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
57362024-12-17T08:03:18.826Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57372024-12-17T08:03:28.197Z PASS [ 26.932s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
57382024-12-17T08:03:28.385Z PASS [ 26.046s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
57392024-12-17T08:03:33.677Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
57402024-12-17T08:03:33.910Z PASS [ 31.374s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
57412024-12-17T08:03:36.337Z PASS [ 31.779s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
57422024-12-17T08:03:37.146Z PASS [ 28.799s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
57432024-12-17T08:03:39.939Z PASS [ 27.198s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
57442024-12-17T08:03:54.289Z PASS [ 25.903s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
57452024-12-17T08:04:00.149Z PASS [ 23.812s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
57462024-12-17T08:04:00.494Z PASS [ 23.348s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
57472024-12-17T08:04:02.954Z PASS [ 23.015s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
57482024-12-17T08:04:04.328Z PASS [ 30.417s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
57492024-12-17T08:04:18.827Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57502024-12-17T08:04:23.474Z PASS [ 22.981s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
57512024-12-17T08:04:23.780Z PASS [ 23.630s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
57522024-12-17T08:04:28.211Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
57532024-12-17T08:04:30.067Z PASS [ 27.113s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
57542024-12-17T08:04:33.678Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
57552024-12-17T08:04:37.009Z PASS [ 68.812s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
57562024-12-17T08:04:50.615Z PASS [ 27.140s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
57572024-12-17T08:04:51.434Z PASS [ 27.654s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
57582024-12-17T08:04:54.301Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
57592024-12-17T08:05:04.201Z PASS [ 27.192s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
57602024-12-17T08:05:04.339Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
57612024-12-17T08:05:18.827Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57622024-12-17T08:05:18.860Z PASS [ 28.245s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
57632024-12-17T08:05:30.080Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
57642024-12-17T08:05:31.990Z PASS [ 27.787s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
57652024-12-17T08:05:33.678Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
57662024-12-17T08:05:38.271Z PASS [ 103.983s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
57672024-12-17T08:05:48.061Z PASS [ 29.150s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
57682024-12-17T08:05:51.448Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
57692024-12-17T08:06:04.339Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
57702024-12-17T08:06:05.390Z PASS [ 27.119s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
57712024-12-17T08:06:15.717Z PASS [ 27.707s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
57722024-12-17T08:06:16.695Z PASS [ 132.368s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
57732024-12-17T08:06:18.827Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57742024-12-17T08:06:19.056Z PASS [ 108.989s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
57752024-12-17T08:06:32.002Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
57762024-12-17T08:06:33.678Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
57772024-12-17T08:06:41.661Z PASS [ 69.673s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
57782024-12-17T08:06:41.885Z PASS [ 26.168s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
57792024-12-17T08:06:44.498Z PASS [ 27.803s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
57802024-12-17T08:06:51.448Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
57812024-12-17T08:07:05.402Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
57822024-12-17T08:07:07.374Z PASS [ 25.712s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
57832024-12-17T08:07:08.814Z PASS [ 26.928s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
57842024-12-17T08:07:18.827Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57852024-12-17T08:07:19.068Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
57862024-12-17T08:07:32.883Z PASS [ 73.828s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
57872024-12-17T08:07:33.678Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
57882024-12-17T08:07:34.142Z PASS [ 162.709s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
57892024-12-17T08:07:35.689Z PASS [ 28.315s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
57902024-12-17T08:07:44.511Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
57912024-12-17T08:07:59.848Z PASS [ 26.965s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
57922024-12-17T08:08:01.936Z PASS [ 27.795s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
57932024-12-17T08:08:05.403Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
57942024-12-17T08:08:08.824Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
57952024-12-17T08:08:14.995Z PASS [ 39.306s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
57962024-12-17T08:08:18.115Z PASS [ 132.726s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
57972024-12-17T08:08:18.828Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57982024-12-17T08:08:25.009Z PASS [ 25.161s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
57992024-12-17T08:08:32.850Z PASS [ 17.855s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
58002024-12-17T08:08:33.068Z PASS [ 31.131s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
58012024-12-17T08:08:33.680Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58022024-12-17T08:08:34.302Z PASS [ 16.187s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
58032024-12-17T08:08:36.844Z PASS [ 112.347s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58042024-12-17T08:08:49.164Z PASS [ 16.096s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
58052024-12-17T08:08:53.326Z PASS [ 28.313s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
58062024-12-17T08:08:53.357Z PASS [ 16.513s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
58072024-12-17T08:08:56.445Z PASS [ 23.594s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
58082024-12-17T08:08:58.199Z PASS [ 23.896s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
58092024-12-17T08:09:02.118Z PASS [ 113.305s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
58102024-12-17T08:09:13.910Z PASS [ 17.465s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
58112024-12-17T08:09:13.971Z PASS [ 0.060s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
58122024-12-17T08:09:18.828Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58132024-12-17T08:09:19.609Z PASS [ 30.445s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
58142024-12-17T08:09:20.156Z PASS [ 26.833s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
58152024-12-17T08:09:20.180Z PASS [ 26.819s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
58162024-12-17T08:09:33.681Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58172024-12-17T08:09:36.628Z PASS [ 16.452s] omicron-nexus app::sagas::test_saga::test_saga_stuck
58182024-12-17T08:09:39.196Z PASS [ 25.226s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
58192024-12-17T08:09:52.538Z PASS [ 32.381s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
58202024-12-17T08:09:54.642Z PASS [ 35.032s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
58212024-12-17T08:09:54.698Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_accept_gz
58222024-12-17T08:09:54.758Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
58232024-12-17T08:09:54.814Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
58242024-12-17T08:09:54.874Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
58252024-12-17T08:09:54.928Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
58262024-12-17T08:09:54.984Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
58272024-12-17T08:09:55.039Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
58282024-12-17T08:09:55.088Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_relative_uri
58292024-12-17T08:09:57.423Z PASS [ 4.885s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
58302024-12-17T08:09:58.212Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
58312024-12-17T08:09:58.290Z PASS [ 19.093s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
58322024-12-17T08:10:02.131Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
58332024-12-17T08:10:02.669Z PASS [ 26.040s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
58342024-12-17T08:10:15.643Z PASS [ 18.219s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
58352024-12-17T08:10:16.289Z PASS [ 17.998s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
58362024-12-17T08:10:17.899Z PASS [ 2.256s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
58372024-12-17T08:10:18.195Z PASS [ 1.906s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
58382024-12-17T08:10:18.438Z PASS [ 0.538s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
58392024-12-17T08:10:18.828Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58402024-12-17T08:10:23.406Z PASS [ 20.737s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
58412024-12-17T08:10:28.821Z PASS [ 86.704s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
58422024-12-17T08:10:33.682Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58432024-12-17T08:10:34.189Z PASS [ 15.750s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
58442024-12-17T08:10:34.716Z PASS [ 16.521s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
58452024-12-17T08:10:40.282Z PASS [ 16.875s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
58462024-12-17T08:10:44.169Z PASS [ 15.348s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
58472024-12-17T08:10:48.369Z PASS [ 13.652s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
58482024-12-17T08:10:49.516Z PASS [ 15.327s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
58492024-12-17T08:10:53.817Z PASS [ 13.535s] omicron-nexus::test_all integration_tests::basic::test_ping
58502024-12-17T08:10:55.107Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
58512024-12-17T08:10:58.214Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
58522024-12-17T08:11:04.266Z PASS [ 20.096s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
58532024-12-17T08:11:04.553Z PASS [ 15.036s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
58542024-12-17T08:11:07.154Z PASS [ 13.337s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
58552024-12-17T08:11:13.566Z PASS [ 25.197s] omicron-nexus::test_all integration_tests::basic::test_projects_list
58562024-12-17T08:11:18.642Z PASS [ 14.376s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
58572024-12-17T08:11:18.721Z PASS [ 14.168s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
58582024-12-17T08:11:18.829Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58592024-12-17T08:11:20.052Z PASS [ 84.964s] omicron-nexus populate::test::test_populators
58602024-12-17T08:11:22.190Z PASS [ 15.035s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
58612024-12-17T08:11:23.464Z PASS [ 3.412s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
58622024-12-17T08:11:23.500Z PASS [ 1.308s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
58632024-12-17T08:11:23.627Z PASS [ 0.162s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
58642024-12-17T08:11:30.704Z PASS [ 17.137s] omicron-nexus::test_all integration_tests::certificates::test_crud
58652024-12-17T08:11:32.982Z PASS [ 554.174s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58662024-12-17T08:11:33.683Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58672024-12-17T08:11:35.722Z PASS [ 17.080s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
58682024-12-17T08:11:40.037Z PASS [ 16.537s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
58692024-12-17T08:11:40.627Z PASS [ 16.999s] omicron-nexus::test_all integration_tests::console_api::test_assets
58702024-12-17T08:11:41.344Z PASS [ 22.622s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
58712024-12-17T08:11:47.637Z PASS [ 16.933s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
58722024-12-17T08:11:53.323Z PASS [ 20.341s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
58732024-12-17T08:11:56.308Z PASS [ 15.681s] omicron-nexus::test_all integration_tests::console_api::test_session_me
58742024-12-17T08:11:56.750Z PASS [ 16.712s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
58752024-12-17T08:11:57.020Z PASS [ 21.298s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
58762024-12-17T08:11:57.854Z PASS [ 16.509s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
58772024-12-17T08:11:57.974Z PASS [ 564.313s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58782024-12-17T08:11:58.215Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
58792024-12-17T08:12:08.916Z PASS [ 21.279s] omicron-nexus::test_all integration_tests::console_api::test_sessions
58802024-12-17T08:12:10.266Z PASS [ 16.942s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
58812024-12-17T08:12:23.384Z PASS [ 25.410s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
58822024-12-17T08:12:25.538Z PASS [ 16.622s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
58832024-12-17T08:12:25.870Z PASS [ 15.604s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
58842024-12-17T08:12:28.243Z PASS [ 31.493s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
58852024-12-17T08:12:30.301Z PASS [ 33.993s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
58862024-12-17T08:12:33.401Z PASS [ 36.380s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
58872024-12-17T08:12:33.907Z PASS [ 36.053s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
58882024-12-17T08:12:47.719Z PASS [ 24.335s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
58892024-12-17T08:12:48.500Z PASS [ 22.630s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
58902024-12-17T08:12:52.986Z PASS [ 24.743s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
58912024-12-17T08:12:54.100Z PASS [ 23.799s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
58922024-12-17T08:12:55.890Z PASS [ 22.489s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
58932024-12-17T08:12:57.095Z PASS [ 23.188s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
58942024-12-17T08:12:58.216Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
58952024-12-17T08:13:00.399Z PASS [ 34.861s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
58962024-12-17T08:13:16.476Z PASS [ 19.381s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
58972024-12-17T08:13:17.429Z PASS [ 23.329s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
58982024-12-17T08:13:19.138Z PASS [ 18.739s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
58992024-12-17T08:13:19.305Z PASS [ 23.415s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
59002024-12-17T08:13:20.986Z PASS [ 33.266s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
59012024-12-17T08:13:26.720Z PASS [ 38.220s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
59022024-12-17T08:13:36.269Z PASS [ 18.839s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
59032024-12-17T08:13:39.323Z PASS [ 22.846s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
59042024-12-17T08:13:42.601Z PASS [ 49.615s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
59052024-12-17T08:13:44.873Z PASS [ 25.735s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
59062024-12-17T08:13:45.062Z PASS [ 24.076s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
59072024-12-17T08:13:54.122Z PASS [ 27.401s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
59082024-12-17T08:13:58.216Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59092024-12-17T08:14:00.300Z PASS [ 40.995s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
59102024-12-17T08:14:02.294Z PASS [ 26.025s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
59112024-12-17T08:14:06.937Z PASS [ 24.335s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
59122024-12-17T08:14:08.642Z PASS [ 29.320s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
59132024-12-17T08:14:08.800Z PASS [ 23.737s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
59142024-12-17T08:14:11.253Z PASS [ 26.379s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
59152024-12-17T08:14:21.164Z PASS [ 27.042s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
59162024-12-17T08:14:23.167Z PASS [ 22.866s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
59172024-12-17T08:14:23.618Z PASS [ 21.324s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
59182024-12-17T08:14:32.750Z PASS [ 25.813s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
59192024-12-17T08:14:33.518Z PASS [ 24.875s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
59202024-12-17T08:14:37.440Z PASS [ 28.640s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
59212024-12-17T08:14:42.858Z PASS [ 19.240s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
59222024-12-17T08:14:45.326Z PASS [ 34.073s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
59232024-12-17T08:14:54.328Z PASS [ 20.810s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
59242024-12-17T08:14:58.217Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59252024-12-17T08:15:01.417Z PASS [ 28.667s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
59262024-12-17T08:15:03.200Z PASS [ 20.341s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
59272024-12-17T08:15:04.013Z PASS [ 42.849s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
59282024-12-17T08:15:05.234Z PASS [ 19.908s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
59292024-12-17T08:15:06.646Z PASS [ 29.205s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
59302024-12-17T08:15:07.112Z PASS [ 0.464s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
59312024-12-17T08:15:07.570Z PASS [ 44.403s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
59322024-12-17T08:15:07.598Z PASS [ 0.487s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
59332024-12-17T08:15:08.642Z PASS [ 3.407s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
59342024-12-17T08:15:11.072Z PASS [ 3.501s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
59352024-12-17T08:15:13.510Z PASS [ 19.181s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
59362024-12-17T08:15:22.601Z PASS [ 21.184s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
59372024-12-17T08:15:23.073Z PASS [ 19.873s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
59382024-12-17T08:15:23.786Z PASS [ 19.773s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
59392024-12-17T08:15:30.622Z PASS [ 23.024s] omicron-nexus::test_all integration_tests::images::test_image_create
59402024-12-17T08:15:34.385Z PASS [ 25.743s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
59412024-12-17T08:15:38.323Z PASS [ 24.813s] omicron-nexus::test_all integration_tests::images::test_image_promotion
59422024-12-17T08:15:40.097Z PASS [ 29.025s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
59432024-12-17T08:15:44.302Z PASS [ 21.228s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
59442024-12-17T08:15:44.618Z PASS [ 22.016s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
59452024-12-17T08:15:45.050Z PASS [ 4.952s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
59462024-12-17T08:15:45.281Z PASS [ 6.957s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
59472024-12-17T08:15:45.818Z PASS [ 22.032s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
59482024-12-17T08:15:47.722Z PASS [ 13.337s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
59492024-12-17T08:15:49.099Z PASS [ 18.477s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
59502024-12-17T08:15:49.869Z PASS [ 5.566s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
59512024-12-17T08:15:58.217Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59522024-12-17T08:16:08.947Z PASS [ 23.128s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
59532024-12-17T08:16:13.794Z PASS [ 28.513s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
59542024-12-17T08:16:15.017Z PASS [ 25.918s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
59552024-12-17T08:16:15.222Z PASS [ 27.500s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
59562024-12-17T08:16:15.468Z PASS [ 30.850s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
59572024-12-17T08:16:21.675Z PASS [ 36.625s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
59582024-12-17T08:16:32.500Z PASS [ 18.705s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
59592024-12-17T08:16:33.396Z PASS [ 18.379s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
59602024-12-17T08:16:34.426Z PASS [ 44.556s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
59612024-12-17T08:16:38.330Z PASS [ 29.382s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
59622024-12-17T08:16:40.289Z PASS [ 18.614s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
59632024-12-17T08:16:45.309Z PASS [ 30.086s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
59642024-12-17T08:16:54.573Z PASS [ 39.105s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
59652024-12-17T08:16:58.218Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59662024-12-17T08:16:59.482Z PASS [ 19.193s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
59672024-12-17T08:17:03.333Z PASS [ 25.003s] omicron-nexus::test_all integration_tests::instances::test_instance_access
59682024-12-17T08:17:12.393Z PASS [ 39.893s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
59692024-12-17T08:17:14.075Z PASS [ 28.766s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
59702024-12-17T08:17:16.135Z PASS [ 41.709s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
59712024-12-17T08:17:23.907Z PASS [ 505.712s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59722024-12-17T08:17:26.998Z PASS [ 32.425s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
59732024-12-17T08:17:33.411Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
59742024-12-17T08:17:33.784Z PASS [ 34.302s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
59752024-12-17T08:17:36.615Z PASS [ 33.282s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
59762024-12-17T08:17:42.110Z PASS [ 29.717s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
59772024-12-17T08:17:46.072Z PASS [ 31.990s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
59782024-12-17T08:17:52.526Z PASS [ 36.391s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
59792024-12-17T08:17:53.118Z PASS [ 26.119s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
59802024-12-17T08:17:53.698Z PASS [ 80.302s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
59812024-12-17T08:17:57.214Z PASS [ 23.430s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
59822024-12-17T08:18:05.183Z PASS [ 28.567s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
59832024-12-17T08:18:11.443Z PASS [ 47.536s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
59842024-12-17T08:18:11.766Z PASS [ 29.655s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
59852024-12-17T08:18:13.600Z PASS [ 27.535s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
59862024-12-17T08:18:20.403Z PASS [ 27.286s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
59872024-12-17T08:18:20.427Z PASS [ 27.892s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
59882024-12-17T08:18:22.058Z PASS [ 28.359s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
59892024-12-17T08:18:39.330Z PASS [ 34.144s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
59902024-12-17T08:18:43.545Z PASS [ 31.779s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
59912024-12-17T08:18:43.735Z PASS [ 32.291s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
59922024-12-17T08:18:43.953Z PASS [ 46.738s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
59932024-12-17T08:18:47.137Z PASS [ 33.536s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
59942024-12-17T08:18:56.586Z PASS [ 34.527s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
59952024-12-17T08:18:56.611Z PASS [ 17.271s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
59962024-12-17T08:18:58.253Z PASS [ 37.849s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
59972024-12-17T08:18:59.188Z PASS [ 38.768s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
59982024-12-17T08:19:01.847Z PASS [ 18.112s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
59992024-12-17T08:19:07.615Z PASS [ 23.661s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
60002024-12-17T08:19:10.727Z PASS [ 23.589s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
60012024-12-17T08:19:13.349Z PASS [ 29.803s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
60022024-12-17T08:19:14.908Z PASS [ 18.322s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
60032024-12-17T08:19:22.109Z PASS [ 25.510s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
60042024-12-17T08:19:23.327Z PASS [ 25.073s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
60052024-12-17T08:19:25.453Z PASS [ 23.606s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
60062024-12-17T08:19:26.884Z PASS [ 16.156s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
60072024-12-17T08:19:31.860Z PASS [ 18.511s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
60082024-12-17T08:19:32.616Z PASS [ 17.708s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
60092024-12-17T08:19:34.884Z PASS [ 35.696s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
60102024-12-17T08:19:36.390Z PASS [ 28.769s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
60112024-12-17T08:19:40.217Z PASS [ 18.107s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
60122024-12-17T08:19:42.039Z PASS [ 16.586s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
60132024-12-17T08:19:51.426Z PASS [ 28.099s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
60142024-12-17T08:19:57.844Z PASS [ 17.627s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
60152024-12-17T08:19:58.679Z PASS [ 26.063s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
60162024-12-17T08:19:58.918Z PASS [ 27.058s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
60172024-12-17T08:19:59.476Z PASS [ 32.592s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
60182024-12-17T08:20:01.721Z PASS [ 19.681s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
60192024-12-17T08:20:04.260Z PASS [ 27.875s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
60202024-12-17T08:20:07.272Z PASS [ 32.387s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
60212024-12-17T08:20:09.460Z PASS [ 18.034s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
60222024-12-17T08:20:15.994Z PASS [ 18.150s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
60232024-12-17T08:20:16.409Z PASS [ 17.490s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
60242024-12-17T08:20:16.586Z PASS [ 17.907s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
60252024-12-17T08:20:16.795Z PASS [ 17.319s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
60262024-12-17T08:20:20.436Z PASS [ 18.715s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
60272024-12-17T08:20:22.019Z PASS [ 17.758s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
60282024-12-17T08:20:27.662Z PASS [ 20.390s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
60292024-12-17T08:20:27.912Z PASS [ 18.452s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
60302024-12-17T08:20:33.451Z PASS [ 16.865s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
60312024-12-17T08:20:36.644Z PASS [ 20.235s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
60322024-12-17T08:20:37.980Z PASS [ 21.985s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
60332024-12-17T08:20:43.474Z PASS [ 26.678s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
60342024-12-17T08:20:51.726Z PASS [ 18.274s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
60352024-12-17T08:20:52.372Z PASS [ 24.709s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
60362024-12-17T08:20:52.835Z PASS [ 16.191s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
60372024-12-17T08:20:59.797Z PASS [ 21.817s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
60382024-12-17T08:21:01.093Z PASS [ 40.656s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
60392024-12-17T08:21:08.459Z PASS [ 40.546s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
60402024-12-17T08:21:10.227Z PASS [ 48.208s] omicron-nexus::test_all integration_tests::metrics::test_metrics
60412024-12-17T08:21:15.614Z PASS [ 23.242s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
60422024-12-17T08:21:16.019Z PASS [ 23.184s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
60432024-12-17T08:21:16.518Z PASS [ 33.044s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
60442024-12-17T08:21:24.005Z PASS [ 24.207s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
60452024-12-17T08:21:30.897Z PASS [ 39.171s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
60462024-12-17T08:21:33.252Z PASS [ 23.025s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
60472024-12-17T08:21:41.722Z PASS [ 40.630s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
60482024-12-17T08:21:44.492Z PASS [ 28.473s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
60492024-12-17T08:21:46.891Z PASS [ 38.432s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
60502024-12-17T08:21:47.943Z PASS [ 31.425s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
60512024-12-17T08:21:53.838Z PASS [ 22.941s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
60522024-12-17T08:21:56.389Z PASS [ 40.749s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
60532024-12-17T08:21:56.815Z PASS [ 32.810s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
60542024-12-17T08:22:05.691Z PASS [ 17.747s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
60552024-12-17T08:22:06.137Z PASS [ 19.246s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
60562024-12-17T08:22:13.828Z PASS [ 40.576s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
60572024-12-17T08:22:14.717Z PASS [ 17.902s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
60582024-12-17T08:22:15.867Z PASS [ 22.028s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
60592024-12-17T08:22:18.913Z PASS [ 22.549s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
60602024-12-17T08:22:22.454Z PASS [ 40.731s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
60612024-12-17T08:22:29.835Z PASS [ 24.144s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
60622024-12-17T08:22:32.876Z PASS [ 26.739s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
60632024-12-17T08:22:33.122Z PASS [ 18.405s] omicron-nexus::test_all integration_tests::projects::test_projects
60642024-12-17T08:22:33.796Z PASS [ 19.968s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
60652024-12-17T08:22:34.770Z PASS [ 18.903s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
60662024-12-17T08:22:37.989Z PASS [ 15.535s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
60672024-12-17T08:22:44.505Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
60682024-12-17T08:22:45.662Z PASS [ 15.826s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
60692024-12-17T08:22:46.040Z PASS [ 61.548s] omicron-nexus::test_all integration_tests::password_login::test_local_users
60702024-12-17T08:22:49.995Z PASS [ 16.872s] omicron-nexus::test_all integration_tests::rack::test_sled_add
60712024-12-17T08:22:50.894Z PASS [ 18.018s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
60722024-12-17T08:22:51.390Z PASS [ 17.593s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
60732024-12-17T08:22:51.901Z PASS [ 17.131s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
60742024-12-17T08:22:52.274Z PASS [ 0.372s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
60752024-12-17T08:22:54.298Z PASS [ 3.403s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
60762024-12-17T08:22:55.095Z PASS [ 3.704s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
60772024-12-17T08:22:55.414Z PASS [ 17.424s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
60782024-12-17T08:22:55.785Z PASS [ 3.510s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
60792024-12-17T08:22:57.680Z PASS [ 3.382s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
60802024-12-17T08:23:00.056Z PASS [ 14.393s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
60812024-12-17T08:23:00.697Z PASS [ 14.656s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
60822024-12-17T08:23:00.822Z PASS [ 0.125s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
60832024-12-17T08:23:00.950Z PASS [ 0.128s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
60842024-12-17T08:23:01.073Z PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
60852024-12-17T08:23:01.185Z PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
60862024-12-17T08:23:01.296Z PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
60872024-12-17T08:23:04.392Z PASS [ 45.479s] omicron-nexus::test_all integration_tests::quotas::test_quotas
60882024-12-17T08:23:07.759Z PASS [ 17.763s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
60892024-12-17T08:23:16.124Z PASS [ 20.709s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
60902024-12-17T08:23:17.161Z PASS [ 22.066s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
60912024-12-17T08:23:17.757Z PASS [ 20.076s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
60922024-12-17T08:23:18.676Z PASS [ 17.380s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
60932024-12-17T08:23:18.820Z PASS [ 0.143s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
60942024-12-17T08:23:20.446Z PASS [ 20.390s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
60952024-12-17T08:23:21.446Z PASS [ 17.054s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
60962024-12-17T08:23:21.613Z PASS [ 0.166s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
60972024-12-17T08:23:21.729Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
60982024-12-17T08:23:22.038Z PASS [ 26.253s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
60992024-12-17T08:23:25.739Z PASS [ 17.979s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
61002024-12-17T08:23:33.843Z PASS [ 17.719s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
61012024-12-17T08:23:35.174Z PASS [ 18.014s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
61022024-12-17T08:23:35.229Z PASS [ 17.472s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
61032024-12-17T08:23:36.559Z PASS [ 17.739s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
61042024-12-17T08:23:37.665Z PASS [ 17.218s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
61052024-12-17T08:23:37.973Z PASS [ 16.243s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
61062024-12-17T08:23:38.042Z PASS [ 16.004s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
61072024-12-17T08:23:39.505Z PASS [ 13.766s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
61082024-12-17T08:23:40.217Z PASS [ 2.552s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
61092024-12-17T08:23:42.518Z PASS [ 2.300s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
61102024-12-17T08:23:43.340Z PASS [ 9.497s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
61112024-12-17T08:23:44.541Z PASS [ 2.023s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
61122024-12-17T08:23:45.348Z PASS [ 2.007s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
61132024-12-17T08:23:46.607Z PASS [ 2.064s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
61142024-12-17T08:23:47.539Z PASS [ 2.191s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
61152024-12-17T08:23:48.963Z PASS [ 1.423s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
61162024-12-17T08:24:21.012Z PASS [ 32.049s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
61172024-12-17T08:24:33.847Z PASS [ 47.240s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
61182024-12-17T08:24:39.085Z PASS [ 18.072s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
61192024-12-17T08:25:02.440Z PASS [ 28.592s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
61202024-12-17T08:25:13.263Z PASS [ 10.822s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
61212024-12-17T08:25:13.331Z PASS [ 10.891s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
61222024-12-17T08:25:13.609Z PASS [ 34.524s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
61232024-12-17T08:25:13.809Z PASS [ 11.368s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
61242024-12-17T08:25:14.041Z PASS [ 11.601s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
61252024-12-17T08:25:30.020Z PASS [ 16.211s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
61262024-12-17T08:25:30.434Z PASS [ 17.171s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
61272024-12-17T08:25:30.853Z PASS [ 17.244s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
61282024-12-17T08:25:31.080Z PASS [ 17.039s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
61292024-12-17T08:25:31.162Z PASS [ 17.831s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
61302024-12-17T08:25:31.330Z PASS [ 17.721s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
61312024-12-17T08:25:31.835Z PASS [ 18.226s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
61322024-12-17T08:25:32.651Z PASS [ 19.042s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
61332024-12-17T08:25:47.867Z PASS [ 17.847s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
61342024-12-17T08:25:48.422Z PASS [ 17.340s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
61352024-12-17T08:25:48.656Z PASS [ 17.326s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
61362024-12-17T08:25:48.897Z PASS [ 18.463s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
61372024-12-17T08:25:49.601Z PASS [ 17.766s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
61382024-12-17T08:25:50.673Z PASS [ 19.510s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
61392024-12-17T08:25:52.319Z PASS [ 19.668s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
61402024-12-17T08:25:54.473Z PASS [ 23.620s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
61412024-12-17T08:26:05.339Z PASS [ 17.472s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
61422024-12-17T08:26:06.066Z PASS [ 17.644s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
61432024-12-17T08:26:08.039Z PASS [ 18.438s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
61442024-12-17T08:26:08.779Z PASS [ 20.122s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
61452024-12-17T08:26:09.275Z PASS [ 16.956s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
61462024-12-17T08:26:11.442Z PASS [ 22.544s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
61472024-12-17T08:26:13.997Z PASS [ 23.324s] omicron-nexus::test_all integration_tests::silos::test_silos
61482024-12-17T08:26:19.701Z PASS [ 25.228s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
61492024-12-17T08:26:23.117Z PASS [ 17.778s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
61502024-12-17T08:26:27.287Z PASS [ 19.248s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
61512024-12-17T08:26:30.135Z PASS [ 24.067s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
61522024-12-17T08:26:31.025Z PASS [ 17.028s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
61532024-12-17T08:26:37.619Z PASS [ 28.840s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
61542024-12-17T08:26:38.821Z PASS [ 19.120s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
61552024-12-17T08:26:39.795Z PASS [ 28.353s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
61562024-12-17T08:26:39.925Z PASS [ 30.649s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
61572024-12-17T08:26:42.533Z PASS [ 19.416s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
61582024-12-17T08:26:44.300Z PASS [ 4.374s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
61592024-12-17T08:26:44.686Z PASS [ 17.398s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
61602024-12-17T08:26:45.653Z PASS [ 1.353s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
61612024-12-17T08:26:47.045Z PASS [ 4.512s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
61622024-12-17T08:26:49.099Z PASS [ 4.412s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
61632024-12-17T08:26:50.060Z PASS [ 4.406s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
61642024-12-17T08:26:52.742Z PASS [ 21.717s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
61652024-12-17T08:26:54.758Z PASS [ 2.015s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
61662024-12-17T08:26:59.386Z PASS [ 29.252s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
61672024-12-17T08:27:02.874Z PASS [ 23.078s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
61682024-12-17T08:27:03.385Z PASS [ 24.564s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
61692024-12-17T08:27:03.463Z PASS [ 16.417s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
61702024-12-17T08:27:05.162Z PASS [ 27.542s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
61712024-12-17T08:27:12.033Z PASS [ 17.275s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
61722024-12-17T08:27:17.771Z PASS [ 14.897s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
61732024-12-17T08:27:18.033Z PASS [ 18.647s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
61742024-12-17T08:27:20.159Z PASS [ 31.059s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
61752024-12-17T08:27:20.470Z PASS [ 17.084s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
61762024-12-17T08:27:33.025Z PASS [ 27.863s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
61772024-12-17T08:27:34.544Z PASS [ 31.080s] omicron-nexus::test_all integration_tests::utilization::test_utilization
61782024-12-17T08:27:40.030Z PASS [ 27.996s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
61792024-12-17T08:27:40.355Z PASS [ 22.584s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
61802024-12-17T08:27:44.884Z PASS [ 26.851s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
61812024-12-17T08:27:48.638Z PASS [ 28.167s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
61822024-12-17T08:27:49.551Z PASS [ 29.392s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
61832024-12-17T08:27:50.072Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
61842024-12-17T08:28:01.339Z PASS [ 28.312s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
61852024-12-17T08:28:03.175Z PASS [ 28.632s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
61862024-12-17T08:28:06.759Z PASS [ 26.729s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
61872024-12-17T08:28:07.791Z PASS [ 27.435s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
61882024-12-17T08:28:10.264Z PASS [ 25.381s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
61892024-12-17T08:28:22.016Z PASS [ 20.679s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
61902024-12-17T08:28:27.342Z PASS [ 20.582s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
61912024-12-17T08:28:29.642Z PASS [ 26.466s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
61922024-12-17T08:28:31.843Z PASS [ 24.052s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
61932024-12-17T08:28:32.617Z PASS [ 102.558s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
61942024-12-17T08:28:38.850Z PASS [ 28.586s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
61952024-12-17T08:28:40.402Z PASS [ 50.852s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
61962024-12-17T08:28:48.649Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
61972024-12-17T08:28:50.128Z PASS [ 28.111s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
61982024-12-17T08:28:54.793Z PASS [ 66.156s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
61992024-12-17T08:29:00.359Z PASS [ 21.508s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
62002024-12-17T08:29:02.188Z PASS [ 21.786s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
62012024-12-17T08:29:04.866Z PASS [ 37.523s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
62022024-12-17T08:29:06.770Z PASS [ 37.128s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
62032024-12-17T08:29:07.363Z PASS [ 35.520s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
62042024-12-17T08:29:10.735Z PASS [ 38.117s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
62052024-12-17T08:29:20.864Z PASS [ 30.736s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
62062024-12-17T08:29:25.584Z PASS [ 23.396s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
62072024-12-17T08:29:29.937Z PASS [ 25.071s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
62082024-12-17T08:29:30.776Z PASS [ 24.006s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
62092024-12-17T08:29:31.046Z PASS [ 23.683s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
62102024-12-17T08:29:35.890Z PASS [ 25.156s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
62112024-12-17T08:29:36.434Z PASS [ 41.640s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
62122024-12-17T08:29:45.743Z PASS [ 15.806s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
62132024-12-17T08:29:45.976Z PASS [ 45.617s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
62142024-12-17T08:29:46.763Z PASS [ 15.986s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
62152024-12-17T08:29:48.069Z PASS [ 17.023s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
62162024-12-17T08:29:49.765Z PASS [ 28.901s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
62172024-12-17T08:29:52.908Z PASS [ 17.017s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
62182024-12-17T08:29:53.524Z PASS [ 27.939s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
62192024-12-17T08:29:53.884Z PASS [ 17.450s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
62202024-12-17T08:30:02.859Z PASS [ 17.116s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
62212024-12-17T08:30:03.044Z PASS [ 17.068s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
62222024-12-17T08:30:03.532Z PASS [ 16.769s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
62232024-12-17T08:30:04.849Z PASS [ 16.779s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
62242024-12-17T08:30:08.549Z PASS [ 18.784s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
62252024-12-17T08:30:09.059Z PASS [ 15.534s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
62262024-12-17T08:30:09.715Z PASS [ 16.807s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
62272024-12-17T08:30:11.659Z PASS [ 17.774s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
62282024-12-17T08:30:19.735Z PASS [ 16.875s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
62292024-12-17T08:30:19.774Z PASS [ 16.241s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
62302024-12-17T08:30:19.933Z PASS [ 16.888s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
62312024-12-17T08:30:22.533Z PASS [ 17.683s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
62322024-12-17T08:30:25.080Z PASS [ 16.530s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
62332024-12-17T08:30:25.831Z PASS [ 16.772s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
62342024-12-17T08:30:26.316Z PASS [ 16.600s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
62352024-12-17T08:30:28.829Z PASS [ 17.170s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
62362024-12-17T08:30:36.323Z PASS [ 16.587s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
62372024-12-17T08:30:40.564Z PASS [ 18.030s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
62382024-12-17T08:30:42.347Z PASS [ 17.267s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
62392024-12-17T08:30:42.499Z PASS [ 16.667s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
62402024-12-17T08:30:44.272Z PASS [ 17.956s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
62412024-12-17T08:30:45.515Z PASS [ 16.685s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
62422024-12-17T08:30:47.328Z PASS [ 27.553s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
62432024-12-17T08:30:50.457Z PASS [ 30.525s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
62442024-12-17T08:31:00.661Z PASS [ 18.314s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
62452024-12-17T08:31:01.114Z PASS [ 20.550s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
62462024-12-17T08:31:03.369Z PASS [ 27.046s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
62472024-12-17T08:31:03.530Z PASS [ 21.031s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
62482024-12-17T08:31:08.513Z PASS [ 22.998s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
62492024-12-17T08:31:09.523Z PASS [ 25.250s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
62502024-12-17T08:31:09.572Z PASS [ 0.049s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
62512024-12-17T08:31:09.607Z PASS [ 0.034s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
62522024-12-17T08:31:09.677Z PASS [ 0.069s] omicron-package dot::test::test_bad_dependency
62532024-12-17T08:31:09.718Z PASS [ 0.041s] omicron-package dot::test::test_dot_output
62542024-12-17T08:31:14.646Z PASS [ 6.133s] omicron-omdb::test_all_output test_omdb_usage_errors
62552024-12-17T08:31:14.673Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
62562024-12-17T08:31:17.208Z PASS [ 7.489s] omicron-passwords test::test_compatible
62572024-12-17T08:31:17.334Z PASS [ 26.876s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
62582024-12-17T08:31:17.382Z PASS [ 0.047s] omicron-passwords test::test_stable
62592024-12-17T08:31:17.408Z PASS [ 0.026s] omicron-passwords test::test_weak_hashes
62602024-12-17T08:31:17.434Z PASS [ 0.026s] omicron-rpaths internal::tests::test_configure_from_path
62612024-12-17T08:31:17.484Z PASS [ 0.050s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
62622024-12-17T08:31:17.510Z PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath
62632024-12-17T08:31:17.907Z PASS [ 3.233s] omicron-passwords test::test_reproducible
62642024-12-17T08:31:17.930Z PASS [ 0.405s] omicron-sled-agent artifact_store::test::list_get_put_delete
62652024-12-17T08:31:18.044Z PASS [ 0.136s] omicron-sled-agent artifact_store::test::no_dataset
62662024-12-17T08:31:18.072Z PASS [ 0.155s] omicron-sled-agent artifact_store::test::wrong_hash
62672024-12-17T08:31:18.165Z PASS [ 0.121s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
62682024-12-17T08:31:18.266Z PASS [ 0.101s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
62692024-12-17T08:31:18.422Z PASS [ 0.155s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
62702024-12-17T08:31:18.522Z PASS [ 0.099s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
62712024-12-17T08:31:18.693Z PASS [ 0.620s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
62722024-12-17T08:31:18.754Z PASS [ 0.061s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
62732024-12-17T08:31:18.806Z PASS [ 0.051s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
62742024-12-17T08:31:18.861Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
62752024-12-17T08:31:18.902Z PASS [ 0.040s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
62762024-12-17T08:31:18.939Z PASS [ 0.036s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
62772024-12-17T08:31:18.979Z PASS [ 0.039s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
62782024-12-17T08:31:19.019Z PASS [ 0.040s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
62792024-12-17T08:31:19.056Z PASS [ 0.036s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
62802024-12-17T08:31:19.086Z PASS [ 0.564s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
62812024-12-17T08:31:19.109Z PASS [ 0.037s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
62822024-12-17T08:31:19.145Z PASS [ 0.058s] omicron-sled-agent config::test::test_smf_configs
62832024-12-17T08:31:19.168Z PASS [ 0.067s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
62842024-12-17T08:31:19.193Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
62852024-12-17T08:31:19.217Z PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
62862024-12-17T08:31:19.256Z PASS [ 0.064s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
62872024-12-17T08:31:19.280Z PASS [ 0.069s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
62882024-12-17T08:31:19.303Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
62892024-12-17T08:31:20.825Z PASS [ 19.710s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
62902024-12-17T08:31:21.932Z PASS [ 21.271s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
62912024-12-17T08:31:22.370Z PASS [ 3.095s] omicron-sled-agent instance::tests::test_instance_create_events_normal
62922024-12-17T08:31:24.226Z PASS [ 2.294s] omicron-sled-agent instance::tests::test_instance_manager_creation
62932024-12-17T08:31:24.270Z PASS [ 0.044s] omicron-sled-agent probe_manager::test::probe_state_set_ops
62942024-12-17T08:31:24.311Z PASS [ 0.040s] omicron-sled-agent profile::tests::empty_profile
62952024-12-17T08:31:24.343Z PASS [ 3.517s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
62962024-12-17T08:31:24.366Z PASS [ 20.982s] omicron-omdb::test_all_output test_omdb_env_settings
62972024-12-17T08:31:24.366Z PASS [ 0.050s] omicron-sled-agent profile::tests::test_disabled_instance
62982024-12-17T08:31:24.391Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_instance
62992024-12-17T08:31:24.391Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_multiple
63002024-12-17T08:31:24.414Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_property
63012024-12-17T08:31:24.438Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_property_group
63022024-12-17T08:31:24.438Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_service
63032024-12-17T08:31:24.462Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_service_property_group
63042024-12-17T08:31:24.462Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
63052024-12-17T08:31:24.485Z PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
63062024-12-17T08:31:24.508Z PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
63072024-12-17T08:31:24.532Z PASS [ 0.065s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
63082024-12-17T08:31:24.555Z PASS [ 0.073s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
63092024-12-17T08:31:24.701Z PASS [ 5.400s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
63102024-12-17T08:31:25.607Z PASS [ 38.279s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
63112024-12-17T08:31:26.894Z PASS [ 2.340s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
63122024-12-17T08:31:26.998Z PASS [ 2.503s] omicron-sled-agent services::illumos_tests::test_bad_generations
63132024-12-17T08:31:27.048Z PASS [ 0.049s] omicron-sled-agent services::test::test_all_zones_requests_schema
63142024-12-17T08:31:27.071Z PASS [ 2.536s] omicron-sled-agent services::illumos_tests::test_ensure_service
63152024-12-17T08:31:27.098Z PASS [ 0.036s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
63162024-12-17T08:31:27.121Z PASS [ 0.051s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
63172024-12-17T08:31:27.145Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
63182024-12-17T08:31:27.168Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
63192024-12-17T08:31:27.192Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
63202024-12-17T08:31:27.216Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
63212024-12-17T08:31:27.239Z PASS [ 2.531s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
63222024-12-17T08:31:27.262Z PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
63232024-12-17T08:31:27.285Z PASS [ 0.063s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
63242024-12-17T08:31:27.309Z PASS [ 0.054s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
63252024-12-17T08:31:27.333Z PASS [ 0.049s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
63262024-12-17T08:31:27.357Z PASS [ 0.051s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
63272024-12-17T08:31:27.380Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
63282024-12-17T08:31:27.403Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
63292024-12-17T08:31:27.426Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
63302024-12-17T08:31:27.449Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::snapshot_needs_region
63312024-12-17T08:31:28.134Z PASS [ 2.527s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
63322024-12-17T08:31:29.212Z PASS [ 2.316s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
63332024-12-17T08:31:30.717Z PASS [ 3.312s] omicron-sled-agent support_bundle::storage::tests::basic_crud
63342024-12-17T08:31:30.948Z PASS [ 3.516s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
63352024-12-17T08:31:31.225Z PASS [ 27.694s] omicron-omdb::test_all_output test_omdb_success_cases
63362024-12-17T08:31:31.263Z PASS [ 0.038s] omicron-sled-agent updates::test::test_query_no_components
63372024-12-17T08:31:31.308Z PASS [ 0.044s] omicron-sled-agent updates::test::test_query_sled_agent_version
63382024-12-17T08:31:31.356Z PASS [ 0.047s] omicron-sled-agent updates::test::test_query_zone_version
63392024-12-17T08:31:31.492Z PASS [ 0.135s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
63402024-12-17T08:31:31.540Z PASS [ 0.048s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
63412024-12-17T08:31:31.619Z PASS [ 3.484s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
63422024-12-17T08:31:32.252Z PASS [ 15.043s] omicron-passwords test::test_smoke
63432024-12-17T08:31:32.293Z PASS [ 0.041s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
63442024-12-17T08:31:32.724Z PASS [ 3.512s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
63452024-12-17T08:31:33.929Z PASS [ 2.309s] omicron-sled-agent zone_bundle::illumos_tests::test_context
63462024-12-17T08:31:34.069Z PASS [ 2.528s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
63472024-12-17T08:31:34.146Z PASS [ 0.077s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
63482024-12-17T08:31:34.196Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_dir_size
63492024-12-17T08:31:34.247Z PASS [ 0.050s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
63502024-12-17T08:31:34.280Z PASS [ 3.563s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
63512024-12-17T08:31:34.539Z PASS [ 0.292s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
63522024-12-17T08:31:34.562Z PASS [ 0.271s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
63532024-12-17T08:31:34.627Z PASS [ 0.087s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
63542024-12-17T08:31:34.670Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
63552024-12-17T08:31:34.710Z PASS [ 0.039s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
63562024-12-17T08:31:34.734Z PASS [ 3.779s] omicron-sled-agent support_bundle::storage::tests::ranges
63572024-12-17T08:31:35.075Z PASS [ 0.365s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
63582024-12-17T08:31:35.099Z PASS [ 0.356s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
63592024-12-17T08:31:35.126Z PASS [ 0.041s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
63602024-12-17T08:31:35.168Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
63612024-12-17T08:31:35.266Z PASS [ 8.032s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
63622024-12-17T08:31:35.290Z PASS [ 2.549s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
63632024-12-17T08:31:35.319Z PASS [ 0.767s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
63642024-12-17T08:31:35.343Z PASS [ 0.159s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
63652024-12-17T08:31:35.343Z PASS [ 3.041s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
63662024-12-17T08:31:35.546Z PASS [ 0.271s] omicron-test-utils dev::db::test::test_bad_cmd
63672024-12-17T08:31:35.590Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_make_pg_config_fail
63682024-12-17T08:31:35.619Z PASS [ 0.283s] omicron-test-utils dev::db::test::test_database_start_hang
63692024-12-17T08:31:35.644Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_make_pg_config_ok
63702024-12-17T08:31:35.667Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_process_exit_abnormal
63712024-12-17T08:31:35.691Z PASS [ 0.046s] omicron-test-utils dev::db::test::test_process_exit_normal
63722024-12-17T08:31:35.715Z PASS [ 0.441s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
63732024-12-17T08:31:35.879Z PASS [ 0.559s] omicron-test-utils dev::db::test::test_cmd_fails
63742024-12-17T08:31:35.940Z PASS [ 0.060s] omicron-test-utils dev::db::test::test_starter_tmpdir
63752024-12-17T08:31:36.043Z PASS [ 0.103s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
63762024-12-17T08:31:36.081Z PASS [ 0.038s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
63772024-12-17T08:31:36.113Z PASS [ 1.037s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
63782024-12-17T08:31:36.136Z PASS [ 0.050s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
63792024-12-17T08:31:36.160Z PASS [ 0.046s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
63802024-12-17T08:31:36.200Z PASS [ 0.068s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
63812024-12-17T08:31:36.227Z LEAK [ 0.559s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
63822024-12-17T08:31:36.405Z PASS [ 2.476s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
63832024-12-17T08:31:36.496Z PASS [ 0.090s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
63842024-12-17T08:31:36.648Z PASS [ 0.426s] oximeter test::timeseries_schema_consistency
63852024-12-17T08:31:36.684Z PASS [ 0.524s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
63862024-12-17T08:31:36.782Z PASS [ 0.286s] oximeter-collector agent::tests::test_self_stat_collection_count
63872024-12-17T08:31:36.806Z PASS [ 0.149s] oximeter-collector agent::tests::test_self_stat_error_counter
63882024-12-17T08:31:36.829Z PASS [ 0.131s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
63892024-12-17T08:31:36.852Z PASS [ 0.036s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
63902024-12-17T08:31:36.891Z PASS [ 0.039s] oximeter-collector self_stats::tests::test_failure_reason_serialization
63912024-12-17T08:31:36.916Z PASS [ 0.133s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
63922024-12-17T08:31:36.956Z PASS [ 1.248s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
63932024-12-17T08:31:37.013Z PASS [ 0.813s] openapi-manager check::tests::check_apis_up_to_date
63942024-12-17T08:31:37.037Z PASS [ 0.114s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
63952024-12-17T08:31:37.060Z PASS [ 0.082s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
63962024-12-17T08:31:37.060Z PASS [ 0.039s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
63972024-12-17T08:31:37.084Z PASS [ 0.036s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
63982024-12-17T08:31:37.084Z PASS [ 0.036s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
63992024-12-17T08:31:37.108Z PASS [ 1.761s] omicron-test-utils dev::db::test::test_database_concurrent
64002024-12-17T08:31:37.179Z PASS [ 0.287s] oximeter-collector::test_commands test_oximeter_no_args
64012024-12-17T08:31:37.804Z PASS [ 0.625s] oximeter-db client::tests::can_ping_clickhouse
64022024-12-17T08:31:37.863Z PASS [ 1.065s] oximeter-collector agent::tests::verify_producer_details
64032024-12-17T08:31:37.988Z PASS [ 0.125s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
64042024-12-17T08:31:38.062Z PASS [ 0.073s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
64052024-12-17T08:31:38.207Z PASS [ 1.130s] oximeter-db client::oxql::tests::test_get_one_timeseries
64062024-12-17T08:31:38.231Z PASS [ 1.124s] oximeter-db client::oxql::tests::test_limit_operations
64072024-12-17T08:31:38.291Z PASS [ 1.238s] oximeter-db client::oxql::tests::test_get_entire_table
64082024-12-17T08:31:38.408Z PASS [ 1.339s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
64092024-12-17T08:31:39.044Z PASS [ 0.635s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
64102024-12-17T08:31:39.124Z PASS [ 0.909s] oximeter-db client::tests::read_latest_version_reports_max
64112024-12-17T08:31:39.178Z PASS [ 0.887s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
64122024-12-17T08:31:39.842Z PASS [ 0.663s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
64132024-12-17T08:31:39.865Z PASS [ 0.798s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
64142024-12-17T08:31:40.045Z PASS [ 0.920s] oximeter-db client::tests::select_timeseries_with_select_one
64152024-12-17T08:31:40.701Z PASS [ 0.858s] oximeter-db client::tests::test_database_version_update_is_idempotent
64162024-12-17T08:31:40.749Z PASS [ 0.906s] oximeter-db client::tests::test_client_select_timeseries_one
64172024-12-17T08:31:41.053Z PASS [ 2.846s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
64182024-12-17T08:31:41.163Z PASS [ 1.118s] oximeter-db client::tests::test_database_version_will_not_downgrade
64192024-12-17T08:31:41.587Z PASS [ 0.837s] oximeter-db client::tests::test_differentiate_by_timeseries_name
64202024-12-17T08:31:41.886Z PASS [ 1.185s] oximeter-db client::tests::test_database_version_wipes_old_version
64212024-12-17T08:31:41.925Z PASS [ 0.872s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
64222024-12-17T08:31:42.024Z PASS [ 0.861s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
64232024-12-17T08:31:42.442Z PASS [ 0.854s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
64242024-12-17T08:31:42.786Z PASS [ 0.860s] oximeter-db client::tests::test_field_record_count
64252024-12-17T08:31:42.892Z PASS [ 0.867s] oximeter-db client::tests::test_get_schema_no_new_values
64262024-12-17T08:31:43.382Z PASS [ 0.939s] oximeter-db client::tests::test_insert_samples
64272024-12-17T08:31:43.527Z PASS [ 1.640s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
64282024-12-17T08:31:43.574Z PASS [ 0.047s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
64292024-12-17T08:31:43.619Z PASS [ 0.044s] oximeter-db client::tests::test_read_timeseries_to_delete
64302024-12-17T08:31:43.654Z PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
64312024-12-17T08:31:43.690Z PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
64322024-12-17T08:31:43.821Z PASS [ 1.035s] oximeter-db client::tests::test_is_oximeter_cluster
64332024-12-17T08:31:43.965Z PASS [ 1.072s] oximeter-db client::tests::test_list_timeseries
64342024-12-17T08:31:44.280Z PASS [ 0.897s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
64352024-12-17T08:31:44.920Z PASS [ 1.098s] oximeter-db client::tests::test_schema_mismatch
64362024-12-17T08:31:45.029Z PASS [ 1.064s] oximeter-db client::tests::test_schema_update
64372024-12-17T08:31:45.052Z PASS [ 9.362s] omicron-test-utils dev::db::test::test_setup_database_default_dir
64382024-12-17T08:31:45.251Z PASS [ 0.970s] oximeter-db client::tests::test_select_all_datum_types
64392024-12-17T08:31:45.359Z PASS [ 1.668s] oximeter-db client::tests::test_recall_of_all_fields
64402024-12-17T08:31:45.841Z PASS [ 0.920s] oximeter-db client::tests::test_select_all_field_types
64412024-12-17T08:31:45.980Z PASS [ 0.950s] oximeter-db client::tests::test_select_timeseries_with_all
64422024-12-17T08:31:46.240Z PASS [ 1.202s] oximeter-db client::tests::test_select_timeseries_with_limit
64432024-12-17T08:31:46.320Z PASS [ 0.957s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
64442024-12-17T08:31:46.448Z PASS [ 1.196s] oximeter-db client::tests::test_select_timeseries_with_order
64452024-12-17T08:31:46.482Z PASS [ 0.034s] oximeter-db client::tests::test_unravel_index
64462024-12-17T08:31:46.775Z PASS [ 0.933s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
64472024-12-17T08:31:46.817Z PASS [ 0.041s] oximeter-db client::tests::test_verify_schema_upgrades
64482024-12-17T08:31:46.860Z PASS [ 0.043s] oximeter-db model::fields::tests::test_extract_fields_as_block
64492024-12-17T08:31:46.887Z PASS [ 0.907s] oximeter-db client::tests::test_select_timeseries_with_start_time
64502024-12-17T08:31:46.911Z PASS [ 0.034s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
64512024-12-17T08:31:46.934Z PASS [ 0.039s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
64522024-12-17T08:31:46.957Z PASS [ 0.038s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
64532024-12-17T08:31:46.980Z PASS [ 0.040s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
64542024-12-17T08:31:46.980Z PASS [ 0.039s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
64552024-12-17T08:31:47.003Z PASS [ 0.033s] oximeter-db native::block::tests::concat_blocks
64562024-12-17T08:31:47.027Z PASS [ 0.034s] oximeter-db native::block::tests::datetime64_scale_checks_range
64572024-12-17T08:31:47.051Z PASS [ 0.032s] oximeter-db native::block::tests::parse_date_time
64582024-12-17T08:31:47.051Z PASS [ 0.033s] oximeter-db native::block::tests::parse_date_time64
64592024-12-17T08:31:47.082Z PASS [ 0.047s] oximeter-db native::block::tests::parse_escaped_date_time64
64602024-12-17T08:31:47.108Z PASS [ 0.065s] oximeter-db native::block::tests::test_data_type_to_string
64612024-12-17T08:31:47.142Z PASS [ 0.060s] oximeter-db native::block::tests::test_datetime64_conversions
64622024-12-17T08:31:47.166Z PASS [ 0.046s] oximeter-db native::block::tests::test_parse_all_known_timezones
64632024-12-17T08:31:47.189Z PASS [ 0.040s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
64642024-12-17T08:31:47.213Z PASS [ 0.037s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
64652024-12-17T08:31:47.213Z PASS [ 0.892s] oximeter-db client::tests::test_timeseries_schema_list
64662024-12-17T08:31:47.236Z PASS [ 0.036s] oximeter-db native::block::tests::test_parse_enum8
64672024-12-17T08:31:47.236Z PASS [ 0.035s] oximeter-db native::block::tests::test_parse_enum_variant
64682024-12-17T08:31:47.260Z PASS [ 0.036s] oximeter-db native::block::tests::test_parse_invalid_data_type
64692024-12-17T08:31:47.390Z PASS [ 0.907s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
64702024-12-17T08:31:47.821Z PASS [ 1.580s] oximeter-db client::tests::test_sql_query_output
64712024-12-17T08:31:47.855Z PASS [ 0.634s] oximeter-db native::connection::tests::test_basic_select_query
64722024-12-17T08:31:47.878Z PASS [ 0.618s] oximeter-db native::connection::tests::test_exchange_hello
64732024-12-17T08:31:47.958Z PASS [ 0.729s] oximeter-db native::connection::tests::test_can_cancel_query
64742024-12-17T08:31:48.016Z PASS [ 0.626s] oximeter-db native::connection::tests::test_insert_and_select_data
64752024-12-17T08:31:48.440Z PASS [ 0.619s] oximeter-db native::connection::tests::test_insert_and_select_uuid
64762024-12-17T08:31:48.477Z PASS [ 0.622s] oximeter-db native::connection::tests::test_select_array_column
64772024-12-17T08:31:48.501Z PASS [ 0.049s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
64782024-12-17T08:31:48.501Z PASS [ 0.624s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
64792024-12-17T08:31:48.525Z PASS [ 0.037s] oximeter-db native::io::block::tests::test_decode_full_block
64802024-12-17T08:31:48.548Z PASS [ 0.034s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
64812024-12-17T08:31:48.548Z PASS [ 0.045s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
64822024-12-17T08:31:48.571Z PASS [ 0.036s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
64832024-12-17T08:31:48.571Z PASS [ 0.035s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
64842024-12-17T08:31:48.571Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_decode_string_column
64852024-12-17T08:31:48.595Z PASS [ 0.035s] oximeter-db native::io::column::tests::test_decode_uint64_column
64862024-12-17T08:31:48.618Z PASS [ 0.033s] oximeter-db native::io::column::tests::test_decode_uint8_column
64872024-12-17T08:31:48.618Z PASS [ 0.643s] oximeter-db native::connection::tests::test_select_nullable_column
64882024-12-17T08:31:48.618Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_decode_uuid_column
64892024-12-17T08:31:48.643Z PASS [ 0.034s] oximeter-db native::io::column::tests::test_encode_decode_column
64902024-12-17T08:31:48.643Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
64912024-12-17T08:31:48.643Z PASS [ 0.620s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
64922024-12-17T08:31:48.643Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
64932024-12-17T08:31:48.666Z PASS [ 0.045s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
64942024-12-17T08:31:48.666Z PASS [ 0.035s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
64952024-12-17T08:31:48.690Z PASS [ 0.043s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
64962024-12-17T08:31:48.690Z PASS [ 0.035s] oximeter-db native::io::packet::server::tests::test_decode_pong
64972024-12-17T08:31:48.713Z PASS [ 0.032s] oximeter-db native::io::string::test::test_encode_decode
64982024-12-17T08:31:48.713Z PASS [ 0.042s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
64992024-12-17T08:31:48.713Z PASS [ 0.060s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
65002024-12-17T08:31:48.713Z PASS [ 0.034s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
65012024-12-17T08:31:48.737Z PASS [ 0.049s] oximeter-db native::io::string::test::test_encode_hello_world
65022024-12-17T08:31:48.737Z PASS [ 0.033s] oximeter-db native::io::table_columns::tests::test_column_count
65032024-12-17T08:31:48.760Z PASS [ 0.039s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
65042024-12-17T08:31:48.760Z PASS [ 0.045s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
65052024-12-17T08:31:48.760Z PASS [ 0.042s] oximeter-db native::io::table_columns::tests::test_column_descriptions
65062024-12-17T08:31:48.760Z PASS [ 0.030s] oximeter-db native::io::varuint::test_encode_decode_varuint
65072024-12-17T08:31:48.784Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
65082024-12-17T08:31:48.784Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
65092024-12-17T08:31:48.807Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_comparison
65102024-12-17T08:31:48.807Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_double_literal
65112024-12-17T08:31:48.807Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
65122024-12-17T08:31:48.807Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
65132024-12-17T08:31:48.807Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
65142024-12-17T08:31:48.831Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
65152024-12-17T08:31:48.831Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
65162024-12-17T08:31:48.855Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
65172024-12-17T08:31:48.855Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
65182024-12-17T08:31:48.855Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
65192024-12-17T08:31:48.855Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
65202024-12-17T08:31:48.878Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
65212024-12-17T08:31:48.878Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_group_by
65222024-12-17T08:31:48.878Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
65232024-12-17T08:31:48.878Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_ident
65242024-12-17T08:31:48.903Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
65252024-12-17T08:31:48.903Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
65262024-12-17T08:31:48.926Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
65272024-12-17T08:31:48.926Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
65282024-12-17T08:31:48.926Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
65292024-12-17T08:31:48.950Z PASS [ 0.048s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
65302024-12-17T08:31:48.950Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
65312024-12-17T08:31:48.950Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
65322024-12-17T08:31:48.974Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_query
65332024-12-17T08:31:48.974Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
65342024-12-17T08:31:48.975Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
65352024-12-17T08:31:48.998Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
65362024-12-17T08:31:48.998Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
65372024-12-17T08:31:49.022Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_reducer
65382024-12-17T08:31:49.022Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
65392024-12-17T08:31:49.022Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
65402024-12-17T08:31:49.046Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
65412024-12-17T08:31:49.046Z PASS [ 0.028s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
65422024-12-17T08:31:49.046Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
65432024-12-17T08:31:49.069Z PASS [ 0.031s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
65442024-12-17T08:31:49.070Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
65452024-12-17T08:31:49.071Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
65462024-12-17T08:31:49.071Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
65472024-12-17T08:31:49.094Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
65482024-12-17T08:31:49.094Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
65492024-12-17T08:31:49.094Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
65502024-12-17T08:31:49.117Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
65512024-12-17T08:31:49.117Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
65522024-12-17T08:31:49.141Z PASS [ 0.050s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
65532024-12-17T08:31:49.141Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
65542024-12-17T08:31:49.165Z PASS [ 0.058s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
65552024-12-17T08:31:49.165Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
65562024-12-17T08:31:49.188Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
65572024-12-17T08:31:49.188Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
65582024-12-17T08:31:49.188Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
65592024-12-17T08:31:49.212Z PASS [ 0.040s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
65602024-12-17T08:31:49.212Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
65612024-12-17T08:31:49.212Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
65622024-12-17T08:31:49.236Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
65632024-12-17T08:31:49.236Z PASS [ 0.046s] oximeter-db oxql::query::tests::test_coalesce_limits
65642024-12-17T08:31:49.260Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
65652024-12-17T08:31:49.260Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
65662024-12-17T08:31:49.260Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
65672024-12-17T08:31:49.283Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
65682024-12-17T08:31:49.283Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
65692024-12-17T08:31:49.283Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
65702024-12-17T08:31:49.307Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates
65712024-12-17T08:31:49.307Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
65722024-12-17T08:31:49.331Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
65732024-12-17T08:31:49.331Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
65742024-12-17T08:31:49.355Z PASS [ 0.045s] oximeter-db oxql::query::tests::test_query_end_time
65752024-12-17T08:31:49.355Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
65762024-12-17T08:31:49.355Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
65772024-12-17T08:31:49.379Z PASS [ 0.050s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
65782024-12-17T08:31:49.379Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
65792024-12-17T08:31:49.403Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_split_query
65802024-12-17T08:31:49.403Z PASS [ 0.035s] oximeter-db query::tests::test_field_selector_as_query
65812024-12-17T08:31:49.403Z PASS [ 0.049s] oximeter-db query::tests::test_field_cmp
65822024-12-17T08:31:49.427Z PASS [ 0.033s] oximeter-db query::tests::test_field_value_as_db_str
65832024-12-17T08:31:49.450Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_field_selectors
65842024-12-17T08:31:49.450Z PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_filter_raw
65852024-12-17T08:31:49.450Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_from_parts
65862024-12-17T08:31:49.474Z PASS [ 0.047s] oximeter-db query::tests::test_select_query_builder_full
65872024-12-17T08:31:49.474Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_limit_offset
65882024-12-17T08:31:49.498Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_no_fields
65892024-12-17T08:31:49.498Z PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_no_selectors
65902024-12-17T08:31:49.498Z PASS [ 0.039s] oximeter-db query::tests::test_string_field_selector
65912024-12-17T08:31:49.522Z PASS [ 0.037s] oximeter-db query::tests::test_time_range
65922024-12-17T08:31:49.522Z PASS [ 0.043s] oximeter-db sql::tests::test_allow_limit_offset
65932024-12-17T08:31:49.546Z PASS [ 0.040s] oximeter-db sql::tests::test_allow_subqueries
65942024-12-17T08:31:49.546Z PASS [ 0.041s] oximeter-db sql::tests::test_cannot_name_database
65952024-12-17T08:31:49.570Z PASS [ 0.042s] oximeter-db sql::tests::test_ctes_are_not_supported
65962024-12-17T08:31:49.570Z PASS [ 0.037s] oximeter-db sql::tests::test_function_allow_list
65972024-12-17T08:31:49.594Z PASS [ 0.034s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
65982024-12-17T08:31:49.594Z PASS [ 0.040s] oximeter-db sql::tests::test_query_must_be_select_statement
65992024-12-17T08:31:49.594Z PASS [ 0.038s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
66002024-12-17T08:31:49.619Z PASS [ 0.038s] oximeter-db sql::tests::test_require_table_is_timeseries_name
66012024-12-17T08:31:49.619Z PASS [ 0.090s] oximeter-db sql::tests::test_join_must_be_inner
66022024-12-17T08:31:49.643Z PASS [ 0.036s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
66032024-12-17T08:31:49.643Z PASS [ 0.037s] oximeter-db sql::tests::test_with_comma_join_fails
66042024-12-17T08:31:49.643Z PASS [ 0.029s] oximeter-db tests::test_timeseries_key_field_stability
66052024-12-17T08:31:49.667Z PASS [ 0.034s] oximeter-db tests::test_timeseries_key_sample_stability
66062024-12-17T08:31:49.692Z PASS [ 0.050s] oximeter-instruments http::tests::test_latency_tracker
66072024-12-17T08:31:49.731Z PASS [ 0.078s] oximeter-instruments kstat::link::tests::test_kstat_interested
66082024-12-17T08:31:50.024Z PASS [ 0.332s] oximeter-instruments kstat::link::tests::test_kstat_sampler
66092024-12-17T08:31:50.047Z PASS [ 0.300s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
66102024-12-17T08:31:50.110Z PASS [ 0.078s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
66112024-12-17T08:31:50.134Z PASS [ 0.099s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
66122024-12-17T08:31:50.176Z PASS [ 0.065s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
66132024-12-17T08:31:50.199Z PASS [ 0.068s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
66142024-12-17T08:31:50.230Z PASS [ 0.037s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
66152024-12-17T08:31:50.253Z PASS [ 0.062s] oximeter-instruments kstat::link::tests::test_sled_datalink
66162024-12-17T08:31:50.277Z PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
66172024-12-17T08:31:50.277Z PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
66182024-12-17T08:31:50.301Z PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
66192024-12-17T08:31:50.301Z PASS [ 1.361s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
66202024-12-17T08:31:50.325Z PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
66212024-12-17T08:31:50.325Z PASS [ 0.033s] oximeter-macro-impl tests::test_metric_annotated_field
66222024-12-17T08:31:50.348Z PASS [ 0.047s] oximeter-macro-impl tests::test_metric_datum_field
66232024-12-17T08:31:50.371Z PASS [ 0.044s] oximeter-macro-impl tests::test_metric_enum
66242024-12-17T08:31:50.372Z PASS [ 0.031s] oximeter-macro-impl tests::test_metric_without_datum_field
66252024-12-17T08:31:50.395Z PASS [ 0.033s] oximeter-macro-impl tests::test_target
66262024-12-17T08:31:50.395Z PASS [ 0.032s] oximeter-macro-impl tests::test_target_enum
66272024-12-17T08:31:50.418Z PASS [ 0.054s] oximeter-macro-impl tests::test_target_empty_struct
66282024-12-17T08:31:50.418Z PASS [ 0.037s] oximeter-macro-impl tests::test_target_unit_struct
66292024-12-17T08:31:50.442Z PASS [ 0.036s] oximeter-macro-impl tests::test_target_with_datum_field
66302024-12-17T08:31:50.494Z PASS [ 0.079s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
66312024-12-17T08:31:50.519Z PASS [ 0.078s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
66322024-12-17T08:31:50.543Z PASS [ 0.035s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
66332024-12-17T08:31:50.543Z PASS [ 0.036s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
66342024-12-17T08:31:50.566Z PASS [ 0.035s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
66352024-12-17T08:31:50.590Z PASS [ 0.037s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
66362024-12-17T08:31:50.614Z PASS [ 0.032s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
66372024-12-17T08:31:50.614Z PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
66382024-12-17T08:31:50.638Z PASS [ 0.028s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
66392024-12-17T08:31:50.662Z PASS [ 0.037s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
66402024-12-17T08:31:50.685Z PASS [ 0.039s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
66412024-12-17T08:31:50.685Z PASS [ 0.031s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
66422024-12-17T08:31:50.708Z PASS [ 0.030s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
66432024-12-17T08:31:50.732Z PASS [ 0.029s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
66442024-12-17T08:31:50.732Z PASS [ 0.029s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
66452024-12-17T08:31:50.756Z PASS [ 0.030s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
66462024-12-17T08:31:50.756Z PASS [ 0.027s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
66472024-12-17T08:31:50.779Z PASS [ 0.032s] oximeter-schema ir::tests::fail_on_empty_descriptions
66482024-12-17T08:31:50.803Z PASS [ 0.030s] oximeter-schema ir::tests::fail_on_empty_metric_name
66492024-12-17T08:31:50.803Z PASS [ 0.029s] oximeter-schema ir::tests::fail_on_empty_target_name
66502024-12-17T08:31:50.827Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_very_long_field_names
66512024-12-17T08:31:50.851Z PASS [ 0.030s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
66522024-12-17T08:31:50.851Z PASS [ 0.031s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
66532024-12-17T08:31:50.874Z PASS [ 0.033s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
66542024-12-17T08:31:50.898Z PASS [ 0.035s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
66552024-12-17T08:31:50.898Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
66562024-12-17T08:31:50.937Z PASS [ 0.034s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
66572024-12-17T08:31:50.937Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
66582024-12-17T08:31:50.962Z PASS [ 0.035s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
66592024-12-17T08:31:50.962Z PASS [ 0.033s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
66602024-12-17T08:31:50.985Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
66612024-12-17T08:31:51.009Z PASS [ 0.035s] oximeter-schema ir::tests::only_support_format_version_1
66622024-12-17T08:31:51.032Z PASS [ 0.037s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
66632024-12-17T08:31:51.032Z PASS [ 0.030s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
66642024-12-17T08:31:51.102Z PASS [ 0.075s] oximeter-test-utils tests::test_sample_struct
66652024-12-17T08:31:51.126Z PASS [ 0.091s] oximeter-test-utils tests::test_gen_test_samples
66662024-12-17T08:31:51.149Z PASS [ 0.043s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
66672024-12-17T08:31:51.172Z PASS [ 0.043s] oximeter-test-utils tests::test_timeseries_schema_from_parts
66682024-12-17T08:31:51.195Z PASS [ 0.041s] oximeter-test-utils tests::test_timeseries_schema_from_sample
66692024-12-17T08:31:51.196Z PASS [ 0.040s] oximeter-types histogram::tests::test_bin_range
66702024-12-17T08:31:51.225Z PASS [ 0.037s] oximeter-types histogram::tests::test_bin_range_from
66712024-12-17T08:31:51.249Z PASS [ 0.037s] oximeter-types histogram::tests::test_bin_range_to
66722024-12-17T08:31:51.272Z PASS [ 0.035s] oximeter-types histogram::tests::test_empty_bins_not_supported
66732024-12-17T08:31:51.272Z PASS [ 0.035s] oximeter-types histogram::tests::test_ensure_finite
66742024-12-17T08:31:51.296Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram
66752024-12-17T08:31:51.319Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram_construct_with
66762024-12-17T08:31:51.343Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_extreme_bins
66772024-12-17T08:31:51.343Z PASS [ 0.030s] oximeter-types histogram::tests::test_histogram_extreme_samples
66782024-12-17T08:31:51.366Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram_float_bins
66792024-12-17T08:31:51.390Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_unbounded_samples
66802024-12-17T08:31:51.390Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_unsorted_bins
66812024-12-17T08:31:51.413Z PASS [ 0.030s] oximeter-types histogram::tests::test_histogram_with_bins
66822024-12-17T08:31:51.438Z PASS [ 0.036s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
66832024-12-17T08:31:51.438Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
66842024-12-17T08:31:51.461Z PASS [ 0.031s] oximeter-types histogram::tests::test_log_bins_u64
66852024-12-17T08:31:51.485Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_bins_u8
66862024-12-17T08:31:51.508Z PASS [ 0.044s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
66872024-12-17T08:31:51.508Z PASS [ 0.034s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
66882024-12-17T08:31:51.533Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
66892024-12-17T08:31:51.557Z PASS [ 0.035s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
66902024-12-17T08:31:51.581Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
66912024-12-17T08:31:51.581Z PASS [ 0.028s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
66922024-12-17T08:31:51.604Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
66932024-12-17T08:31:51.605Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
66942024-12-17T08:31:51.632Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
66952024-12-17T08:31:51.632Z PASS [ 0.027s] oximeter-types histogram::tests::test_span_decades
66962024-12-17T08:31:51.660Z PASS [ 0.040s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
66972024-12-17T08:31:51.683Z PASS [ 0.039s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
66982024-12-17T08:31:51.706Z PASS [ 0.038s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
66992024-12-17T08:31:51.730Z PASS [ 0.037s] oximeter-types quantile::tests::test_default_percentiles
67002024-12-17T08:31:51.730Z PASS [ 0.030s] oximeter-types quantile::tests::test_empty_observations
67012024-12-17T08:31:51.753Z PASS [ 0.033s] oximeter-types quantile::tests::test_find_cells
67022024-12-17T08:31:51.777Z PASS [ 0.026s] oximeter-types quantile::tests::test_float_observations
67032024-12-17T08:31:51.777Z PASS [ 0.027s] oximeter-types quantile::tests::test_integer_observations
67042024-12-17T08:31:51.801Z PASS [ 0.026s] oximeter-types quantile::tests::test_invalid_p_value
67052024-12-17T08:31:51.801Z PASS [ 0.025s] oximeter-types quantile::tests::test_max_p
67062024-12-17T08:31:51.824Z PASS [ 0.028s] oximeter-types quantile::tests::test_min_p
67072024-12-17T08:31:51.824Z PASS [ 0.025s] oximeter-types quantile::tests::test_non_filled_observations
67082024-12-17T08:31:51.847Z PASS [ 0.030s] oximeter-types quantile::tests::test_rounding
67092024-12-17T08:31:51.871Z PASS [ 0.030s] oximeter-types schema::tests::test_field_schema_ordering
67102024-12-17T08:31:51.894Z PASS [ 0.045s] oximeter-types schema::tests::test_timeseries_name
67112024-12-17T08:31:51.918Z PASS [ 0.046s] oximeter-types schema::tests::test_timeseries_name_from_str
67122024-12-17T08:31:51.918Z PASS [ 0.030s] oximeter-types traits::tests::test_metric_trait
67132024-12-17T08:31:51.941Z PASS [ 0.040s] oximeter-types traits::tests::test_producer_trait
67142024-12-17T08:31:51.965Z PASS [ 0.036s] oximeter-types traits::tests::test_target_trait
67152024-12-17T08:31:51.988Z PASS [ 0.027s] oximeter-types types::tests::test_cumulative_f64
67162024-12-17T08:31:51.988Z PASS [ 0.029s] oximeter-types types::tests::test_cumulative_i64
67172024-12-17T08:31:52.011Z PASS [ 0.032s] oximeter-types types::tests::test_datum
67182024-12-17T08:31:52.035Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
67192024-12-17T08:31:52.035Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
67202024-12-17T08:31:52.058Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
67212024-12-17T08:31:52.058Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
67222024-12-17T08:31:52.081Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
67232024-12-17T08:31:52.081Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
67242024-12-17T08:31:52.105Z PASS [ 0.031s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
67252024-12-17T08:31:52.128Z PASS [ 0.042s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
67262024-12-17T08:31:52.151Z PASS [ 0.036s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
67272024-12-17T08:31:52.151Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
67282024-12-17T08:31:52.175Z PASS [ 0.028s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
67292024-12-17T08:31:52.198Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
67302024-12-17T08:31:52.198Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
67312024-12-17T08:31:52.222Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
67322024-12-17T08:31:52.222Z PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
67332024-12-17T08:31:52.245Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
67342024-12-17T08:31:52.269Z PASS [ 0.031s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
67352024-12-17T08:31:52.269Z PASS [ 0.027s] oximeter-types types::tests::test_measurement
67362024-12-17T08:31:52.293Z PASS [ 0.027s] oximeter-types types::tests::test_verify_field_names
67372024-12-17T08:31:52.293Z PASS [ 0.025s] oxlog tests::test_is_oxide_smf_log_file
67382024-12-17T08:31:52.317Z PASS [ 0.022s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
67392024-12-17T08:31:52.317Z PASS [ 0.022s] oxlog tests::test_sort_logs
67402024-12-17T08:31:52.356Z PASS [ 0.044s] oxql-types point::tests::test_cast_points_from_double
67412024-12-17T08:31:52.380Z PASS [ 0.053s] oxql-types point::tests::test_cast_points_from_bool
67422024-12-17T08:31:52.403Z PASS [ 0.035s] oxql-types point::tests::test_cast_points_from_double_distribution
67432024-12-17T08:31:52.403Z PASS [ 0.041s] oxql-types point::tests::test_cast_points_from_int_distribution
67442024-12-17T08:31:52.427Z PASS [ 0.028s] oxql-types point::tests::test_cast_points_from_integer
67452024-12-17T08:31:52.450Z PASS [ 0.035s] oxql-types point::tests::test_cast_points_from_string
67462024-12-17T08:31:52.454Z PASS [ 0.027s] oxql-types point::tests::test_join_point_arrays
67472024-12-17T08:31:52.478Z PASS [ 0.032s] oxql-types point::tests::test_point_delta_between
67482024-12-17T08:31:52.508Z PASS [ 0.030s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
67492024-12-17T08:31:52.509Z PASS [ 0.027s] oxql-types point::tests::test_point_delta_between_with_new_epoch
67502024-12-17T08:31:52.532Z PASS [ 0.027s] oxql-types point::tests::test_push_concrete_values
67512024-12-17T08:31:52.532Z PASS [ 0.028s] oxql-types point::tests::test_sub_between_histogram_distributions
67522024-12-17T08:31:52.556Z PASS [ 0.042s] range-requests test::get_response_no_range
67532024-12-17T08:31:52.579Z PASS [ 0.035s] range-requests test::get_response_with_range
67542024-12-17T08:31:52.579Z PASS [ 0.022s] range-requests test::invalid_ranges
67552024-12-17T08:31:52.602Z PASS [ 0.025s] range-requests test::parse_range_invalid
67562024-12-17T08:31:52.602Z PASS [ 0.025s] range-requests test::parse_range_valid
67572024-12-17T08:31:52.625Z PASS [ 0.032s] range-requests test::potential_range_parsing_does_not_crash
67582024-12-17T08:31:52.649Z PASS [ 0.029s] range-requests test::single_range_parsing_does_not_crash
67592024-12-17T08:31:53.219Z PASS [ 0.601s] reconfigurator-cli::test_basic test_basic
67602024-12-17T08:31:53.420Z PASS [ 3.014s] oximeter-producer tests::test_producer_registration_task
67612024-12-17T08:31:53.480Z PASS [ 0.260s] reconfigurator-cli::test_basic test_example
67622024-12-17T08:31:53.533Z PASS [ 0.112s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
67632024-12-17T08:31:53.557Z PASS [ 0.059s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
67642024-12-17T08:31:53.585Z PASS [ 0.052s] sled-agent-types rack_init::tests::parse_rack_initialization
67652024-12-17T08:31:53.609Z PASS [ 0.051s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
67662024-12-17T08:31:53.633Z PASS [ 0.036s] sled-agent-types rack_init::tests::test_subnets
67672024-12-17T08:31:53.657Z PASS [ 0.051s] sled-agent-types rack_init::tests::test_extra_certs
67682024-12-17T08:31:53.681Z PASS [ 0.038s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
67692024-12-17T08:31:53.681Z PASS [ 0.038s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
67702024-12-17T08:31:53.705Z PASS [ 0.030s] sled-agent-types zone_bundle::tests::test_compare_bundles
67712024-12-17T08:31:53.729Z PASS [ 0.031s] sled-agent-types zone_bundle::tests::test_priority_dimension
67722024-12-17T08:31:53.753Z PASS [ 0.031s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
67732024-12-17T08:31:53.753Z PASS [ 0.029s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
67742024-12-17T08:31:53.776Z PASS [ 0.031s] sled-diagnostics queries::test::test_command_stdout_is_correct
67752024-12-17T08:31:53.776Z PASS [ 0.046s] sled-diagnostics queries::test::test_command_stderr_is_correct
67762024-12-17T08:31:53.805Z PASS [ 0.035s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
67772024-12-17T08:31:53.854Z PASS [ 0.048s] sled-hardware disk::test::test_disk_paths
67782024-12-17T08:31:53.882Z PASS [ 0.028s] sled-hardware disk::test::test_partition_device_paths
67792024-12-17T08:31:53.938Z PASS [ 0.055s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
67802024-12-17T08:31:53.969Z PASS [ 0.031s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
67812024-12-17T08:31:54.003Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
67822024-12-17T08:31:54.034Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
67832024-12-17T08:31:54.077Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
67842024-12-17T08:31:54.105Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
67852024-12-17T08:31:54.138Z PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
67862024-12-17T08:31:54.198Z PASS [ 0.060s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
67872024-12-17T08:31:54.302Z PASS [ 0.103s] sled-storage dataset::test::serialize_dataset_name
67882024-12-17T08:31:54.326Z PASS [ 0.533s] sled-diagnostics queries::test::test_long_running_command_is_aborted
67892024-12-17T08:31:54.370Z PASS [ 0.067s] sled-storage manager::test::test_datasets_schema
67902024-12-17T08:31:54.370Z PASS [ 0.058s] sled-storage manager::test::test_omicron_physical_disks_schema
67912024-12-17T08:31:54.496Z PASS [ 32.125s] omicron-sled-agent nexus::test::nexus_self_notification_test
67922024-12-17T08:31:54.555Z PASS [ 0.058s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
67932024-12-17T08:31:55.465Z PASS [ 1.094s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
67942024-12-17T08:31:56.354Z PASS [ 1.983s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
67952024-12-17T08:31:57.510Z PASS [ 2.955s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
67962024-12-17T08:31:57.574Z PASS [ 0.064s] sled-storage manager::tests::ensure_using_exactly_these_disks
67972024-12-17T08:31:57.852Z PASS [ 2.387s] sled-storage manager::tests::ensure_datasets
67982024-12-17T08:31:59.937Z PASS [ 2.363s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
67992024-12-17T08:32:00.672Z PASS [ 2.819s] sled-storage manager::tests::nested_dataset
68002024-12-17T08:32:01.810Z PASS [ 1.137s] sled-storage manager::tests::update_rawdisk_firmware
68012024-12-17T08:32:02.277Z PASS [ 2.338s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
68022024-12-17T08:32:03.568Z PASS [ 1.291s] sled-storage manager::tests::wait_for_boot_disk
68032024-12-17T08:32:04.062Z PASS [ 2.252s] sled-storage manager::tests::upsert_filesystem
68042024-12-17T08:32:04.659Z PASS [ 1.090s] tufaceous::integration-tests command_tests::test_assemble_fake
68052024-12-17T08:32:04.690Z PASS [ 0.627s] tufaceous::integration-tests command_tests::test_init_and_add
68062024-12-17T08:32:04.736Z PASS [ 0.046s] tufaceous-lib archive::tests::test_validate_path
68072024-12-17T08:32:04.808Z PASS [ 0.071s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
68082024-12-17T08:32:04.976Z PASS [ 0.166s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
68092024-12-17T08:32:05.184Z PASS [ 15.552s] oximeter-db::integration_test test_schemas_disjoint
68102024-12-17T08:32:05.397Z PASS [ 0.737s] tufaceous::manifest-tests check_manifest::fake.toml
68112024-12-17T08:32:05.500Z PASS [ 0.103s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
68122024-12-17T08:32:05.603Z PASS [ 0.102s] update-common artifacts::update_plan::tests::test_bad_rot_versions
68132024-12-17T08:32:05.700Z PASS [ 0.097s] update-common artifacts::update_plan::tests::test_multi_rot_bord
68142024-12-17T08:32:05.800Z PASS [ 0.100s] update-common artifacts::update_plan::tests::test_multi_rot_version
68152024-12-17T08:32:05.855Z PASS [ 0.055s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
68162024-12-17T08:32:05.912Z PASS [ 0.936s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
68172024-12-17T08:32:05.936Z PASS [ 0.074s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
68182024-12-17T08:32:06.018Z PASS [ 0.105s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
68192024-12-17T08:32:06.120Z PASS [ 0.102s] update-engine display::group_display::tests::test_stats
68202024-12-17T08:32:06.165Z PASS [ 0.045s] update-engine display::line_display_shared::tests::test_format_progress_counter
68212024-12-17T08:32:06.214Z PASS [ 0.048s] update-engine display::line_display_shared::tests::test_start_line
68222024-12-17T08:32:06.261Z PASS [ 0.046s] update-engine engine::tests::error_exits_early
68232024-12-17T08:32:06.285Z PASS [ 0.353s] update-engine buffer::tests::test_buffer
68242024-12-17T08:32:06.308Z PASS [ 0.037s] update-engine events::tests::progress_event_parse_unknown
68252024-12-17T08:32:06.332Z PASS [ 0.037s] update-engine events::tests::step_event_parse_unknown
68262024-12-17T08:32:06.355Z PASS [ 0.038s] update-engine spec::tests::test_merge_anyhow_list
68272024-12-17T08:32:06.381Z PASS [ 0.038s] wicket state::inventory::tests::component_id_display
68282024-12-17T08:32:06.415Z PASS [ 0.038s] wicket state::rack::tests::prev_next_are_opposites
68292024-12-17T08:32:06.454Z PASS [ 0.132s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
68302024-12-17T08:32:06.477Z PASS [ 0.039s] wicket state::rack::tests::up_down_are_opposites
68312024-12-17T08:32:06.524Z PASS [ 0.069s] wicket-common rack_setup::tests::roundtrip_import_export_policy
68322024-12-17T08:32:06.626Z PASS [ 0.101s] wicketd installinator_progress::tests::test_states
68332024-12-17T08:32:06.700Z PASS [ 0.073s] wicketd rss_config::tests::test_bgp_auth_key_states
68342024-12-17T08:32:06.766Z PASS [ 0.311s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
68352024-12-17T08:32:07.763Z PASS [ 1.061s] wicketd::mod integration_tests::inventory::test_inventory
68362024-12-17T08:32:07.855Z PASS [ 30.051s] oximeter-db client::tests::cannot_ping_nonexistent_server
68372024-12-17T08:32:07.909Z PASS [ 11.555s] sled-storage manager::tests::ensure_many_datasets
68382024-12-17T08:32:08.679Z PASS [ 3.494s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
68392024-12-17T08:32:09.204Z PASS [ 1.442s] wicketd::mod integration_tests::updates::test_update_races
68402024-12-17T08:32:10.392Z PASS [ 2.536s] wicketd::mod integration_tests::updates::test_updates
68412024-12-17T08:32:10.445Z PASS [ 3.679s] wicketd::mod integration_tests::updates::test_installinator_fetch
68422024-12-17T08:32:19.176Z PASS [ 29.551s] oximeter-db::integration_test test_cluster
68432024-12-17T08:32:22.109Z PASS [ 29.482s] reconfigurator-cli::test_basic test_blueprint_edit
68442024-12-17T08:32:38.072Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
68452024-12-17T08:32:39.948Z PASS [ 61.887s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
68462024-12-17T08:32:42.761Z PASS [ 2.813s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
68472024-12-17T08:32:59.713Z PASS [ 16.952s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
68482024-12-17T08:33:16.111Z PASS [ 16.397s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
68492024-12-17T08:34:16.122Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
68502024-12-17T08:35:16.123Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
68512024-12-17T08:36:16.123Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
68522024-12-17T08:37:16.123Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
68532024-12-17T08:38:16.124Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
68542024-12-17T08:39:16.124Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
68552024-12-17T08:39:29.510Z PASS [ 373.403s] oximeter-db client::tests::test_replicated
68562024-12-17T08:39:29.534Z────────────
68572024-12-17T08:39:29.534Z Summary [2551.223s] 1719 tests run: 1719 passed (24 slow, 1 leaky), 4 skipped
68582024-12-17T08:39:29.606Z
68592024-12-17T08:39:29.632Zreal 42:54.604836461
68602024-12-17T08:39:29.632Zuser 3:38:03.191161519
68612024-12-17T08:39:29.632Zsys 49:11.131887620
68622024-12-17T08:39:29.633Ztrap 2:37.545144567
68632024-12-17T08:39:29.633Ztflt 13.570679927
68642024-12-17T08:39:29.633Zdflt 41.372632863
68652024-12-17T08:39:29.633Zkflt 0.182530866
68662024-12-17T08:39:29.633Zlock 1274:05:05.141698204
68672024-12-17T08:39:29.633Zslp 106:02:11.914632806
68682024-12-17T08:39:29.633Zlat 4:58:15.032559564
68692024-12-17T08:39:29.633Zstop 49:33.810051049
68702024-12-17T08:39:29.633Z+ banner doctest
68712024-12-17T08:39:29.633Z
68722024-12-17T08:39:29.633Z ##### #### #### ##### ###### #### #####
68732024-12-17T08:39:29.633Z # # # # # # # # # #
68742024-12-17T08:39:29.633Z # # # # # # ##### #### #
68752024-12-17T08:39:29.633Z # # # # # # # # #
68762024-12-17T08:39:29.633Z # # # # # # # # # # #
68772024-12-17T08:39:29.633Z ##### #### #### # ###### #### #
68782024-12-17T08:39:29.633Z
68792024-12-17T08:39:29.633Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
68802024-12-17T08:39:31.721Z Fresh unicode-ident v1.0.13
68812024-12-17T08:39:31.790Z Fresh cfg-if v1.0.0
68822024-12-17T08:39:31.790Z Fresh autocfg v1.4.0
68832024-12-17T08:39:31.792Z Fresh memchr v2.7.4
68842024-12-17T08:39:31.792Z Fresh version_check v0.9.5
68852024-12-17T08:39:31.792Z Fresh value-bag v1.9.0
68862024-12-17T08:39:31.792Z Fresh log v0.4.22
68872024-12-17T08:39:31.792Z Fresh scopeguard v1.2.0
68882024-12-17T08:39:31.792Z Fresh smallvec v1.13.2
68892024-12-17T08:39:31.792Z Fresh once_cell v1.20.2
68902024-12-17T08:39:31.792Z Fresh proc-macro2 v1.0.92
68912024-12-17T08:39:31.792Z Fresh libc v0.2.162
68922024-12-17T08:39:31.792Z Fresh itoa v1.0.11
68932024-12-17T08:39:31.792Z Fresh byteorder v1.5.0
68942024-12-17T08:39:31.792Z Fresh subtle v2.6.1
68952024-12-17T08:39:31.792Z Fresh shlex v1.3.0
68962024-12-17T08:39:31.792Z Fresh pin-project-lite v0.2.14
68972024-12-17T08:39:31.792Z Fresh quote v1.0.37
68982024-12-17T08:39:31.792Z Fresh getrandom v0.2.15
68992024-12-17T08:39:31.792Z Fresh lock_api v0.4.12
69002024-12-17T08:39:31.792Z Fresh jobserver v0.1.32
69012024-12-17T08:39:31.792Z Fresh regex-syntax v0.8.5
69022024-12-17T08:39:31.792Z Fresh aho-corasick v1.1.3
69032024-12-17T08:39:31.792Z Fresh syn v2.0.90
69042024-12-17T08:39:31.792Z Fresh rand_core v0.6.4
69052024-12-17T08:39:31.792Z Fresh cc v1.1.30
69062024-12-17T08:39:31.792Z Fresh regex-automata v0.4.8
69072024-12-17T08:39:31.792Z Fresh serde_derive v1.0.215
69082024-12-17T08:39:31.792Z Fresh zeroize_derive v1.4.2
69092024-12-17T08:39:31.792Z Fresh thiserror-impl v1.0.69
69102024-12-17T08:39:31.793Z Fresh zerocopy-derive v0.7.35
69112024-12-17T08:39:31.793Z Fresh typenum v1.17.0
69122024-12-17T08:39:31.793Z Fresh allocator-api2 v0.2.18
69132024-12-17T08:39:31.793Z Fresh serde v1.0.215
69142024-12-17T08:39:31.793Z Fresh zeroize v1.8.1
69152024-12-17T08:39:31.793Z Fresh thiserror v1.0.69
69162024-12-17T08:39:31.793Z Fresh zerocopy v0.7.35
69172024-12-17T08:39:31.793Z Fresh parking_lot_core v0.9.10
69182024-12-17T08:39:31.793Z Fresh futures-core v0.3.31
69192024-12-17T08:39:31.793Z Fresh bitflags v2.6.0
69202024-12-17T08:39:31.793Z Fresh bytes v1.8.0
69212024-12-17T08:39:31.793Z Fresh generic-array v0.14.7
69222024-12-17T08:39:31.793Z Fresh parking_lot v0.12.3
69232024-12-17T08:39:31.793Z Fresh ryu v1.0.18
69242024-12-17T08:39:31.793Z Fresh spin v0.9.8
69252024-12-17T08:39:31.793Z Fresh libm v0.2.8
69262024-12-17T08:39:31.793Z Fresh crypto-common v0.1.6
69272024-12-17T08:39:31.793Z Fresh regex v1.11.1
69282024-12-17T08:39:31.793Z Fresh errno v0.3.9
69292024-12-17T08:39:31.793Z Fresh signal-hook-registry v1.4.2
69302024-12-17T08:39:31.793Z Fresh fnv v1.0.7
69312024-12-17T08:39:31.793Z Fresh num-traits v0.2.19
69322024-12-17T08:39:31.793Z Fresh foldhash v0.1.3
69332024-12-17T08:39:31.793Z Fresh equivalent v1.0.1
69342024-12-17T08:39:31.793Z Fresh either v1.13.0
69352024-12-17T08:39:31.793Z Fresh mio v1.0.2
69362024-12-17T08:39:31.793Z Fresh lazy_static v1.5.0
69372024-12-17T08:39:31.793Z Fresh rustix v0.38.37
69382024-12-17T08:39:31.793Z Fresh serde_json v1.0.133
69392024-12-17T08:39:31.793Z Fresh hashbrown v0.15.1
69402024-12-17T08:39:31.793Z Fresh tokio-macros v2.4.0
69412024-12-17T08:39:31.793Z Fresh socket2 v0.5.7
69422024-12-17T08:39:31.793Z Fresh const-oid v0.9.6
69432024-12-17T08:39:31.793Z Fresh futures-io v0.3.31
69442024-12-17T08:39:31.793Z Fresh indexmap v2.7.0
69452024-12-17T08:39:31.793Z Fresh tokio v1.42.0
69462024-12-17T08:39:31.793Z Fresh block-buffer v0.10.4
69472024-12-17T08:39:31.793Z Fresh cpufeatures v0.2.14
69482024-12-17T08:39:31.793Z Fresh futures-sink v0.3.31
69492024-12-17T08:39:31.794Z Fresh pkg-config v0.3.31
69502024-12-17T08:39:31.794Z Fresh stable_deref_trait v1.2.0
69512024-12-17T08:39:31.794Z Fresh slab v0.4.9
69522024-12-17T08:39:31.794Z Fresh digest v0.10.7
69532024-12-17T08:39:31.794Z Fresh pin-utils v0.1.0
69542024-12-17T08:39:31.794Z Fresh futures-channel v0.3.31
69552024-12-17T08:39:31.794Z Fresh futures-macro v0.3.31
69562024-12-17T08:39:31.794Z Fresh futures-task v0.3.31
69572024-12-17T08:39:31.794Z Fresh ppv-lite86 v0.2.20
69582024-12-17T08:39:31.794Z Fresh futures-util v0.3.31
69592024-12-17T08:39:31.794Z Fresh heck v0.5.0
69602024-12-17T08:39:31.794Z Fresh iana-time-zone v0.1.61
69612024-12-17T08:39:31.794Z Fresh rand_chacha v0.3.1
69622024-12-17T08:39:31.794Z Fresh synstructure v0.13.1
69632024-12-17T08:39:31.794Z Fresh itertools v0.10.5
69642024-12-17T08:39:31.794Z Fresh chrono v0.4.38
69652024-12-17T08:39:31.794Z Fresh rand v0.8.5
69662024-12-17T08:39:31.794Z Fresh semver v1.0.23
69672024-12-17T08:39:31.794Z Fresh zerofrom-derive v0.1.4
69682024-12-17T08:39:31.794Z Fresh uuid v1.11.0
69692024-12-17T08:39:31.794Z Fresh tracing-attributes v0.1.27
69702024-12-17T08:39:31.794Z Fresh tracing-core v0.1.32
69712024-12-17T08:39:31.794Z Fresh syn v1.0.109
69722024-12-17T08:39:31.794Z Fresh tracing v0.1.40
69732024-12-17T08:39:31.794Z Fresh zerofrom v0.1.4
69742024-12-17T08:39:31.794Z Fresh yoke-derive v0.7.4
69752024-12-17T08:39:31.794Z Fresh zerovec-derive v0.10.3
69762024-12-17T08:39:31.794Z Fresh displaydoc v0.2.5
69772024-12-17T08:39:31.794Z Fresh glob v0.3.1
69782024-12-17T08:39:31.794Z Fresh home v0.5.9
69792024-12-17T08:39:31.794Z Fresh yoke v0.7.4
69802024-12-17T08:39:31.794Z Fresh minimal-lexical v0.2.1
69812024-12-17T08:39:31.819Z Fresh http v1.1.0
69822024-12-17T08:39:31.819Z Fresh serde_derive_internals v0.29.1
69832024-12-17T08:39:31.819Z Fresh litemap v0.7.3
69842024-12-17T08:39:31.819Z Fresh percent-encoding v2.3.1
69852024-12-17T08:39:31.820Z Fresh dyn-clone v1.0.17
69862024-12-17T08:39:31.820Z Fresh zerovec v0.10.4
69872024-12-17T08:39:31.820Z Fresh nom v7.1.3
69882024-12-17T08:39:31.820Z Fresh writeable v0.5.5
69892024-12-17T08:39:31.820Z Fresh schemars_derive v0.8.21
69902024-12-17T08:39:31.820Z Fresh icu_provider_macros v1.5.0
69912024-12-17T08:39:31.820Z Fresh tinystr v0.7.6
69922024-12-17T08:39:31.820Z Fresh vcpkg v0.2.15
69932024-12-17T08:39:31.820Z Fresh schemars v0.8.21
69942024-12-17T08:39:31.820Z Fresh icu_locid_transform_data v1.5.0
69952024-12-17T08:39:31.820Z Fresh icu_collections v1.5.0
69962024-12-17T08:39:31.820Z Fresh icu_locid v1.5.0
69972024-12-17T08:39:31.820Z Fresh form_urlencoded v1.2.1
69982024-12-17T08:39:31.820Z Fresh libloading v0.8.5
69992024-12-17T08:39:31.820Z Fresh icu_properties_data v1.5.0
70002024-12-17T08:39:31.820Z Fresh prettyplease v0.2.25
70012024-12-17T08:39:31.820Z Fresh cexpr v0.6.0
70022024-12-17T08:39:31.820Z Fresh icu_provider v1.5.0
70032024-12-17T08:39:31.820Z Fresh crossbeam-utils v0.8.20
70042024-12-17T08:39:31.820Z Fresh clang-sys v1.8.1
70052024-12-17T08:39:31.820Z Fresh which v4.4.2
70062024-12-17T08:39:31.820Z Fresh rustc-hash v1.1.0
70072024-12-17T08:39:31.820Z Fresh adler2 v2.0.0
70082024-12-17T08:39:31.820Z Fresh icu_locid_transform v1.5.0
70092024-12-17T08:39:31.820Z Fresh write16 v1.0.0
70102024-12-17T08:39:31.820Z Fresh utf8_iter v1.0.4
70112024-12-17T08:39:31.820Z Fresh icu_normalizer_data v1.5.0
70122024-12-17T08:39:31.820Z Fresh utf16_iter v1.0.5
70132024-12-17T08:39:31.820Z Fresh lazycell v1.3.0
70142024-12-17T08:39:31.820Z Fresh miniz_oxide v0.8.0
70152024-12-17T08:39:31.820Z Fresh icu_properties v1.5.1
70162024-12-17T08:39:31.821Z Fresh bindgen v0.69.5
70172024-12-17T08:39:31.821Z Fresh block-padding v0.3.3
70182024-12-17T08:39:31.821Z Fresh strsim v0.11.1
70192024-12-17T08:39:31.821Z Fresh tinyvec_macros v0.1.1
70202024-12-17T08:39:31.821Z Fresh atomic-waker v1.1.2
70212024-12-17T08:39:31.821Z Fresh icu_normalizer v1.5.0
70222024-12-17T08:39:31.821Z Fresh inout v0.1.3
70232024-12-17T08:39:31.821Z Fresh tinyvec v1.8.0
70242024-12-17T08:39:31.821Z Fresh powerfmt v0.2.0
70252024-12-17T08:39:31.821Z Fresh time-core v0.1.2
70262024-12-17T08:39:31.821Z Fresh num-conv v0.1.0
70272024-12-17T08:39:31.821Z Fresh idna_adapter v1.2.0
70282024-12-17T08:39:31.821Z Fresh httparse v1.9.5
70292024-12-17T08:39:31.821Z Fresh paste v1.0.15
70302024-12-17T08:39:31.821Z Fresh cipher v0.4.4
70312024-12-17T08:39:31.821Z Fresh time-macros v0.2.18
70322024-12-17T08:39:31.821Z Fresh deranged v0.3.11
70332024-12-17T08:39:31.821Z Fresh unicode-normalization v0.1.24
70342024-12-17T08:39:31.821Z Fresh tokio-util v0.7.12
70352024-12-17T08:39:31.821Z Fresh idna v1.0.3
70362024-12-17T08:39:31.821Z Fresh cmake v0.1.51
70372024-12-17T08:39:31.822Z Fresh num_threads v0.1.7
70382024-12-17T08:39:31.822Z Fresh dunce v1.0.5
70392024-12-17T08:39:31.822Z Fresh untrusted v0.9.0
70402024-12-17T08:39:31.822Z Fresh fs_extra v1.3.0
70412024-12-17T08:39:31.822Z Fresh serde_spanned v0.6.8
70422024-12-17T08:39:31.822Z Fresh toml_datetime v0.6.8
70432024-12-17T08:39:31.822Z Fresh url v2.5.3
70442024-12-17T08:39:31.822Z Fresh time v0.3.36
70452024-12-17T08:39:31.822Z Fresh ring v0.17.8
70462024-12-17T08:39:31.822Z Fresh base64ct v1.6.0
70472024-12-17T08:39:31.822Z Fresh unicode-bidi v0.3.17
70482024-12-17T08:39:31.822Z Fresh hmac v0.12.1
70492024-12-17T08:39:31.822Z Fresh sha2 v0.10.8
70502024-12-17T08:39:31.822Z Fresh gimli v0.31.1
70512024-12-17T08:39:31.822Z Fresh rustls-pki-types v1.10.0
70522024-12-17T08:39:31.822Z Fresh object v0.36.5
70532024-12-17T08:39:31.822Z Fresh untrusted v0.7.1
70542024-12-17T08:39:31.822Z Fresh addr2line v0.24.2
70552024-12-17T08:39:31.822Z Fresh rustc-demangle v0.1.24
70562024-12-17T08:39:31.822Z Fresh aws-lc-sys v0.22.0
70572024-12-17T08:39:31.822Z Fresh http-body v1.0.1
70582024-12-17T08:39:31.822Z Fresh try-lock v0.2.5
70592024-12-17T08:39:31.822Z Fresh backtrace v0.3.74
70602024-12-17T08:39:31.822Z Fresh httpdate v1.0.3
70612024-12-17T08:39:31.822Z Fresh mirai-annotations v1.12.0
70622024-12-17T08:39:31.822Z Fresh base64 v0.22.1
70632024-12-17T08:39:31.822Z Fresh ahash v0.8.11
70642024-12-17T08:39:31.822Z Fresh want v0.3.1
70652024-12-17T08:39:31.822Z Fresh pem-rfc7468 v0.7.0
70662024-12-17T08:39:31.822Z Fresh h2 v0.4.6
70672024-12-17T08:39:31.822Z Fresh anyhow v1.0.93
70682024-12-17T08:39:31.823Z Fresh aws-lc-rs v1.10.0
70692024-12-17T08:39:31.823Z Fresh serde_tokenstream v0.2.2
70702024-12-17T08:39:31.823Z Fresh hyper v1.5.1
70712024-12-17T08:39:31.823Z Fresh async-trait v0.1.83
70722024-12-17T08:39:31.823Z Fresh der_derive v0.7.3
70732024-12-17T08:39:31.823Z Fresh rustls-webpki v0.102.8
70742024-12-17T08:39:31.823Z Fresh tower-service v0.3.3
70752024-12-17T08:39:31.823Z Fresh flagset v0.4.6
70762024-12-17T08:39:31.823Z Fresh pbkdf2 v0.12.2
70772024-12-17T08:39:31.823Z Fresh aes v0.8.4
70782024-12-17T08:39:31.823Z Fresh rustc_version v0.4.1
70792024-12-17T08:39:31.823Z Fresh slog v2.7.0
70802024-12-17T08:39:31.823Z Fresh hyper-util v0.1.10
70812024-12-17T08:39:31.847Z Fresh der v0.7.9
70822024-12-17T08:39:31.847Z Fresh mime v0.3.17
70832024-12-17T08:39:31.847Z Fresh cbc v0.1.2
70842024-12-17T08:39:31.847Z Fresh salsa20 v0.10.2
70852024-12-17T08:39:31.847Z Fresh http-body-util v0.1.2
70862024-12-17T08:39:31.847Z Fresh spki v0.7.3
70872024-12-17T08:39:31.848Z Fresh scrypt v0.11.0
70882024-12-17T08:39:31.848Z Fresh futures-executor v0.3.31
70892024-12-17T08:39:31.848Z Fresh ipnet v2.10.1
70902024-12-17T08:39:31.848Z Fresh rustls-pemfile v2.2.0
70912024-12-17T08:39:31.848Z Fresh foreign-types-shared v0.1.1
70922024-12-17T08:39:31.848Z Fresh pkcs5 v0.7.1
70932024-12-17T08:39:31.848Z Fresh futures v0.3.31
70942024-12-17T08:39:31.848Z Fresh rustversion v1.0.17
70952024-12-17T08:39:31.848Z Fresh openssl-probe v0.1.5
70962024-12-17T08:39:31.848Z Fresh foreign-types v0.3.2
70972024-12-17T08:39:31.848Z Fresh openssl-sys v0.9.103
70982024-12-17T08:39:31.848Z Fresh pkcs8 v0.10.2
70992024-12-17T08:39:31.848Z Fresh serde_urlencoded v0.7.1
71002024-12-17T08:39:31.848Z Fresh openssl-macros v0.1.1
71012024-12-17T08:39:31.848Z Fresh encoding_rs v0.8.34
71022024-12-17T08:39:31.848Z Fresh data-encoding v2.6.0
71032024-12-17T08:39:31.848Z Fresh is-terminal v0.4.13
71042024-12-17T08:39:31.848Z Fresh camino v1.1.9
71052024-12-17T08:39:31.848Z Fresh openssl v0.10.66
71062024-12-17T08:39:31.848Z Fresh utf8parse v0.2.2
71072024-12-17T08:39:31.848Z Fresh winnow v0.6.20
71082024-12-17T08:39:31.848Z Fresh winnow v0.5.40
71092024-12-17T08:39:31.849Z Fresh sha1 v0.10.6
71102024-12-17T08:39:31.849Z Fresh rustls v0.23.19
71112024-12-17T08:39:31.849Z Fresh toml_edit v0.19.15
71122024-12-17T08:39:31.849Z Fresh openapiv3 v2.0.0
71132024-12-17T08:39:31.849Z Fresh unicode-width v0.1.14
71142024-12-17T08:39:31.849Z Fresh idna v0.3.0
71152024-12-17T08:39:31.849Z Fresh dirs-sys-next v0.1.2
71162024-12-17T08:39:31.849Z Fresh native-tls v0.2.12
71172024-12-17T08:39:31.849Z Fresh tokio-rustls v0.26.0
71182024-12-17T08:39:31.849Z Fresh siphasher v0.3.11
71192024-12-17T08:39:31.849Z Fresh heck v0.4.1
71202024-12-17T08:39:31.849Z Fresh anstyle v1.0.10
71212024-12-17T08:39:31.849Z Fresh psl-types v2.0.11
71222024-12-17T08:39:31.849Z Fresh ucd-trie v0.1.7
71232024-12-17T08:39:31.849Z Fresh pest v2.7.14
71242024-12-17T08:39:31.849Z Fresh tokio-native-tls v0.3.1
71252024-12-17T08:39:31.849Z Fresh cookie v0.18.1
71262024-12-17T08:39:31.849Z Fresh publicsuffix v2.2.3
71272024-12-17T08:39:31.849Z Fresh dirs-next v2.0.0
71282024-12-17T08:39:31.849Z Fresh webpki-roots v0.26.6
71292024-12-17T08:39:31.849Z Fresh idna v0.5.0
71302024-12-17T08:39:31.849Z Fresh signature v2.2.0
71312024-12-17T08:39:31.849Z Fresh hyper-tls v0.6.0
71322024-12-17T08:39:31.849Z Fresh term v0.7.0
71332024-12-17T08:39:31.849Z Fresh pest_meta v2.7.14
71342024-12-17T08:39:31.849Z Fresh hyper-rustls v0.27.3
71352024-12-17T08:39:31.849Z Fresh cookie_store v0.21.0
71362024-12-17T08:39:31.849Z Fresh sync_wrapper v1.0.1
71372024-12-17T08:39:31.849Z Fresh scroll_derive v0.12.0
71382024-12-17T08:39:31.849Z Fresh toml_edit v0.22.22
71392024-12-17T08:39:31.850Z Fresh pest_generator v2.7.14
71402024-12-17T08:39:31.850Z Fresh scroll v0.12.0
71412024-12-17T08:39:31.850Z Fresh reqwest v0.12.9
71422024-12-17T08:39:31.850Z Fresh anstyle-parse v0.2.5
71432024-12-17T08:39:31.850Z Fresh colorchoice v1.0.2
71442024-12-17T08:39:31.850Z Fresh is_terminal_polyfill v1.70.1
71452024-12-17T08:39:31.850Z Fresh plain v0.2.3
71462024-12-17T08:39:31.850Z Fresh anstyle-query v1.1.1
71472024-12-17T08:39:31.850Z Fresh unicode-segmentation v1.12.0
71482024-12-17T08:39:31.850Z Fresh pest_derive v2.7.14
71492024-12-17T08:39:31.850Z Fresh anstream v0.6.15
71502024-12-17T08:39:31.850Z Fresh goblin v0.8.2
71512024-12-17T08:39:31.850Z Fresh terminal_size v0.4.0
71522024-12-17T08:39:31.850Z Fresh crc32fast v1.4.2
71532024-12-17T08:39:31.850Z Fresh pretty-hex v0.4.1
71542024-12-17T08:39:31.850Z Fresh clap_lex v0.7.2
71552024-12-17T08:39:31.850Z Fresh base16ct v0.2.0
71562024-12-17T08:39:31.850Z Fresh dof v0.3.0
71572024-12-17T08:39:31.850Z Fresh dtrace-parser v0.2.0
71582024-12-17T08:39:31.850Z Fresh clap_derive v4.5.18
71592024-12-17T08:39:31.850Z Fresh num-integer v0.1.46
71602024-12-17T08:39:31.850Z Fresh ff v0.13.0
71612024-12-17T08:39:31.850Z Fresh clap_builder v4.5.21
71622024-12-17T08:39:31.850Z Fresh sec1 v0.7.3
71632024-12-17T08:39:31.850Z Fresh thread-id v4.2.2
71642024-12-17T08:39:31.850Z Fresh group v0.13.0
71652024-12-17T08:39:31.850Z Fresh hkdf v0.12.4
71662024-12-17T08:39:31.850Z Fresh crossbeam-epoch v0.9.18
71672024-12-17T08:39:31.850Z Fresh crypto-bigint v0.5.5
71682024-12-17T08:39:31.851Z Fresh utf-8 v0.7.6
71692024-12-17T08:39:31.851Z Fresh clap v4.5.21
71702024-12-17T08:39:31.851Z Fresh usdt-impl v0.5.0
71712024-12-17T08:39:31.851Z Fresh bitflags v1.3.2
71722024-12-17T08:39:31.851Z Fresh static_assertions v1.1.0
71732024-12-17T08:39:31.851Z Fresh elliptic-curve v0.13.8
71742024-12-17T08:39:31.851Z Fresh toml v0.8.19
71752024-12-17T08:39:31.851Z Fresh crossbeam-channel v0.5.13
71762024-12-17T08:39:31.851Z Fresh hex v0.4.3
71772024-12-17T08:39:31.851Z Fresh thread_local v1.1.8
71782024-12-17T08:39:31.851Z Fresh bit-vec v0.6.3
71792024-12-17T08:39:31.851Z Fresh usdt-macro v0.5.0
71802024-12-17T08:39:31.851Z Fresh usdt-attr-macro v0.5.0
71812024-12-17T08:39:31.875Z Fresh crossbeam-deque v0.8.5
71822024-12-17T08:39:31.875Z Fresh bit-set v0.5.3
71832024-12-17T08:39:31.875Z Fresh num-iter v0.1.45
71842024-12-17T08:39:31.875Z Fresh flate2 v1.0.34
71852024-12-17T08:39:31.875Z Fresh memmap v0.7.0
71862024-12-17T08:39:31.875Z Fresh take_mut v0.2.2
71872024-12-17T08:39:31.875Z Fresh match_cfg v0.1.0
71882024-12-17T08:39:31.876Z Fresh slog-async v2.8.0
71892024-12-17T08:39:31.876Z Fresh usdt v0.5.0
71902024-12-17T08:39:31.876Z Fresh rayon-core v1.12.1
71912024-12-17T08:39:31.876Z Fresh slog-term v2.9.1
71922024-12-17T08:39:31.876Z Fresh hostname v0.3.1
71932024-12-17T08:39:31.876Z Fresh phf_shared v0.11.2
71942024-12-17T08:39:31.876Z Fresh toml v0.7.8
71952024-12-17T08:39:31.876Z Fresh rfc6979 v0.4.0
71962024-12-17T08:39:31.876Z Fresh curve25519-dalek-derive v0.1.1
71972024-12-17T08:39:31.876Z Fresh zerocopy-derive v0.6.6
71982024-12-17T08:39:31.876Z Fresh bstr v1.10.0
71992024-12-17T08:39:31.876Z Fresh fixedbitset v0.4.2
72002024-12-17T08:39:31.876Z Fresh managed v0.8.0
72012024-12-17T08:39:31.876Z Fresh ecdsa v0.16.9
72022024-12-17T08:39:31.876Z Fresh zerocopy v0.6.6
72032024-12-17T08:39:31.876Z Fresh curve25519-dalek v4.1.3
72042024-12-17T08:39:31.877Z Fresh rustls v0.22.4
72052024-12-17T08:39:31.877Z Fresh num-bigint-dig v0.8.4
72062024-12-17T08:39:31.877Z Fresh petgraph v0.6.5
72072024-12-17T08:39:31.877Z Fresh phf_shared v0.10.0
72082024-12-17T08:39:31.877Z Fresh pkcs1 v0.7.5
72092024-12-17T08:39:31.877Z Fresh precomputed-hash v0.1.1
72102024-12-17T08:39:31.877Z Fresh unicode-xid v0.2.6
72112024-12-17T08:39:31.877Z Fresh new_debug_unreachable v1.0.6
72122024-12-17T08:39:31.877Z Fresh rsa v0.9.6
72132024-12-17T08:39:31.877Z Fresh signal-hook v0.3.17
72142024-12-17T08:39:31.877Z Fresh tokio-rustls v0.25.0
72152024-12-17T08:39:31.878Z Fresh ed25519 v2.2.3
72162024-12-17T08:39:31.878Z Fresh slog-json v2.6.1
72172024-12-17T08:39:31.878Z Fresh string_cache v0.8.7
72182024-12-17T08:39:31.878Z Fresh hubpack_derive v0.1.1
72192024-12-17T08:39:31.878Z Fresh async-stream-impl v0.3.6
72202024-12-17T08:39:31.878Z Fresh debug-ignore v1.0.5
72212024-12-17T08:39:31.878Z Fresh quick-error v1.2.3
72222024-12-17T08:39:31.878Z Fresh slog-bunyan v2.5.0
72232024-12-17T08:39:31.878Z Fresh bzip2-sys v0.1.11+1.0.8
72242024-12-17T08:39:31.878Z Fresh ed25519-dalek v2.1.1
72252024-12-17T08:39:31.878Z Fresh hubpack v0.1.2
72262024-12-17T08:39:31.878Z Fresh async-stream v0.3.6
72272024-12-17T08:39:31.878Z Fresh multer v3.1.0
72282024-12-17T08:39:31.878Z Fresh x509-cert v0.2.5
72292024-12-17T08:39:31.878Z Fresh idna v0.4.0
72302024-12-17T08:39:31.878Z Fresh waitgroup v0.1.2
72312024-12-17T08:39:31.878Z Fresh enum-as-inner v0.6.1
72322024-12-17T08:39:31.878Z Fresh serde_path_to_error v0.1.16
72332024-12-17T08:39:31.878Z Fresh hostname v0.4.0
72342024-12-17T08:39:31.878Z Fresh lalrpop-util v0.19.12
72352024-12-17T08:39:31.878Z Fresh hickory-proto v0.24.1
72362024-12-17T08:39:31.878Z Fresh bzip2 v0.4.4
72372024-12-17T08:39:31.878Z Fresh signal-hook-mio v0.2.4
72382024-12-17T08:39:31.878Z Fresh console v0.15.8
72392024-12-17T08:39:31.878Z Fresh dropshot_endpoint v0.12.0
72402024-12-17T08:39:31.878Z Fresh hash32 v0.2.1
72412024-12-17T08:39:31.878Z Fresh linked-hash-map v0.5.6
72422024-12-17T08:39:31.878Z Fresh unicode-properties v0.1.3
72432024-12-17T08:39:31.878Z Fresh predicates-core v1.0.8
72442024-12-17T08:39:31.878Z Fresh stringprep v0.1.5
72452024-12-17T08:39:31.878Z Fresh dropshot v0.12.0
72462024-12-17T08:39:31.878Z Fresh lru-cache v0.1.2
72472024-12-17T08:39:31.878Z Fresh heapless v0.7.17
72482024-12-17T08:39:31.878Z Fresh crossterm v0.28.1
72492024-12-17T08:39:31.878Z Fresh similar v2.6.0
72502024-12-17T08:39:31.878Z Fresh rayon v1.10.0
72512024-12-17T08:39:31.878Z Fresh tokio-stream v0.1.16
72522024-12-17T08:39:31.879Z Fresh md-5 v0.10.6
72532024-12-17T08:39:31.879Z Fresh float-cmp v0.9.0
72542024-12-17T08:39:31.879Z Fresh normalize-line-endings v0.3.0
72552024-12-17T08:39:31.879Z Fresh difflib v0.4.0
72562024-12-17T08:39:31.879Z Fresh fallible-iterator v0.2.0
72572024-12-17T08:39:31.879Z Fresh postgres-protocol v0.6.7
72582024-12-17T08:39:31.879Z Fresh predicates v3.1.2
72592024-12-17T08:39:31.879Z Fresh portable-atomic v1.9.0
72602024-12-17T08:39:31.879Z Fresh smoltcp v0.9.1
72612024-12-17T08:39:31.879Z Fresh zip v0.6.6
72622024-12-17T08:39:31.879Z Fresh resolv-conf v0.7.0
72632024-12-17T08:39:31.879Z Fresh phf v0.11.2
72642024-12-17T08:39:31.879Z Fresh tungstenite v0.24.0
72652024-12-17T08:39:31.879Z Fresh strum_macros v0.25.3
72662024-12-17T08:39:31.879Z Fresh serde-big-array v0.5.1
72672024-12-17T08:39:31.879Z Fresh serde_repr v0.1.19
72682024-12-17T08:39:31.879Z Fresh unicode-width v0.2.0
72692024-12-17T08:39:31.879Z Fresh peg-runtime v0.8.3
72702024-12-17T08:39:31.879Z Fresh number_prefix v0.4.0
72712024-12-17T08:39:31.879Z Fresh hickory-resolver v0.24.1
72722024-12-17T08:39:31.879Z Fresh indicatif v0.17.9
72732024-12-17T08:39:31.879Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
72742024-12-17T08:39:31.879Z Fresh tokio-tungstenite v0.24.0
72752024-12-17T08:39:31.879Z Fresh postgres-types v0.2.8
72762024-12-17T08:39:31.879Z Fresh derive-where v1.2.7
72772024-12-17T08:39:31.879Z Fresh whoami v1.5.2
72782024-12-17T08:39:31.879Z Fresh hashbrown v0.14.5
72792024-12-17T08:39:31.879Z Fresh qorb v0.2.1
72802024-12-17T08:39:31.879Z Fresh fs-err v2.11.0
72812024-12-17T08:39:31.904Z Fresh tokio-postgres v0.7.12
72822024-12-17T08:39:31.904Z Fresh ident_case v1.0.1
72832024-12-17T08:39:31.904Z Fresh regress v0.10.1
72842024-12-17T08:39:31.904Z Fresh unsafe-libyaml v0.2.11
72852024-12-17T08:39:31.904Z Fresh progenitor-client v0.8.0
72862024-12-17T08:39:31.904Z Fresh fastrand v2.1.1
72872024-12-17T08:39:31.904Z Fresh darling_core v0.20.10
72882024-12-17T08:39:31.904Z Fresh typify-impl v0.2.0
72892024-12-17T08:39:31.904Z Fresh serde_yaml v0.9.34+deprecated
72902024-12-17T08:39:31.904Z Fresh ipnetwork v0.20.0
72912024-12-17T08:39:31.904Z Fresh tempfile v3.13.0
72922024-12-17T08:39:31.904Z Fresh strum_macros v0.26.4
72932024-12-17T08:39:31.904Z Fresh darling_macro v0.20.10
72942024-12-17T08:39:31.904Z Fresh typify-macro v0.2.0
72952024-12-17T08:39:31.904Z Fresh strum v0.26.3
72962024-12-17T08:39:31.904Z Fresh macaddr v1.0.1
72972024-12-17T08:39:31.904Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
72982024-12-17T08:39:31.904Z Fresh darling v0.20.10
72992024-12-17T08:39:31.904Z Fresh typify v0.2.0
73002024-12-17T08:39:31.904Z Fresh newtype-uuid v1.1.3
73012024-12-17T08:39:31.904Z Fresh thiserror-impl v2.0.3
73022024-12-17T08:39:31.904Z Fresh instant v0.1.13
73032024-12-17T08:39:31.904Z Fresh regress v0.9.1
73042024-12-17T08:39:31.904Z Fresh progenitor-impl v0.8.0
73052024-12-17T08:39:31.904Z Fresh serde_with_macros v3.11.0
73062024-12-17T08:39:31.904Z Fresh thiserror v2.0.3
73072024-12-17T08:39:31.904Z Fresh structmeta-derive v0.3.0
73082024-12-17T08:39:31.904Z Fresh dropshot_endpoint v0.15.1
73092024-12-17T08:39:31.904Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
73102024-12-17T08:39:31.904Z Fresh progenitor-macro v0.8.0
73112024-12-17T08:39:31.904Z Fresh serde_with v3.11.0
73122024-12-17T08:39:31.904Z Fresh structmeta v0.3.0
73132024-12-17T08:39:31.904Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
73142024-12-17T08:39:31.904Z Fresh backoff v0.4.0
73152024-12-17T08:39:31.904Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
73162024-12-17T08:39:31.904Z Fresh progenitor v0.8.0
73172024-12-17T08:39:31.904Z Fresh parse-display-derive v0.10.0
73182024-12-17T08:39:31.905Z Fresh dropshot v0.15.1
73192024-12-17T08:39:31.905Z Fresh wait-timeout v0.2.0
73202024-12-17T08:39:31.905Z Fresh rand_xorshift v0.3.0
73212024-12-17T08:39:31.905Z Fresh unarray v0.1.4
73222024-12-17T08:39:31.905Z Fresh structmeta-derive v0.2.0
73232024-12-17T08:39:31.905Z Fresh camino-tempfile v1.1.1
73242024-12-17T08:39:31.905Z Fresh parse-display v0.10.0
73252024-12-17T08:39:31.905Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
73262024-12-17T08:39:31.905Z Fresh rusty-fork v0.3.0
73272024-12-17T08:39:31.905Z Fresh structmeta v0.2.0
73282024-12-17T08:39:31.905Z Fresh itertools v0.13.0
73292024-12-17T08:39:31.905Z Fresh proc-macro-crate v1.3.1
73302024-12-17T08:39:31.905Z Fresh proptest v1.5.0
73312024-12-17T08:39:31.905Z Fresh test-strategy v0.3.1
73322024-12-17T08:39:31.905Z Fresh num_enum_derive v0.5.11
73332024-12-17T08:39:31.905Z Fresh foreign-types-macros v0.2.3
73342024-12-17T08:39:31.905Z Fresh proc-macro-error-attr v1.0.4
73352024-12-17T08:39:31.905Z Fresh num_enum v0.5.11
73362024-12-17T08:39:31.905Z Fresh foreign-types-shared v0.3.1
73372024-12-17T08:39:31.905Z Fresh tabwriter v1.4.0
73382024-12-17T08:39:31.905Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
73392024-12-17T08:39:31.905Z Fresh proc-macro-error v1.0.4
73402024-12-17T08:39:31.906Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
73412024-12-17T08:39:31.906Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
73422024-12-17T08:39:31.906Z Fresh foreign-types v0.5.0
73432024-12-17T08:39:31.906Z Fresh cstr-argument v0.1.2
73442024-12-17T08:39:31.906Z Fresh pretty-hex v0.2.1
73452024-12-17T08:39:31.906Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
73462024-12-17T08:39:31.906Z Fresh colored v2.1.0
73472024-12-17T08:39:31.906Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
73482024-12-17T08:39:31.906Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
73492024-12-17T08:39:31.906Z Fresh smf v0.2.3
73502024-12-17T08:39:31.906Z Fresh zerocopy-derive v0.8.10
73512024-12-17T08:39:31.906Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
73522024-12-17T08:39:31.906Z Fresh hash32 v0.3.1
73532024-12-17T08:39:31.906Z Fresh cobs v0.2.3
73542024-12-17T08:39:31.906Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
73552024-12-17T08:39:31.906Z Fresh zerocopy v0.8.10
73562024-12-17T08:39:31.906Z Fresh crucible-workspace-hack v0.1.0
73572024-12-17T08:39:31.906Z Fresh heapless v0.8.0
73582024-12-17T08:39:31.906Z Fresh postcard v1.0.10
73592024-12-17T08:39:31.906Z Fresh termtree v0.4.1
73602024-12-17T08:39:31.906Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
73612024-12-17T08:39:31.906Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
73622024-12-17T08:39:31.906Z Fresh smoltcp v0.11.0
73632024-12-17T08:39:31.906Z Fresh predicates-tree v1.0.11
73642024-12-17T08:39:31.906Z Fresh sigpipe v0.1.3
73652024-12-17T08:39:31.906Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
73662024-12-17T08:39:31.906Z Fresh zone_cfg_derive v0.3.0
73672024-12-17T08:39:31.906Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
73682024-12-17T08:39:31.906Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
73692024-12-17T08:39:31.906Z Fresh num-derive v0.4.2
73702024-12-17T08:39:31.906Z Fresh downcast v0.11.0
73712024-12-17T08:39:31.906Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
73722024-12-17T08:39:31.906Z Fresh mockall_derive v0.13.0
73732024-12-17T08:39:31.906Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
73742024-12-17T08:39:31.906Z Fresh fragile v2.0.0
73752024-12-17T08:39:31.906Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
73762024-12-17T08:39:31.906Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
73772024-12-17T08:39:31.906Z Fresh zone v0.3.0
73782024-12-17T08:39:31.907Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
73792024-12-17T08:39:31.907Z Fresh mockall v0.13.0
73802024-12-17T08:39:31.907Z Fresh convert_case v0.4.0
73812024-12-17T08:39:31.935Z Fresh atomicwrites v0.4.4
73822024-12-17T08:39:31.935Z Fresh newline-converter v0.3.0
73832024-12-17T08:39:31.935Z Fresh base64 v0.21.7
73842024-12-17T08:39:31.935Z Fresh same-file v1.0.6
73852024-12-17T08:39:31.935Z Fresh xattr v1.3.1
73862024-12-17T08:39:31.935Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
73872024-12-17T08:39:31.935Z Fresh derive_more v0.99.18
73882024-12-17T08:39:31.935Z Fresh expectorate v1.1.0
73892024-12-17T08:39:31.935Z Fresh walkdir v2.5.0
73902024-12-17T08:39:31.935Z Fresh filetime v0.2.25
73912024-12-17T08:39:31.935Z Fresh password-hash v0.5.0
73922024-12-17T08:39:31.935Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
73932024-12-17T08:39:31.935Z Fresh tar v0.4.42
73942024-12-17T08:39:31.935Z Fresh blake2 v0.10.6
73952024-12-17T08:39:31.936Z Fresh num-rational v0.4.2
73962024-12-17T08:39:31.936Z Fresh libsw v3.3.1
73972024-12-17T08:39:31.936Z Fresh num-complex v0.4.6
73982024-12-17T08:39:31.936Z Fresh argon2 v0.5.3
73992024-12-17T08:39:31.936Z Fresh owo-colors v4.1.0
74002024-12-17T08:39:31.936Z Fresh cancel-safe-futures v0.1.5
74012024-12-17T08:39:31.936Z Fresh swrite v0.1.0
74022024-12-17T08:39:31.936Z Fresh linear-map v1.2.0
74032024-12-17T08:39:31.936Z Fresh indent_write v2.2.0
74042024-12-17T08:39:31.937Z Fresh num v0.4.3
74052024-12-17T08:39:31.937Z Fresh float-ord v0.3.2
74062024-12-17T08:39:31.937Z Fresh tungstenite v0.21.0
74072024-12-17T08:39:31.937Z Fresh tokio-tungstenite v0.21.0
74082024-12-17T08:39:31.937Z Fresh arc-swap v1.7.1
74092024-12-17T08:39:31.937Z Fresh highway v1.2.0
74102024-12-17T08:39:31.937Z Fresh slog-scope v4.4.0
74112024-12-17T08:39:31.937Z Fresh semver v0.1.20
74122024-12-17T08:39:31.937Z Fresh humantime v2.1.0
74132024-12-17T08:39:31.937Z Fresh pem v3.0.4
74142024-12-17T08:39:31.937Z Fresh heck v0.3.3
74152024-12-17T08:39:31.937Z Fresh rustc_version v0.1.7
74162024-12-17T08:39:31.937Z Fresh slog-stdlog v4.1.1
74172024-12-17T08:39:31.937Z Fresh headers-core v0.3.0
74182024-12-17T08:39:31.937Z Fresh half v2.4.1
74192024-12-17T08:39:31.937Z Fresh ciborium-io v0.2.2
74202024-12-17T08:39:31.937Z Fresh zone_cfg_derive v0.1.2
74212024-12-17T08:39:31.937Z Fresh slog-envlogger v2.2.0
74222024-12-17T08:39:31.937Z Fresh lzma-sys v0.1.20
74232024-12-17T08:39:31.937Z Fresh ciborium-ll v0.2.2
74242024-12-17T08:39:31.937Z Fresh headers v0.4.0
74252024-12-17T08:39:31.937Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
74262024-12-17T08:39:31.937Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
74272024-12-17T08:39:31.937Z Fresh base64 v0.13.1
74282024-12-17T08:39:31.937Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
74292024-12-17T08:39:31.937Z Fresh ciborium v0.2.2
74302024-12-17T08:39:31.937Z Fresh xz2 v0.1.7
74312024-12-17T08:39:31.937Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
74322024-12-17T08:39:31.937Z Fresh zone v0.1.8
74332024-12-17T08:39:31.937Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
74342024-12-17T08:39:31.937Z Fresh newtype_derive v0.1.6
74352024-12-17T08:39:31.937Z Fresh ron v0.7.1
74362024-12-17T08:39:31.937Z Fresh yasna v0.5.2
74372024-12-17T08:39:31.937Z Fresh subprocess v0.2.9
74382024-12-17T08:39:31.938Z Fresh display-error-chain v0.2.2
74392024-12-17T08:39:31.938Z Fresh steno v0.4.1
74402024-12-17T08:39:31.938Z Fresh rcgen v0.12.1
74412024-12-17T08:39:31.938Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
74422024-12-17T08:39:31.938Z Fresh keccak v0.1.5
74432024-12-17T08:39:31.938Z Fresh universal-hash v0.5.1
74442024-12-17T08:39:31.938Z Fresh opaque-debug v0.3.1
74452024-12-17T08:39:31.938Z Fresh arrayref v0.3.9
74462024-12-17T08:39:31.938Z Fresh sha3 v0.10.8
74472024-12-17T08:39:31.938Z Fresh constant_time_eq v0.3.1
74482024-12-17T08:39:31.938Z Fresh arrayvec v0.7.6
74492024-12-17T08:39:31.938Z Fresh secrecy v0.8.0
74502024-12-17T08:39:31.938Z Fresh aead v0.5.2
74512024-12-17T08:39:31.938Z Fresh poly1305 v0.8.0
74522024-12-17T08:39:31.938Z Fresh chacha20 v0.9.1
74532024-12-17T08:39:31.938Z Fresh memmap2 v0.9.5
74542024-12-17T08:39:31.938Z Fresh spin v0.5.2
74552024-12-17T08:39:31.938Z Fresh topological-sort v0.2.2
74562024-12-17T08:39:31.938Z Fresh toolchain_find v0.4.0
74572024-12-17T08:39:31.938Z Fresh blake3 v1.5.4
74582024-12-17T08:39:31.938Z Fresh slog-dtrace v0.3.0
74592024-12-17T08:39:31.938Z Fresh ring v0.16.20
74602024-12-17T08:39:31.938Z Fresh thiserror-impl-no-std v2.0.2
74612024-12-17T08:39:31.938Z Fresh maplit v1.0.2
74622024-12-17T08:39:31.938Z Fresh rustfmt-wrapper v0.2.1
74632024-12-17T08:39:31.938Z Fresh omicron-zone-package v0.11.1
74642024-12-17T08:39:31.938Z Fresh thiserror-no-std v2.0.2
74652024-12-17T08:39:31.938Z Fresh gethostname v0.5.0
74662024-12-17T08:39:31.938Z Fresh chacha20poly1305 v0.10.1
74672024-12-17T08:39:31.938Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
74682024-12-17T08:39:31.938Z Fresh vsss-rs v3.3.4
74692024-12-17T08:39:31.938Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
74702024-12-17T08:39:31.938Z Fresh termcolor v1.4.1
74712024-12-17T08:39:31.938Z Fresh tap v1.0.1
74722024-12-17T08:39:31.938Z Fresh nibble_vec v0.1.0
74732024-12-17T08:39:31.938Z Fresh wyz v0.5.1
74742024-12-17T08:39:31.938Z Fresh funty v2.0.0
74752024-12-17T08:39:31.938Z Fresh crc-catalog v2.4.0
74762024-12-17T08:39:31.938Z Fresh radium v0.7.0
74772024-12-17T08:39:31.939Z Fresh endian-type v0.1.2
74782024-12-17T08:39:31.939Z Fresh maybe-uninit v2.0.0
74792024-12-17T08:39:31.939Z Fresh crc v3.2.1
74802024-12-17T08:39:31.939Z Fresh packed_struct_codegen v0.10.1
74812024-12-17T08:39:31.963Z Fresh bitvec v1.0.1
74822024-12-17T08:39:31.963Z Fresh radix_trie v0.2.1
74832024-12-17T08:39:31.963Z Fresh nodrop v0.1.14
74842024-12-17T08:39:31.963Z Fresh smallvec v0.6.14
74852024-12-17T08:39:31.963Z Fresh async-recursion v1.1.1
74862024-12-17T08:39:31.963Z Fresh simd-adler32 v0.3.7
74872024-12-17T08:39:31.963Z Fresh packed_struct v0.10.1
74882024-12-17T08:39:31.963Z Fresh array-init v0.0.4
74892024-12-17T08:39:31.963Z Fresh hashbrown v0.12.3
74902024-12-17T08:39:31.964Z Fresh bitfield v0.14.0
74912024-12-17T08:39:31.964Z Fresh lockfree-object-pool v0.1.6
74922024-12-17T08:39:31.964Z Fresh bumpalo v3.16.0
74932024-12-17T08:39:31.964Z Fresh indexmap v1.9.3
74942024-12-17T08:39:31.964Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
74952024-12-17T08:39:31.964Z Fresh serde-hex v0.1.0
74962024-12-17T08:39:31.964Z Fresh zopfli v0.8.1
74972024-12-17T08:39:31.964Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
74982024-12-17T08:39:31.964Z Fresh env_logger v0.10.2
74992024-12-17T08:39:31.964Z Fresh ron v0.8.1
75002024-12-17T08:39:31.964Z Fresh dsl_auto_type v0.1.2
75012024-12-17T08:39:31.964Z Fresh hashbrown v0.13.2
75022024-12-17T08:39:31.964Z Fresh scheduled-thread-pool v0.2.7
75032024-12-17T08:39:31.964Z Fresh diesel_table_macro_syntax v0.2.0
75042024-12-17T08:39:31.964Z Fresh crc-any v2.5.0
75052024-12-17T08:39:31.964Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
75062024-12-17T08:39:31.964Z Fresh r2d2 v0.8.10
75072024-12-17T08:39:31.964Z Fresh object v0.30.4
75082024-12-17T08:39:31.964Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
75092024-12-17T08:39:31.964Z Fresh diesel_derives v2.2.3
75102024-12-17T08:39:31.964Z Fresh zip v2.1.3
75112024-12-17T08:39:31.964Z Fresh const_format_proc_macros v0.2.33
75122024-12-17T08:39:31.964Z Fresh bitfield-struct v0.6.2
75132024-12-17T08:39:31.964Z Fresh path-slash v0.1.5
75142024-12-17T08:39:31.964Z Fresh diff v0.1.13
75152024-12-17T08:39:31.964Z Fresh crunchy v0.2.2
75162024-12-17T08:39:31.964Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
75172024-12-17T08:39:31.964Z Fresh const_format v0.2.33
75182024-12-17T08:39:31.964Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
75192024-12-17T08:39:31.964Z Fresh diesel v2.2.6
75202024-12-17T08:39:31.964Z Fresh libefi-sys v0.1.0
75212024-12-17T08:39:31.964Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
75222024-12-17T08:39:31.964Z Fresh fxhash v0.2.1
75232024-12-17T08:39:31.964Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
75242024-12-17T08:39:31.964Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
75252024-12-17T08:39:31.965Z Fresh tiny-keccak v2.0.2
75262024-12-17T08:39:31.965Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
75272024-12-17T08:39:31.965Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
75282024-12-17T08:39:31.965Z Fresh ascii-canvas v3.0.0
75292024-12-17T08:39:31.965Z Fresh ref-cast-impl v1.0.23
75302024-12-17T08:39:31.965Z Fresh ena v0.14.3
75312024-12-17T08:39:31.965Z Fresh regex-syntax v0.6.29
75322024-12-17T08:39:31.965Z Fresh lalrpop v0.19.12
75332024-12-17T08:39:31.965Z Fresh ref-cast v1.0.23
75342024-12-17T08:39:31.965Z Fresh kstat-rs v0.2.4
75352024-12-17T08:39:31.965Z Fresh derive_builder_core v0.20.2
75362024-12-17T08:39:31.965Z Fresh phf_generator v0.11.2
75372024-12-17T08:39:31.965Z Fresh primeorder v0.13.6
75382024-12-17T08:39:31.965Z Fresh vte_generate_state_changes v0.1.2
75392024-12-17T08:39:31.965Z Fresh phf_codegen v0.11.2
75402024-12-17T08:39:31.965Z Fresh vte v0.11.1
75412024-12-17T08:39:31.965Z Fresh derive_builder_macro v0.20.2
75422024-12-17T08:39:31.965Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
75432024-12-17T08:39:31.965Z Fresh strum_macros v0.24.3
75442024-12-17T08:39:31.965Z Fresh fd-lock v4.0.2
75452024-12-17T08:39:31.965Z Fresh parse-zoneinfo v0.3.1
75462024-12-17T08:39:31.965Z Fresh indoc v1.0.9
75472024-12-17T08:39:31.965Z Fresh cfg_aliases v0.1.1
75482024-12-17T08:39:31.965Z Fresh parking_lot_core v0.8.6
75492024-12-17T08:39:31.965Z Fresh chrono-tz-build v0.4.0
75502024-12-17T08:39:31.965Z Fresh libxml v0.3.3
75512024-12-17T08:39:31.965Z Fresh polar-core v0.27.3
75522024-12-17T08:39:31.965Z Fresh strip-ansi-escapes v0.2.0
75532024-12-17T08:39:31.965Z Fresh derive_builder v0.20.2
75542024-12-17T08:39:31.965Z Fresh impl-trait-for-tuples v0.2.2
75552024-12-17T08:39:31.965Z Fresh oso-derive v0.27.3
75562024-12-17T08:39:31.965Z Fresh itertools v0.12.1
75572024-12-17T08:39:31.965Z Fresh quick-xml v0.33.0
75582024-12-17T08:39:31.965Z Fresh nu-ansi-term v0.50.1
75592024-12-17T08:39:31.965Z Fresh samael v0.0.17
75602024-12-17T08:39:31.965Z Fresh oso v0.27.3
75612024-12-17T08:39:31.965Z Fresh reedline v0.35.0
75622024-12-17T08:39:31.965Z Fresh unicase v2.7.0
75632024-12-17T08:39:31.965Z Fresh parking_lot v0.11.2
75642024-12-17T08:39:31.966Z Fresh p384 v0.13.0
75652024-12-17T08:39:31.966Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
75662024-12-17T08:39:31.966Z Fresh bytecount v0.6.8
75672024-12-17T08:39:31.966Z Fresh buf-list v1.0.3
75682024-12-17T08:39:31.966Z Fresh papergrid v0.11.0
75692024-12-17T08:39:31.966Z Fresh sled v0.34.7
75702024-12-17T08:39:31.966Z Fresh nix v0.28.0
75712024-12-17T08:39:31.966Z Fresh salty v0.3.0
75722024-12-17T08:39:31.966Z Fresh hickory-client v0.24.1
75732024-12-17T08:39:31.966Z Fresh tabled_derive v0.7.0
75742024-12-17T08:39:31.966Z Fresh peg-macros v0.8.4
75752024-12-17T08:39:31.966Z Fresh hickory-server v0.24.1
75762024-12-17T08:39:31.966Z Fresh bb8 v0.8.5
75772024-12-17T08:39:31.966Z Fresh sqlparser_derive v0.2.2
75782024-12-17T08:39:31.966Z Fresh nanorand v0.7.0
75792024-12-17T08:39:31.966Z Fresh atty v0.2.14
75802024-12-17T08:39:31.966Z Fresh env_filter v0.1.2
75812024-12-17T08:39:31.990Z Fresh http-range v0.1.5
75822024-12-17T08:39:31.990Z Fresh unicode_categories v0.1.1
75832024-12-17T08:39:31.990Z Fresh flume v0.11.1
75842024-12-17T08:39:31.990Z Fresh sqlparser v0.45.0
75852024-12-17T08:39:31.990Z Fresh env_logger v0.11.5
75862024-12-17T08:39:31.990Z Fresh async-bb8-diesel v0.2.1
75872024-12-17T08:39:31.990Z Fresh tabled v0.15.0
75882024-12-17T08:39:31.990Z Fresh sqlformat v0.2.6
75892024-12-17T08:39:31.990Z Fresh peg v0.8.4
75902024-12-17T08:39:31.990Z Fresh diesel-dtrace v0.4.2
75912024-12-17T08:39:31.990Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
75922024-12-17T08:39:31.991Z Fresh chrono-tz v0.10.0
75932024-12-17T08:39:31.991Z Fresh rustyline v14.0.0
75942024-12-17T08:39:31.991Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
75952024-12-17T08:39:31.991Z Fresh bcs v0.1.6
75962024-12-17T08:39:31.991Z Fresh pin-project-internal v1.1.6
75972024-12-17T08:39:31.991Z Fresh mime_guess v2.0.5
75982024-12-17T08:39:31.991Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
75992024-12-17T08:39:31.991Z Fresh pin-project v1.1.6
76002024-12-17T08:39:31.991Z Fresh memoffset v0.9.1
76012024-12-17T08:39:31.991Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
76022024-12-17T08:39:31.991Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
76032024-12-17T08:39:31.991Z Fresh nix v0.27.1
76042024-12-17T08:39:31.991Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
76052024-12-17T08:39:31.991Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
76062024-12-17T08:39:31.991Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
76072024-12-17T08:39:31.991Z Fresh hyper-staticfile v0.10.1
76082024-12-17T08:39:31.991Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
76092024-12-17T08:39:31.991Z Fresh tungstenite v0.23.0
76102024-12-17T08:39:31.991Z Fresh snafu-derive v0.8.5
76112024-12-17T08:39:31.991Z Fresh concurrent-queue v2.5.0
76122024-12-17T08:39:31.992Z Fresh parking v2.2.1
76132024-12-17T08:39:31.992Z Fresh tokio-tungstenite v0.23.1
76142024-12-17T08:39:31.992Z Fresh snafu v0.8.5
76152024-12-17T08:39:31.992Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
76162024-12-17T08:39:31.992Z Fresh signal-hook-tokio v0.3.1
76172024-12-17T08:39:31.992Z Fresh globset v0.4.15
76182024-12-17T08:39:31.992Z Fresh olpc-cjson v0.1.4
76192024-12-17T08:39:31.992Z Fresh cargo-platform v0.1.8
76202024-12-17T08:39:31.992Z Fresh serde_plain v1.0.2
76212024-12-17T08:39:31.992Z Fresh typed-path v0.9.3
76222024-12-17T08:39:31.992Z Fresh cargo_metadata v0.18.1
76232024-12-17T08:39:31.992Z Fresh parse-size v1.1.0
76242024-12-17T08:39:31.992Z Fresh event-listener v5.3.1
76252024-12-17T08:39:31.992Z Fresh tough v0.19.0
76262024-12-17T08:39:31.992Z Fresh rand_seeder v0.3.0
76272024-12-17T08:39:31.992Z Fresh event-listener-strategy v0.5.2
76282024-12-17T08:39:31.992Z Fresh futures-lite v2.3.0
76292024-12-17T08:39:31.992Z Fresh csv-core v0.1.11
76302024-12-17T08:39:31.992Z Fresh is_ci v1.2.0
76312024-12-17T08:39:31.992Z Fresh libz-sys v1.1.20
76322024-12-17T08:39:31.992Z Fresh supports-color v3.0.1
76332024-12-17T08:39:31.992Z Fresh csv v1.3.0
76342024-12-17T08:39:31.992Z Fresh async-lock v3.4.0
76352024-12-17T08:39:31.992Z Fresh polyval v0.6.2
76362024-12-17T08:39:31.992Z Fresh libgit2-sys v0.17.0+1.8.1
76372024-12-17T08:39:31.992Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
76382024-12-17T08:39:31.992Z Fresh castaway v0.2.3
76392024-12-17T08:39:31.992Z Fresh polling v3.7.3
76402024-12-17T08:39:31.992Z Fresh ghash v0.5.1
76412024-12-17T08:39:31.992Z Fresh git2 v0.19.0
76422024-12-17T08:39:31.993Z Fresh compact_str v0.8.0
76432024-12-17T08:39:31.993Z Fresh async-io v2.3.4
76442024-12-17T08:39:31.993Z Fresh unicode-truncate v1.1.0
76452024-12-17T08:39:31.993Z Fresh ctr v0.9.2
76462024-12-17T08:39:31.993Z Fresh lru v0.12.5
76472024-12-17T08:39:31.993Z Fresh instability v0.3.2
76482024-12-17T08:39:31.993Z Fresh assert_matches v1.5.0
76492024-12-17T08:39:31.993Z Fresh async-task v4.7.1
76502024-12-17T08:39:31.993Z Fresh cfg_aliases v0.2.1
76512024-12-17T08:39:31.993Z Fresh cassowary v0.3.0
76522024-12-17T08:39:31.993Z Fresh plotters-backend v0.3.7
76532024-12-17T08:39:31.993Z Fresh ratatui v0.28.1
76542024-12-17T08:39:31.993Z Fresh vergen v8.3.2
76552024-12-17T08:39:31.993Z Fresh aes-gcm v0.10.3
76562024-12-17T08:39:31.993Z Fresh plotters-svg v0.3.7
76572024-12-17T08:39:31.993Z Fresh async-channel v2.3.1
76582024-12-17T08:39:31.994Z Fresh piper v0.2.4
76592024-12-17T08:39:31.994Z Fresh ssh-encoding v0.2.0
76602024-12-17T08:39:31.994Z Fresh rustls-webpki v0.101.7
76612024-12-17T08:39:31.994Z Fresh sct v0.7.1
76622024-12-17T08:39:31.994Z Fresh blowfish v0.9.1
76632024-12-17T08:39:31.994Z Fresh rtoolbox v0.0.2
76642024-12-17T08:39:31.994Z Fresh unicode-linebreak v0.1.5
76652024-12-17T08:39:31.994Z Fresh cast v0.3.0
76662024-12-17T08:39:31.994Z Fresh smawk v0.3.2
76672024-12-17T08:39:31.994Z Fresh rpassword v7.3.1
76682024-12-17T08:39:31.994Z Fresh criterion-plot v0.5.0
76692024-12-17T08:39:31.994Z Fresh textwrap v0.16.1
76702024-12-17T08:39:31.994Z Fresh bcrypt-pbkdf v0.10.0
76712024-12-17T08:39:31.994Z Fresh rustls v0.21.12
76722024-12-17T08:39:31.994Z Fresh blocking v1.6.1
76732024-12-17T08:39:31.994Z Fresh ssh-cipher v0.2.0
76742024-12-17T08:39:31.994Z Fresh plotters v0.3.7
76752024-12-17T08:39:31.994Z Fresh tui-tree-widget v0.22.0
76762024-12-17T08:39:31.994Z Fresh libsqlite3-sys v0.30.1
76772024-12-17T08:39:31.994Z Fresh async-executor v1.13.1
76782024-12-17T08:39:31.994Z Fresh async-signal v0.2.10
76792024-12-17T08:39:31.994Z Fresh hashlink v0.9.1
76802024-12-17T08:39:31.994Z Fresh password-hash v0.4.2
76812024-12-17T08:39:32.018Z Fresh tinytemplate v1.2.1
76822024-12-17T08:39:32.018Z Fresh hex-literal v0.4.1
76832024-12-17T08:39:32.018Z Fresh matches v0.1.10
76842024-12-17T08:39:32.018Z Fresh fallible-streaming-iterator v0.1.9
76852024-12-17T08:39:32.018Z Fresh shell-words v1.1.0
76862024-12-17T08:39:32.018Z Fresh event-listener v2.5.3
76872024-12-17T08:39:32.018Z Fresh yansi v1.0.1
76882024-12-17T08:39:32.018Z Fresh oorandom v11.1.4
76892024-12-17T08:39:32.018Z Fresh anes v0.1.6
76902024-12-17T08:39:32.018Z Fresh fallible-iterator v0.3.0
76912024-12-17T08:39:32.018Z Fresh pbkdf2 v0.11.0
76922024-12-17T08:39:32.018Z Fresh rusqlite v0.32.1
76932024-12-17T08:39:32.018Z Fresh pretty_assertions v1.4.1
76942024-12-17T08:39:32.018Z Fresh criterion v0.5.1
76952024-12-17T08:39:32.018Z Fresh async-channel v1.9.0
76962024-12-17T08:39:32.018Z Fresh idna v0.2.3
76972024-12-17T08:39:32.019Z Fresh async-process v2.3.0
76982024-12-17T08:39:32.019Z Fresh async-global-executor v2.4.1
76992024-12-17T08:39:32.019Z Fresh nix v0.29.0
77002024-12-17T08:39:32.019Z Fresh target-lexicon v0.12.16
77012024-12-17T08:39:32.019Z Fresh ssh-key v0.6.6
77022024-12-17T08:39:32.019Z Fresh tokio-rustls v0.24.1
77032024-12-17T08:39:32.019Z Fresh p256 v0.13.2
77042024-12-17T08:39:32.019Z Fresh p521 v0.13.3
77052024-12-17T08:39:32.019Z Fresh rustls-pemfile v1.0.4
77062024-12-17T08:39:32.019Z Fresh twox-hash v1.6.3
77072024-12-17T08:39:32.019Z Fresh enum-as-inner v0.5.1
77082024-12-17T08:39:32.019Z Fresh async-attributes v1.1.2
77092024-12-17T08:39:32.019Z Fresh num_cpus v1.16.0
77102024-12-17T08:39:32.019Z Fresh russh-cryptovec v0.7.3
77112024-12-17T08:39:32.019Z Fresh kv-log-macro v1.0.7
77122024-12-17T08:39:32.019Z Fresh futures-timer v3.0.3
77132024-12-17T08:39:32.019Z Fresh md5 v0.7.0
77142024-12-17T08:39:32.019Z Fresh async-std v1.13.0
77152024-12-17T08:39:32.019Z Fresh russh-keys v0.45.0
77162024-12-17T08:39:32.019Z Fresh threadpool v1.8.1
77172024-12-17T08:39:32.019Z Fresh trust-dns-proto v0.22.0
77182024-12-17T08:39:32.019Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
77192024-12-17T08:39:32.019Z Fresh cfg-expr v0.17.0
77202024-12-17T08:39:32.019Z Fresh guppy-workspace-hack v0.1.0
77212024-12-17T08:39:32.019Z Fresh doc-comment v0.3.3
77222024-12-17T08:39:32.019Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
77232024-12-17T08:39:32.019Z Fresh httptest v0.16.1
77242024-12-17T08:39:32.019Z Fresh fatfs v0.3.6
77252024-12-17T08:39:32.019Z Fresh num-bigint v0.4.6
77262024-12-17T08:39:32.019Z Fresh proc-macro-crate v3.2.0
77272024-12-17T08:39:32.019Z Fresh rustls-native-certs v0.7.3
77282024-12-17T08:39:32.019Z Fresh des v0.8.1
77292024-12-17T08:39:32.019Z Fresh dhcproto-macros v0.1.0
77302024-12-17T08:39:32.019Z Fresh escape8259 v0.5.3
77312024-12-17T08:39:32.019Z Fresh relative-path v1.9.3
77322024-12-17T08:39:32.019Z Fresh russh v0.45.0
77332024-12-17T08:39:32.019Z Fresh hyper-rustls v0.26.0
77342024-12-17T08:39:32.019Z Fresh target-spec v3.2.2
77352024-12-17T08:39:32.020Z Fresh dhcproto v0.12.0
77362024-12-17T08:39:32.020Z Fresh rstest_macros v0.23.0
77372024-12-17T08:39:32.020Z Fresh libtest-mimic v0.7.3
77382024-12-17T08:39:32.020Z Fresh petname v2.0.2
77392024-12-17T08:39:32.020Z Fresh assert_cmd v2.0.16
77402024-12-17T08:39:32.020Z Fresh target-triple v0.1.3
77412024-12-17T08:39:32.020Z Fresh async-object-pool v0.1.5
77422024-12-17T08:39:32.020Z Fresh blake2b_simd v1.0.2
77432024-12-17T08:39:32.020Z Fresh fancy-regex v0.13.0
77442024-12-17T08:39:32.020Z Fresh pathdiff v0.2.2
77452024-12-17T08:39:32.020Z Fresh assert-json-diff v2.0.2
77462024-12-17T08:39:32.020Z Fresh serde_regex v1.1.0
77472024-12-17T08:39:32.020Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
77482024-12-17T08:39:32.020Z Fresh uzers v0.12.1
77492024-12-17T08:39:32.020Z Fresh path-tree v0.8.1
77502024-12-17T08:39:32.020Z Fresh sync-ptr v0.1.1
77512024-12-17T08:39:32.020Z Fresh nested v0.1.1
77522024-12-17T08:39:32.020Z Fresh stringmetrics v2.2.2
77532024-12-17T08:39:32.020Z Fresh internet-checksum v0.2.1
77542024-12-17T08:39:32.020Z Fresh rust-argon2 v2.1.0
77552024-12-17T08:39:32.020Z Fresh datatest-stable v0.2.9
77562024-12-17T08:39:32.020Z Fresh httpmock v0.8.0-alpha.1
77572024-12-17T08:39:32.020Z Fresh guppy v0.17.8
77582024-12-17T08:39:32.020Z Fresh rstest v0.23.0
77592024-12-17T08:39:32.020Z Fresh trybuild v1.0.101
77602024-12-17T08:39:32.020Z Fresh partial-io v0.5.4
77612024-12-17T08:39:32.020Z Fresh similar-asserts v1.6.0
77622024-12-17T08:39:32.020Z Fresh rand_distr v0.4.3
77632024-12-17T08:39:32.020Z Fresh approx v0.5.1
77642024-12-17T08:39:32.020Z Fresh indoc v2.0.5
77652024-12-17T08:39:32.020Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
77662024-12-17T08:39:32.020Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
77672024-12-17T08:39:32.020Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
77682024-12-17T08:39:32.020Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
77692024-12-17T08:39:32.020Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
77702024-12-17T08:39:32.020Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
77712024-12-17T08:39:32.020Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
77722024-12-17T08:39:32.020Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
77732024-12-17T08:39:32.021Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
77742024-12-17T08:39:32.021Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
77752024-12-17T08:39:32.021Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
77762024-12-17T08:39:32.021Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
77772024-12-17T08:39:32.021Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
77782024-12-17T08:39:32.021Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
77792024-12-17T08:39:32.021Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
77802024-12-17T08:39:32.021Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
77812024-12-17T08:39:32.051Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
77822024-12-17T08:39:32.051Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
77832024-12-17T08:39:32.051Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
77842024-12-17T08:39:32.051Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
77852024-12-17T08:39:32.051Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
77862024-12-17T08:39:32.051Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
77872024-12-17T08:39:32.051Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
77882024-12-17T08:39:32.051Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
77892024-12-17T08:39:32.051Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
77902024-12-17T08:39:32.051Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
77912024-12-17T08:39:32.051Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
77922024-12-17T08:39:32.051Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
77932024-12-17T08:39:32.051Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
77942024-12-17T08:39:32.051Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
77952024-12-17T08:39:32.051Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
77962024-12-17T08:39:32.052Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
77972024-12-17T08:39:32.052Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
77982024-12-17T08:39:32.052Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
77992024-12-17T08:39:32.052Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
78002024-12-17T08:39:32.052Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
78012024-12-17T08:39:32.052Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
78022024-12-17T08:39:32.052Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
78032024-12-17T08:39:32.052Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
78042024-12-17T08:39:32.052Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
78052024-12-17T08:39:32.052Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
78062024-12-17T08:39:32.052Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
78072024-12-17T08:39:32.052Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
78082024-12-17T08:39:32.052Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
78092024-12-17T08:39:32.052Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
78102024-12-17T08:39:32.052Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
78112024-12-17T08:39:32.052Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
78122024-12-17T08:39:32.052Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
78132024-12-17T08:39:32.052Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
78142024-12-17T08:39:32.052Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
78152024-12-17T08:39:32.052Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
78162024-12-17T08:39:32.052Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
78172024-12-17T08:39:32.052Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
78182024-12-17T08:39:32.052Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
78192024-12-17T08:39:32.052Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
78202024-12-17T08:39:32.052Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
78212024-12-17T08:39:32.053Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
78222024-12-17T08:39:32.053Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
78232024-12-17T08:39:32.053Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
78242024-12-17T08:39:32.053Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
78252024-12-17T08:39:32.053Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
78262024-12-17T08:39:32.053Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
78272024-12-17T08:39:32.053Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
78282024-12-17T08:39:32.053Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
78292024-12-17T08:39:32.053Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
78302024-12-17T08:39:32.053Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
78312024-12-17T08:39:32.053Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
78322024-12-17T08:39:32.053Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
78332024-12-17T08:39:32.053Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
78342024-12-17T08:39:32.053Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
78352024-12-17T08:39:32.053Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
78362024-12-17T08:39:32.053Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
78372024-12-17T08:39:32.053Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
78382024-12-17T08:39:32.053Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
78392024-12-17T08:39:32.053Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
78402024-12-17T08:39:32.053Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
78412024-12-17T08:39:32.053Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
78422024-12-17T08:39:32.054Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
78432024-12-17T08:39:32.054Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
78442024-12-17T08:39:32.054Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
78452024-12-17T08:39:32.054Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
78462024-12-17T08:39:32.054Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
78472024-12-17T08:39:32.054Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
78482024-12-17T08:39:32.054Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
78492024-12-17T08:39:32.054Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
78502024-12-17T08:39:32.054Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
78512024-12-17T08:39:32.054Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
78522024-12-17T08:39:32.054Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
78532024-12-17T08:39:32.054Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
78542024-12-17T08:39:32.054Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
78552024-12-17T08:39:32.054Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
78562024-12-17T08:39:32.054Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
78572024-12-17T08:39:32.054Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
78582024-12-17T08:39:32.054Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
78592024-12-17T08:39:32.054Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
78602024-12-17T08:39:32.054Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
78612024-12-17T08:39:32.054Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
78622024-12-17T08:39:32.054Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
78632024-12-17T08:39:32.055Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
78642024-12-17T08:39:32.055Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
78652024-12-17T08:39:32.055Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
78662024-12-17T08:39:32.055Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
78672024-12-17T08:39:32.055Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
78682024-12-17T08:39:32.055Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
78692024-12-17T08:39:32.055Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
78702024-12-17T08:39:32.055Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
78712024-12-17T08:39:32.055Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
78722024-12-17T08:39:32.055Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
78732024-12-17T08:39:32.055Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
78742024-12-17T08:39:32.055Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
78752024-12-17T08:39:32.055Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
78762024-12-17T08:39:32.055Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
78772024-12-17T08:39:32.055Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
78782024-12-17T08:39:32.055Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
78792024-12-17T08:39:32.055Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.18s
78802024-12-17T08:39:32.055Z Doc-tests api_identity
78812024-12-17T08:39:32.079Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-682908a173130254.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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`
78822024-12-17T08:39:32.315Z
78832024-12-17T08:39:32.315Zrunning 0 tests
78842024-12-17T08:39:32.315Z
78852024-12-17T08:39:32.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78862024-12-17T08:39:32.315Z
78872024-12-17T08:39:32.338Z Doc-tests authz_macros
78882024-12-17T08:39:32.338Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-13e359c563599870.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-e568f608c038bf88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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`
78892024-12-17T08:39:32.513Z
78902024-12-17T08:39:32.513Zrunning 7 tests
78912024-12-17T08:39:32.537Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
78922024-12-17T08:39:32.537Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
78932024-12-17T08:39:32.537Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
78942024-12-17T08:39:32.538Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
78952024-12-17T08:39:32.538Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
78962024-12-17T08:39:32.538Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
78972024-12-17T08:39:32.538Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
78982024-12-17T08:39:32.538Z
78992024-12-17T08:39:32.538Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
79002024-12-17T08:39:32.538Z
79012024-12-17T08:39:32.538Z Doc-tests bootstore
79022024-12-17T08:39:32.538Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-a8be82eeaab35832.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-65bd364eebe9ec90.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a807f22acd8e8602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-a5bd4633425b7308.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d2a076a9778c281e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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`
79032024-12-17T08:39:33.459Z
79042024-12-17T08:39:33.459Zrunning 0 tests
79052024-12-17T08:39:33.459Z
79062024-12-17T08:39:33.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79072024-12-17T08:39:33.459Z
79082024-12-17T08:39:33.500Z Doc-tests bootstrap_agent_api
79092024-12-17T08:39:33.525Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-bb2eb9f788b3227b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79102024-12-17T08:39:33.990Z
79112024-12-17T08:39:33.990Zrunning 2 tests
79122024-12-17T08:39:34.013Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
79132024-12-17T08:39:34.013Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
79142024-12-17T08:39:34.013Z
79152024-12-17T08:39:34.013Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79162024-12-17T08:39:34.013Z
79172024-12-17T08:39:34.036Z Doc-tests bootstrap_agent_client
79182024-12-17T08:39:34.036Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-2f099e3dab9ad63f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79192024-12-17T08:39:35.060Z
79202024-12-17T08:39:35.060Zrunning 0 tests
79212024-12-17T08:39:35.060Z
79222024-12-17T08:39:35.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79232024-12-17T08:39:35.060Z
79242024-12-17T08:39:35.102Z Doc-tests clickhouse_admin_api
79252024-12-17T08:39:35.102Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-56c82cc2dbe6d329.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79262024-12-17T08:39:35.450Z
79272024-12-17T08:39:35.450Zrunning 6 tests
79282024-12-17T08:39:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 36) ... ignored
79292024-12-17T08:39:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 42) ... ignored
79302024-12-17T08:39:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 105) ... ignored
79312024-12-17T08:39:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 111) ... ignored
79322024-12-17T08:39:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 152) ... ignored
79332024-12-17T08:39:35.474Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 158) ... ignored
79342024-12-17T08:39:35.475Z
79352024-12-17T08:39:35.475Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
79362024-12-17T08:39:35.475Z
79372024-12-17T08:39:35.499Z Doc-tests clickhouse_admin_keeper_client
79382024-12-17T08:39:35.499Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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`
79392024-12-17T08:39:36.120Z
79402024-12-17T08:39:36.120Zrunning 0 tests
79412024-12-17T08:39:36.120Z
79422024-12-17T08:39:36.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79432024-12-17T08:39:36.120Z
79442024-12-17T08:39:36.161Z Doc-tests clickhouse_admin_server_client
79452024-12-17T08:39:36.185Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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`
79462024-12-17T08:39:36.761Z
79472024-12-17T08:39:36.761Zrunning 0 tests
79482024-12-17T08:39:36.761Z
79492024-12-17T08:39:36.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79502024-12-17T08:39:36.761Z
79512024-12-17T08:39:36.795Z Doc-tests clickhouse_admin_single_client
79522024-12-17T08:39:36.795Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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`
79532024-12-17T08:39:37.111Z
79542024-12-17T08:39:37.111Zrunning 0 tests
79552024-12-17T08:39:37.111Z
79562024-12-17T08:39:37.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79572024-12-17T08:39:37.111Z
79582024-12-17T08:39:37.135Z Doc-tests clickhouse_admin_test_utils
79592024-12-17T08:39:37.158Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-50700e8d76132aa6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79602024-12-17T08:39:37.448Z
79612024-12-17T08:39:37.448Zrunning 0 tests
79622024-12-17T08:39:37.448Z
79632024-12-17T08:39:37.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79642024-12-17T08:39:37.448Z
79652024-12-17T08:39:37.478Z Doc-tests clickhouse_admin_types
79662024-12-17T08:39:37.502Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-1ea19f19e0afced5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --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-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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`
79672024-12-17T08:39:38.158Z
79682024-12-17T08:39:38.158Zrunning 0 tests
79692024-12-17T08:39:38.158Z
79702024-12-17T08:39:38.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79712024-12-17T08:39:38.158Z
79722024-12-17T08:39:38.194Z Doc-tests cockroach_admin_api
79732024-12-17T08:39:38.218Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-3bf70f03d69d4b86.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3a09f19f34b0e963.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79742024-12-17T08:39:38.460Z
79752024-12-17T08:39:38.460Zrunning 2 tests
79762024-12-17T08:39:38.483Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
79772024-12-17T08:39:38.483Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
79782024-12-17T08:39:38.483Z
79792024-12-17T08:39:38.483Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79802024-12-17T08:39:38.483Z
79812024-12-17T08:39:38.483Z Doc-tests cockroach_admin_client
79822024-12-17T08:39:38.484Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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`
79832024-12-17T08:39:38.832Z
79842024-12-17T08:39:38.832Zrunning 0 tests
79852024-12-17T08:39:38.832Z
79862024-12-17T08:39:38.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79872024-12-17T08:39:38.832Z
79882024-12-17T08:39:38.856Z Doc-tests cockroach_admin_types
79892024-12-17T08:39:38.856Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3a09f19f34b0e963.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79902024-12-17T08:39:39.044Z
79912024-12-17T08:39:39.045Zrunning 0 tests
79922024-12-17T08:39:39.045Z
79932024-12-17T08:39:39.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79942024-12-17T08:39:39.045Z
79952024-12-17T08:39:39.068Z Doc-tests db_macros
79962024-12-17T08:39:39.069Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-6cc4b34d6af862a4.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-e568f608c038bf88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-4e2d967596b63a5e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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`
79972024-12-17T08:39:39.382Z
79982024-12-17T08:39:39.382Zrunning 3 tests
79992024-12-17T08:39:39.405Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
80002024-12-17T08:39:39.405Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
80012024-12-17T08:39:39.405Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
80022024-12-17T08:39:39.405Z
80032024-12-17T08:39:39.405Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
80042024-12-17T08:39:39.405Z
80052024-12-17T08:39:39.405Z Doc-tests dns_server
80062024-12-17T08:39:39.405Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-0156634b6798eb6e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7c6759174f16109d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b110af5685252111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80072024-12-17T08:39:39.846Z
80082024-12-17T08:39:39.846Zrunning 0 tests
80092024-12-17T08:39:39.846Z
80102024-12-17T08:39:39.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80112024-12-17T08:39:39.846Z
80122024-12-17T08:39:39.877Z Doc-tests dns_server_api
80132024-12-17T08:39:39.900Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80142024-12-17T08:39:40.202Z
80152024-12-17T08:39:40.202Zrunning 2 tests
80162024-12-17T08:39:40.226Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
80172024-12-17T08:39:40.226Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
80182024-12-17T08:39:40.226Z
80192024-12-17T08:39:40.226Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80202024-12-17T08:39:40.226Z
80212024-12-17T08:39:40.249Z Doc-tests dns_service_client
80222024-12-17T08:39:40.249Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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`
80232024-12-17T08:39:40.614Z
80242024-12-17T08:39:40.614Zrunning 0 tests
80252024-12-17T08:39:40.614Z
80262024-12-17T08:39:40.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80272024-12-17T08:39:40.614Z
80282024-12-17T08:39:40.643Z Doc-tests dpd_client
80292024-12-17T08:39:40.667Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80302024-12-17T08:39:42.084Z
80312024-12-17T08:39:42.084Zrunning 0 tests
80322024-12-17T08:39:42.084Z
80332024-12-17T08:39:42.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80342024-12-17T08:39:42.084Z
80352024-12-17T08:39:42.157Z Doc-tests end_to_end_tests
80362024-12-17T08:39:42.157Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cca24c851c6c4979.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cae1316bb400d224.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e1b9d771562c73a0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-fc090d67868fcae5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-14655f68fdda18f2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-99ed2f8d198965d2.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-0a821af63719556d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-024a7c8877c9d5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80372024-12-17T08:39:42.714Z
80382024-12-17T08:39:42.714Zrunning 0 tests
80392024-12-17T08:39:42.714Z
80402024-12-17T08:39:42.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80412024-12-17T08:39:42.714Z
80422024-12-17T08:39:42.738Z Doc-tests gateway_api
80432024-12-17T08:39:42.738Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-978a4d40f6a32f41.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80442024-12-17T08:39:43.198Z
80452024-12-17T08:39:43.198Zrunning 2 tests
80462024-12-17T08:39:43.222Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 47) ... ignored
80472024-12-17T08:39:43.222Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 53) ... ignored
80482024-12-17T08:39:43.222Z
80492024-12-17T08:39:43.222Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80502024-12-17T08:39:43.222Z
80512024-12-17T08:39:43.245Z Doc-tests gateway_client
80522024-12-17T08:39:43.245Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80532024-12-17T08:39:44.410Z
80542024-12-17T08:39:44.410Zrunning 0 tests
80552024-12-17T08:39:44.410Z
80562024-12-17T08:39:44.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80572024-12-17T08:39:44.410Z
80582024-12-17T08:39:44.453Z Doc-tests gateway_test_utils
80592024-12-17T08:39:44.453Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-42acc61baba13497.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a7264dd995c92c36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80602024-12-17T08:39:45.155Z
80612024-12-17T08:39:45.155Zrunning 0 tests
80622024-12-17T08:39:45.155Z
80632024-12-17T08:39:45.155Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642024-12-17T08:39:45.155Z
80652024-12-17T08:39:45.198Z Doc-tests gateway_types
80662024-12-17T08:39:45.223Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-2961ce23e8a7db04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80672024-12-17T08:39:45.986Z
80682024-12-17T08:39:45.986Zrunning 0 tests
80692024-12-17T08:39:45.986Z
80702024-12-17T08:39:45.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80712024-12-17T08:39:45.986Z
80722024-12-17T08:39:46.026Z Doc-tests illumos_utils
80732024-12-17T08:39:46.071Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-066c09605473f46e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-42c8c764cb4293aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.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-7344693e8d0c4cb9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.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-d22f6e98eb28116d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6c028b5311258b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d23a9a4141e5fb7c.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1871b9f9df99f291.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6d77c826d61bdeb3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-6cce636785c1ad8f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-f844697b7d647f35.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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`
80742024-12-17T08:39:48.024Z
80752024-12-17T08:39:48.024Zrunning 0 tests
80762024-12-17T08:39:48.024Z
80772024-12-17T08:39:48.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80782024-12-17T08:39:48.024Z
80792024-12-17T08:39:48.092Z Doc-tests installinator
80802024-12-17T08:39:48.138Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1ddcb3e92dec52d1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9207fd41831b9586.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.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-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-ddfa382505953b3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-da6d3e342d2723f2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
80812024-12-17T08:39:48.905Z
80822024-12-17T08:39:48.905Zrunning 0 tests
80832024-12-17T08:39:48.905Z
80842024-12-17T08:39:48.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80852024-12-17T08:39:48.905Z
80862024-12-17T08:39:48.944Z Doc-tests installinator_api
80872024-12-17T08:39:48.945Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-978a4d40f6a32f41.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40c51fa8dd66248.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80882024-12-17T08:39:49.343Z
80892024-12-17T08:39:49.343Zrunning 2 tests
80902024-12-17T08:39:49.366Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
80912024-12-17T08:39:49.366Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
80922024-12-17T08:39:49.366Z
80932024-12-17T08:39:49.366Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942024-12-17T08:39:49.366Z
80952024-12-17T08:39:49.390Z Doc-tests installinator_client
80962024-12-17T08:39:49.390Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-9207fd41831b9586.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80972024-12-17T08:39:50.404Z
80982024-12-17T08:39:50.404Zrunning 0 tests
80992024-12-17T08:39:50.404Z
81002024-12-17T08:39:50.404Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81012024-12-17T08:39:50.404Z
81022024-12-17T08:39:50.449Z Doc-tests installinator_common
81032024-12-17T08:39:50.449Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81042024-12-17T08:39:50.953Z
81052024-12-17T08:39:50.953Zrunning 0 tests
81062024-12-17T08:39:50.953Z
81072024-12-17T08:39:50.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082024-12-17T08:39:50.953Z
81092024-12-17T08:39:50.992Z Doc-tests internal_dns_resolver
81102024-12-17T08:39:51.016Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81112024-12-17T08:39:51.345Z
81122024-12-17T08:39:51.345Zrunning 0 tests
81132024-12-17T08:39:51.345Z
81142024-12-17T08:39:51.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81152024-12-17T08:39:51.345Z
81162024-12-17T08:39:51.393Z Doc-tests internal_dns_types
81172024-12-17T08:39:51.394Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.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-caca67fc52cfc982.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81182024-12-17T08:39:51.781Z
81192024-12-17T08:39:51.781Zrunning 0 tests
81202024-12-17T08:39:51.781Z
81212024-12-17T08:39:51.781Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81222024-12-17T08:39:51.781Z
81232024-12-17T08:39:51.810Z Doc-tests ipcc
81242024-12-17T08:39:51.810Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-d0dc896855456ebf.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d3105201797ce94c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81252024-12-17T08:39:52.140Z
81262024-12-17T08:39:52.140Zrunning 0 tests
81272024-12-17T08:39:52.140Z
81282024-12-17T08:39:52.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81292024-12-17T08:39:52.140Z
81302024-12-17T08:39:52.168Z Doc-tests key_manager
81312024-12-17T08:39:52.192Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a807f22acd8e8602.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-a5bd4633425b7308.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81322024-12-17T08:39:52.520Z
81332024-12-17T08:39:52.520Zrunning 0 tests
81342024-12-17T08:39:52.520Z
81352024-12-17T08:39:52.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81362024-12-17T08:39:52.520Z
81372024-12-17T08:39:52.549Z Doc-tests live_tests_macros
81382024-12-17T08:39:52.573Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-594eb3325acfcc5a.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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`
81392024-12-17T08:39:52.661Z
81402024-12-17T08:39:52.661Zrunning 1 test
81412024-12-17T08:39:52.686Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
81422024-12-17T08:39:52.686Z
81432024-12-17T08:39:52.686Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81442024-12-17T08:39:52.686Z
81452024-12-17T08:39:52.686Z Doc-tests nexus_auth
81462024-12-17T08:39:52.686Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-13e359c563599870.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.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-f1b6474c3de3dbae.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f364a939ab1c2e8b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e91b2a8b5d321e12.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
81472024-12-17T08:39:53.971Z
81482024-12-17T08:39:53.971Zrunning 0 tests
81492024-12-17T08:39:53.971Z
81502024-12-17T08:39:53.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81512024-12-17T08:39:53.971Z
81522024-12-17T08:39:54.020Z Doc-tests nexus_client
81532024-12-17T08:39:54.020Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81542024-12-17T08:39:56.579Z
81552024-12-17T08:39:56.579Zrunning 0 tests
81562024-12-17T08:39:56.579Z
81572024-12-17T08:39:56.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81582024-12-17T08:39:56.579Z
81592024-12-17T08:39:56.648Z Doc-tests nexus_config
81602024-12-17T08:39:56.648Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-6be5d1f3ee298a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81612024-12-17T08:39:57.376Z
81622024-12-17T08:39:57.376Zrunning 0 tests
81632024-12-17T08:39:57.376Z
81642024-12-17T08:39:57.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652024-12-17T08:39:57.376Z
81662024-12-17T08:39:57.418Z Doc-tests nexus_db_fixed_data
81672024-12-17T08:39:57.442Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-f364a939ab1c2e8b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-2210903cd7c4eef8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
81682024-12-17T08:39:57.982Z
81692024-12-17T08:39:57.982Zrunning 0 tests
81702024-12-17T08:39:57.982Z
81712024-12-17T08:39:57.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81722024-12-17T08:39:57.982Z
81732024-12-17T08:39:58.038Z Doc-tests nexus_db_model
81742024-12-17T08:39:58.038Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6cc4b34d6af862a4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5c64dfc958cc2f28.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.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-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-baa34b09cfdca36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
81752024-12-17T08:40:12.883Z
81762024-12-17T08:40:12.883Zrunning 2 tests
81772024-12-17T08:40:15.578Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
81782024-12-17T08:41:04.267Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
81792024-12-17T08:41:04.268Z
81802024-12-17T08:41:04.268Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 51.39s
81812024-12-17T08:41:04.268Z
81822024-12-17T08:41:04.587Z Doc-tests nexus_db_queries
81832024-12-17T08:41:04.634Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-426a7d292fa40296.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d8a6f486b9accf22.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-6cc4b34d6af862a4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fc4d21d368bc45e5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c3f2f1eb9b48fd49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f364a939ab1c2e8b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e91b2a8b5d321e12.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.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-aa455605fbdbfcdc.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-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
81842024-12-17T08:41:07.543Z
81852024-12-17T08:41:07.543Zrunning 1 test
81862024-12-17T08:41:11.234Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
81872024-12-17T08:41:11.234Z
81882024-12-17T08:41:11.234Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.69s
81892024-12-17T08:41:11.234Z
81902024-12-17T08:41:11.376Z Doc-tests nexus_defaults
81912024-12-17T08:41:11.376Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-e67ff7c7171db07f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81922024-12-17T08:41:11.674Z
81932024-12-17T08:41:11.674Zrunning 0 tests
81942024-12-17T08:41:11.674Z
81952024-12-17T08:41:11.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81962024-12-17T08:41:11.675Z
81972024-12-17T08:41:11.700Z Doc-tests nexus_external_api
81982024-12-17T08:41:11.723Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-978a4d40f6a32f41.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-ca664e81808a097b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81992024-12-17T08:41:12.404Z
82002024-12-17T08:41:12.404Zrunning 2 tests
82012024-12-17T08:41:12.427Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 81) ... ignored
82022024-12-17T08:41:12.427Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 87) ... ignored
82032024-12-17T08:41:12.427Z
82042024-12-17T08:41:12.427Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82052024-12-17T08:41:12.427Z
82062024-12-17T08:41:12.455Z Doc-tests nexus_internal_api
82072024-12-17T08:41:12.455Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-978a4d40f6a32f41.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82082024-12-17T08:41:13.022Z
82092024-12-17T08:41:13.022Zrunning 2 tests
82102024-12-17T08:41:13.046Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 61) ... ignored
82112024-12-17T08:41:13.046Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 67) ... ignored
82122024-12-17T08:41:13.046Z
82132024-12-17T08:41:13.046Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82142024-12-17T08:41:13.046Z
82152024-12-17T08:41:13.070Z Doc-tests nexus_inventory
82162024-12-17T08:41:13.070Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8b6612ece790e984.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82172024-12-17T08:41:13.529Z
82182024-12-17T08:41:13.529Zrunning 0 tests
82192024-12-17T08:41:13.529Z
82202024-12-17T08:41:13.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82212024-12-17T08:41:13.529Z
82222024-12-17T08:41:13.562Z Doc-tests nexus_macros_common
82232024-12-17T08:41:13.585Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-e568f608c038bf88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82242024-12-17T08:41:13.672Z
82252024-12-17T08:41:13.672Zrunning 0 tests
82262024-12-17T08:41:13.672Z
82272024-12-17T08:41:13.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82282024-12-17T08:41:13.672Z
82292024-12-17T08:41:13.701Z Doc-tests nexus_metrics_producer_gc
82302024-12-17T08:41:13.702Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-426a7d292fa40296.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4ff4e7996e6e4aca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-fd3584e17e59eea5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.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-6cce636785c1ad8f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
82312024-12-17T08:41:14.234Z
82322024-12-17T08:41:14.234Zrunning 0 tests
82332024-12-17T08:41:14.234Z
82342024-12-17T08:41:14.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82352024-12-17T08:41:14.234Z
82362024-12-17T08:41:14.274Z Doc-tests nexus_networking
82372024-12-17T08:41:14.297Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-de5aabf8230215ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82382024-12-17T08:41:14.857Z
82392024-12-17T08:41:14.857Zrunning 0 tests
82402024-12-17T08:41:14.857Z
82412024-12-17T08:41:14.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82422024-12-17T08:41:14.857Z
82432024-12-17T08:41:14.901Z Doc-tests nexus_reconfigurator_execution
82442024-12-17T08:41:14.946Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-426a7d292fa40296.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4ff4e7996e6e4aca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a897554a5f2cfdc.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f2802ebc70158e92.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2b8465fa289b2423.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
82452024-12-17T08:41:15.552Z
82462024-12-17T08:41:15.552Zrunning 0 tests
82472024-12-17T08:41:15.552Z
82482024-12-17T08:41:15.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82492024-12-17T08:41:15.553Z
82502024-12-17T08:41:15.596Z Doc-tests nexus_reconfigurator_planning
82512024-12-17T08:41:15.641Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-8617a6d6bd6b63dc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.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-6be5d1f3ee298a37.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.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-6cce636785c1ad8f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8b6612ece790e984.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82522024-12-17T08:41:16.239Z
82532024-12-17T08:41:16.239Zrunning 0 tests
82542024-12-17T08:41:16.239Z
82552024-12-17T08:41:16.239Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82562024-12-17T08:41:16.239Z
82572024-12-17T08:41:16.283Z Doc-tests nexus_reconfigurator_preparation
82582024-12-17T08:41:16.306Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-de5aabf8230215ed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-6cce636785c1ad8f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82592024-12-17T08:41:16.837Z
82602024-12-17T08:41:16.837Zrunning 0 tests
82612024-12-17T08:41:16.837Z
82622024-12-17T08:41:16.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82632024-12-17T08:41:16.837Z
82642024-12-17T08:41:16.878Z Doc-tests nexus_reconfigurator_simulation
82652024-12-17T08:41:16.902Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-92e17575996ba755.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-347cdcdbb92f64e0.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-690a9c88e2024cdf.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8b6612ece790e984.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82662024-12-17T08:41:17.361Z
82672024-12-17T08:41:17.361Zrunning 0 tests
82682024-12-17T08:41:17.361Z
82692024-12-17T08:41:17.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82702024-12-17T08:41:17.361Z
82712024-12-17T08:41:17.397Z Doc-tests nexus_saga_recovery
82722024-12-17T08:41:17.420Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-6cce636785c1ad8f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
82732024-12-17T08:41:17.902Z
82742024-12-17T08:41:17.903Zrunning 0 tests
82752024-12-17T08:41:17.903Z
82762024-12-17T08:41:17.903Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82772024-12-17T08:41:17.903Z
82782024-12-17T08:41:17.942Z Doc-tests nexus_sled_agent_shared
82792024-12-17T08:41:17.942Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-c59f5ad533c1eb60.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82802024-12-17T08:41:18.474Z
82812024-12-17T08:41:18.474Zrunning 0 tests
82822024-12-17T08:41:18.474Z
82832024-12-17T08:41:18.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82842024-12-17T08:41:18.474Z
82852024-12-17T08:41:18.512Z Doc-tests nexus_test_interface
82862024-12-17T08:41:18.536Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82872024-12-17T08:41:18.941Z
82882024-12-17T08:41:18.941Zrunning 0 tests
82892024-12-17T08:41:18.941Z
82902024-12-17T08:41:18.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82912024-12-17T08:41:18.941Z
82922024-12-17T08:41:18.973Z Doc-tests nexus_test_utils
82932024-12-17T08:41:18.997Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
82942024-12-17T08:41:20.000Z
82952024-12-17T08:41:20.000Zrunning 0 tests
82962024-12-17T08:41:20.000Z
82972024-12-17T08:41:20.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82982024-12-17T08:41:20.000Z
82992024-12-17T08:41:20.051Z Doc-tests nexus_test_utils_macros
83002024-12-17T08:41:20.075Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-7e251dff03b090cf.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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`
83012024-12-17T08:41:20.164Z
83022024-12-17T08:41:20.164Zrunning 1 test
83032024-12-17T08:41:20.188Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
83042024-12-17T08:41:20.188Z
83052024-12-17T08:41:20.189Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
83062024-12-17T08:41:20.189Z
83072024-12-17T08:41:20.189Z Doc-tests nexus_types
83082024-12-17T08:41:20.189Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-682908a173130254.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-10113f7b36e29269.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-5c64dfc958cc2f28.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-f2802ebc70158e92.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-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-6cce636785c1ad8f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83092024-12-17T08:41:23.709Z
83102024-12-17T08:41:23.709Zrunning 0 tests
83112024-12-17T08:41:23.709Z
83122024-12-17T08:41:23.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83132024-12-17T08:41:23.709Z
83142024-12-17T08:41:23.809Z Doc-tests omicron_certificates
83152024-12-17T08:41:23.833Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-baa34b09cfdca36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.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-690a9c88e2024cdf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83162024-12-17T08:41:24.155Z
83172024-12-17T08:41:24.155Zrunning 0 tests
83182024-12-17T08:41:24.155Z
83192024-12-17T08:41:24.155Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83202024-12-17T08:41:24.155Z
83212024-12-17T08:41:24.183Z Doc-tests omicron_clickhouse_admin
83222024-12-17T08:41:24.207Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-50700e8d76132aa6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fc345351288a4049.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-16bcf2f6fad350c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83232024-12-17T08:41:24.728Z
83242024-12-17T08:41:24.728Zrunning 0 tests
83252024-12-17T08:41:24.728Z
83262024-12-17T08:41:24.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83272024-12-17T08:41:24.728Z
83282024-12-17T08:41:24.794Z Doc-tests omicron_cockroach_admin
83292024-12-17T08:41:24.794Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3bf70f03d69d4b86.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3a09f19f34b0e963.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-4c42d0f369f73d31.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-ee1a28f11f70274e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.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`
83302024-12-17T08:41:25.189Z
83312024-12-17T08:41:25.189Zrunning 0 tests
83322024-12-17T08:41:25.189Z
83332024-12-17T08:41:25.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83342024-12-17T08:41:25.189Z
83352024-12-17T08:41:25.221Z Doc-tests omicron_common
83362024-12-17T08:41:25.221Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-682908a173130254.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-f38870b89dd540f6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-6cce636785c1ad8f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a2bf3947dc3d3f29.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
83372024-12-17T08:41:27.781Z
83382024-12-17T08:41:27.781Zrunning 2 tests
83392024-12-17T08:41:27.805Ztest common/src/lib.rs - FileKv (line 40) ... ignored
83402024-12-17T08:41:34.003Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
83412024-12-17T08:41:34.003Z
83422024-12-17T08:41:34.003Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 6.22s
83432024-12-17T08:41:34.003Z
83442024-12-17T08:41:34.082Z Doc-tests omicron_ddm_admin_client
83452024-12-17T08:41:34.110Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-5086f03f9a64c4f7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-e8b44a3df1e45864.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83462024-12-17T08:41:34.464Z
83472024-12-17T08:41:34.464Zrunning 0 tests
83482024-12-17T08:41:34.464Z
83492024-12-17T08:41:34.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83502024-12-17T08:41:34.465Z
83512024-12-17T08:41:34.496Z Doc-tests omicron_dev_lib
83522024-12-17T08:41:34.520Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-cf6a8ae3314f3f3b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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`
83532024-12-17T08:41:34.816Z
83542024-12-17T08:41:34.816Zrunning 0 tests
83552024-12-17T08:41:34.816Z
83562024-12-17T08:41:34.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83572024-12-17T08:41:34.817Z
83582024-12-17T08:41:34.847Z Doc-tests omicron_gateway
83592024-12-17T08:41:34.871Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b212b6d83e41607e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-882502a8c9a71ccc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-42acc61baba13497.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-997e3be6d09f5b80.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a7264dd995c92c36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50cdc3167bd010bb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83602024-12-17T08:41:35.717Z
83612024-12-17T08:41:35.718Zrunning 0 tests
83622024-12-17T08:41:35.718Z
83632024-12-17T08:41:35.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83642024-12-17T08:41:35.718Z
83652024-12-17T08:41:35.768Z Doc-tests omicron_ls_apis
83662024-12-17T08:41:35.792Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-a4f26fe385894fa8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83672024-12-17T08:41:36.024Z
83682024-12-17T08:41:36.024Zrunning 1 test
83692024-12-17T08:41:36.049Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
83702024-12-17T08:41:36.049Z
83712024-12-17T08:41:36.049Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
83722024-12-17T08:41:36.049Z
83732024-12-17T08:41:36.099Z Doc-tests omicron_nexus
83742024-12-17T08:41:36.099Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-426a7d292fa40296.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-391190616e2ff95c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-47b873476fa0bbaa.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-5e2de0cf593b83bd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-9641a422caaabeb9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc93a9ed752f0ffc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-7d08e9ce9010ad83.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b482353c412cd293.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d63b65eb7d8abaee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-4ff4e7996e6e4aca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c3f2f1eb9b48fd49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-f1b6474c3de3dbae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4f3814fd0e6e4175.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2873fbc9640d468d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b4cad2b56a369918.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-79ce0d4cea768fc0.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-fd3584e17e59eea5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d1b0b139ecd7b9eb.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-2b8465fa289b2423.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-fc9385eed6c1ed2b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ab823751edc3950b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-cae8441ccdba9ec0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-f920b3d4d16cfc37.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9814913cefcac49d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e251dff03b090cf.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.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-4ffc1ff2ebfb3af8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-51e2e8299f5953ff.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60b48afec849af23.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.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-aa455605fbdbfcdc.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-e8b44a3df1e45864.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c85293fb7327fe7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-efe098e55b540637.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-1e324516400a194d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-012c15e600c09a4d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.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-a7264dd995c92c36.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-fb11aed2e56a0eb4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-ce7f22be8feb1ed4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
83752024-12-17T08:41:39.236Z
83762024-12-17T08:41:39.236Zrunning 5 tests
83772024-12-17T08:41:39.260Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 235) ... ignored
83782024-12-17T08:41:43.257Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 827) ... ok
83792024-12-17T08:41:43.380Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 899) ... ok
83802024-12-17T08:41:43.404Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 805) ... ok
83812024-12-17T08:41:43.404Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 869) ... ok
83822024-12-17T08:41:43.404Z
83832024-12-17T08:41:43.404Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.16s
83842024-12-17T08:41:43.404Z
83852024-12-17T08:41:43.529Z Doc-tests omicron_package
83862024-12-17T08:41:43.529Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-971433cf552ebf8c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4bcbccfe179aa7be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-1a9076ac9d775ce4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-3f23d9fc9686fb30.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.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-fb716649faf5c281.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.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`
83872024-12-17T08:41:43.841Z
83882024-12-17T08:41:43.841Zrunning 0 tests
83892024-12-17T08:41:43.841Z
83902024-12-17T08:41:43.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83912024-12-17T08:41:43.841Z
83922024-12-17T08:41:43.865Z Doc-tests omicron_passwords
83932024-12-17T08:41:43.865Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-5c4a585b7f622ff9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b71e8232227ebb47.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83942024-12-17T08:41:44.032Z
83952024-12-17T08:41:44.032Zrunning 0 tests
83962024-12-17T08:41:44.032Z
83972024-12-17T08:41:44.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83982024-12-17T08:41:44.032Z
83992024-12-17T08:41:44.056Z Doc-tests omicron_rpaths
84002024-12-17T08:41:44.056Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-1cd8ecc16f00e4a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84012024-12-17T08:41:44.144Z
84022024-12-17T08:41:44.144Zrunning 0 tests
84032024-12-17T08:41:44.144Z
84042024-12-17T08:41:44.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84052024-12-17T08:41:44.144Z
84062024-12-17T08:41:44.169Z Doc-tests omicron_sled_agent
84072024-12-17T08:41:44.169Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2f099e3dab9ad63f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-262cc69975cd0ea6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33ace99d79ffcb8c.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-82ffdc5edaa566c9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-37d5f1ee6d02b7cd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ab730f25d27bb0f1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-822e122ffc091e79.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-3a582e09266dd2e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e67ff7c7171db07f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d12dc108ba2a8ab8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d23a9a4141e5fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.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-11228bcdbf9e0a57.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-d7bd133be5b89c1f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-75f1d0d78f57966b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.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-43c3c03c70e3699c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-da6d3e342d2723f2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-7bdb56c81b642e30.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-4838cc47d8ef8586.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-276d808b1ead684e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.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`
84082024-12-17T08:41:46.400Z
84092024-12-17T08:41:46.400Zrunning 0 tests
84102024-12-17T08:41:46.400Z
84112024-12-17T08:41:46.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84122024-12-17T08:41:46.400Z
84132024-12-17T08:41:46.481Z Doc-tests omicron_test_utils
84142024-12-17T08:41:46.505Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-1ea19f19e0afced5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-29a4b24f4296220d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-cb1999aa1c46975f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-6be5d1f3ee298a37.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-9ec3430c0d221d04.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2d831c09c951a940.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-39bbe0e883aad6d9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-98f780f86dc1a52a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
84152024-12-17T08:41:46.928Z
84162024-12-17T08:41:46.928Zrunning 0 tests
84172024-12-17T08:41:46.928Z
84182024-12-17T08:41:46.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84192024-12-17T08:41:46.928Z
84202024-12-17T08:41:46.958Z Doc-tests omicron_uuid_kinds
84212024-12-17T08:41:46.981Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-f2802ebc70158e92.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-65509bc7a12a7936.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.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`
84222024-12-17T08:41:47.107Z
84232024-12-17T08:41:47.107Zrunning 0 tests
84242024-12-17T08:41:47.107Z
84252024-12-17T08:41:47.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84262024-12-17T08:41:47.107Z
84272024-12-17T08:41:47.135Z Doc-tests omicron_workspace_hack
84282024-12-17T08:41:47.135Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-0ee0233e5617927e.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-35da1813153a5425.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-0d398de96c2797c0.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-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0cc6e19a156ae140.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8447dd84c7f708b7.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-1e8ffa1d88a12002.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6bdf7a052bf87098.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f37be023c15ca090.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-4c5218e8ae58a0ca.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f0a9b5b9dbb8f112.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-81cf170a1620913b.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-c93dbf92b17a3798.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-447d89bc135f427e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3678ac25fb55a822.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-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.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-036cca9dc188c6e4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6e2ccfae76fe2b41.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-0b27143752e82f0f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e680196362b67960.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-93091f9b7d746000.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-5138d9341ed90c96.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0be766be9ae0dc21.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8eef794c90ec2924.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 nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-1096e8633209e52a.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b7e7ba153c8ce4a4.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-61f58d8400e669c8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.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-aa455605fbdbfcdc.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-e6baaf22e3880156.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-48d3f4fecf53e3a5.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-176eac0973f64c24.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.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-9ec3430c0d221d04.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0833fd7671d2ba3b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-858ad1460362b7f8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee74c8410020b2be.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a90beb7656eeafc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-e10ff91bdb1d6034.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3a0d0e92bb5445ee.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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-f88a2524427e5edd.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-31cb50c570ccb59e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e66601789c1c58db.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f96340f1fd73e036.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f286a5019f7f09d2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5629bde6ea431e7.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-20bacefd969b8545.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-392377e309c3807e.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2c994b9832d797d0.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-c570c80eb1f719a3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8f3dc5bd40fa101c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3854c29887cf38fa.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-41af3ff33a822ba4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.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`
84292024-12-17T08:41:47.224Z
84302024-12-17T08:41:47.224Zrunning 0 tests
84312024-12-17T08:41:47.224Z
84322024-12-17T08:41:47.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84332024-12-17T08:41:47.224Z
84342024-12-17T08:41:47.248Z Doc-tests openapi_manager
84352024-12-17T08:41:47.248Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-1ea19f19e0afced5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bb2eb9f788b3227b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-56c82cc2dbe6d329.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-3bf70f03d69d4b86.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d172a20305c86d7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7fab3a03a04d519a.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-b40c51fa8dd66248.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d6d17afdcd608158.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-03e55e923d1da4a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-a6d6fed61e284108.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-ca664e81808a097b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.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-512dc8274ec525be.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-43c3c03c70e3699c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-8694772633ad9685.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-08b1d8787667c5a7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84362024-12-17T08:41:47.787Z
84372024-12-17T08:41:47.787Zrunning 0 tests
84382024-12-17T08:41:47.787Z
84392024-12-17T08:41:47.787Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84402024-12-17T08:41:47.788Z
84412024-12-17T08:41:47.823Z Doc-tests openapi_manager_types
84422024-12-17T08:41:47.847Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-ca664e81808a097b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84432024-12-17T08:41:47.939Z
84442024-12-17T08:41:47.939Zrunning 0 tests
84452024-12-17T08:41:47.939Z
84462024-12-17T08:41:47.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84472024-12-17T08:41:47.939Z
84482024-12-17T08:41:47.963Z Doc-tests oxide_client
84492024-12-17T08:41:47.963Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-640aff829ed552b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84502024-12-17T08:41:54.187Z
84512024-12-17T08:41:54.187Zrunning 209 tests
84522024-12-17T08:41:54.255Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
84532024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
84542024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
84552024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
84562024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
84572024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
84582024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
84592024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
84602024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
84612024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
84622024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
84632024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
84642024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
84652024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
84662024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
84672024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
84682024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
84692024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
84702024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
84712024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
84722024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
84732024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
84742024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
84752024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
84762024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
84772024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
84782024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
84792024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
84802024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
84812024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
84822024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
84832024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
84842024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
84852024-12-17T08:41:54.256Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
84862024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
84872024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
84882024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
84892024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
84902024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
84912024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
84922024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
84932024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
84942024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
84952024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
84962024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
84972024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
84982024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
84992024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
85002024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
85012024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
85022024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
85032024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
85042024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
85052024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
85062024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
85072024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
85082024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
85092024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
85102024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
85112024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
85122024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
85132024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
85142024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
85152024-12-17T08:41:54.257Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
85162024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
85172024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
85182024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
85192024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
85202024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
85212024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
85222024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
85232024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
85242024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
85252024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
85262024-12-17T08:41:54.259Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
85272024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
85282024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
85292024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
85302024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
85312024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
85322024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
85332024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
85342024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
85352024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
85362024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
85372024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
85382024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
85392024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
85402024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
85412024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
85422024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
85432024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
85442024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
85452024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
85462024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
85472024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
85482024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
85492024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
85502024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
85512024-12-17T08:41:54.260Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
85522024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
85532024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
85542024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
85552024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
85562024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
85572024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
85582024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
85592024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
85602024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
85612024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
85622024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
85632024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
85642024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
85652024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
85662024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
85672024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
85682024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
85692024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
85702024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
85712024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
85722024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
85732024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
85742024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
85752024-12-17T08:41:54.286Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
85762024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
85772024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
85782024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
85792024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
85802024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
85812024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
85822024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
85832024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
85842024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
85852024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
85862024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
85872024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
85882024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
85892024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
85902024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
85912024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
85922024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
85932024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
85942024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
85952024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
85962024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
85972024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
85982024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
85992024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
86002024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
86012024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
86022024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
86032024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
86042024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
86052024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
86062024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
86072024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
86082024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
86092024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
86102024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
86112024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
86122024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
86132024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
86142024-12-17T08:41:54.287Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
86152024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
86162024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
86172024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
86182024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
86192024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
86202024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
86212024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
86222024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
86232024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
86242024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
86252024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
86262024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
86272024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
86282024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
86292024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
86302024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
86312024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
86322024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
86332024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
86342024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
86352024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
86362024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
86372024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
86382024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
86392024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
86402024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
86412024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
86422024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
86432024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
86442024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
86452024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
86462024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
86472024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
86482024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
86492024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
86502024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
86512024-12-17T08:41:54.288Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
86522024-12-17T08:41:54.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
86532024-12-17T08:41:54.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
86542024-12-17T08:41:54.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
86552024-12-17T08:41:54.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
86562024-12-17T08:41:54.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
86572024-12-17T08:41:54.313Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
86582024-12-17T08:41:54.314Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
86592024-12-17T08:41:54.314Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
86602024-12-17T08:41:54.314Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
86612024-12-17T08:41:54.314Z
86622024-12-17T08:41:54.314Ztest result: ok. 0 passed; 0 failed; 209 ignored; 0 measured; 0 filtered out; finished in 0.01s
86632024-12-17T08:41:54.314Z
86642024-12-17T08:41:54.337Z Doc-tests oximeter
86652024-12-17T08:41:54.337Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ec72033c1fe574e7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1f9d8ae362d86e6d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86662024-12-17T08:41:54.667Z
86672024-12-17T08:41:54.667Zrunning 2 tests
86682024-12-17T08:41:54.691Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
86692024-12-17T08:41:56.120Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
86702024-12-17T08:41:56.120Z
86712024-12-17T08:41:56.120Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.45s
86722024-12-17T08:41:56.120Z
86732024-12-17T08:41:56.168Z Doc-tests oximeter_api
86742024-12-17T08:41:56.169Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-512dc8274ec525be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86752024-12-17T08:41:56.565Z
86762024-12-17T08:41:56.565Zrunning 2 tests
86772024-12-17T08:41:56.589Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
86782024-12-17T08:41:56.589Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
86792024-12-17T08:41:56.589Z
86802024-12-17T08:41:56.589Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
86812024-12-17T08:41:56.589Z
86822024-12-17T08:41:56.613Z Doc-tests oximeter_client
86832024-12-17T08:41:56.613Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86842024-12-17T08:41:57.078Z
86852024-12-17T08:41:57.078Zrunning 0 tests
86862024-12-17T08:41:57.078Z
86872024-12-17T08:41:57.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86882024-12-17T08:41:57.078Z
86892024-12-17T08:41:57.108Z Doc-tests oximeter_collector
86902024-12-17T08:41:57.153Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-4986e203978b8287.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2f72916883284278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-512dc8274ec525be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-b7d90d440eba45ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-f0238ef93a43fb4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e2a55839c37d2695.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86912024-12-17T08:41:57.827Z
86922024-12-17T08:41:57.827Zrunning 0 tests
86932024-12-17T08:41:57.827Z
86942024-12-17T08:41:57.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86952024-12-17T08:41:57.827Z
86962024-12-17T08:41:57.877Z Doc-tests oximeter_db
86972024-12-17T08:41:57.922Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-b9c7e9d159509511.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-299fe34bb7018b50.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-8bb92d555512facc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-f2bcf1b77cced66c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d8a6f486b9accf22.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.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-978a4d40f6a32f41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.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-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-72eaf5556500014f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-626695c5ba4b9282.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1867deb81cbb11ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-03652b4d906df62c.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-0237c05546cb700c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ae73d9e57396e60e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d5c3bd4328829936.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c570c80eb1f719a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
86982024-12-17T08:41:59.090Z
86992024-12-17T08:41:59.090Zrunning 1 test
87002024-12-17T08:41:59.113Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
87012024-12-17T08:41:59.113Z
87022024-12-17T08:41:59.113Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
87032024-12-17T08:41:59.113Z
87042024-12-17T08:41:59.148Z Doc-tests oximeter_instruments
87052024-12-17T08:41:59.173Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-76d1ec4cbf1916b6.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-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-7e6b71591b3b9cbb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
87062024-12-17T08:41:59.690Z
87072024-12-17T08:41:59.691Zrunning 0 tests
87082024-12-17T08:41:59.691Z
87092024-12-17T08:41:59.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87102024-12-17T08:41:59.691Z
87112024-12-17T08:41:59.729Z Doc-tests oximeter_macro_impl
87122024-12-17T08:41:59.752Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-61f58d8400e669c8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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`
87132024-12-17T08:41:59.862Z
87142024-12-17T08:41:59.862Zrunning 0 tests
87152024-12-17T08:41:59.862Z
87162024-12-17T08:41:59.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87172024-12-17T08:41:59.862Z
87182024-12-17T08:41:59.886Z Doc-tests oximeter_producer
87192024-12-17T08:41:59.886Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-53ccaa2d94742b3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-815ea20b8d7b6c11.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-910ee3668464f6e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-ff2df2b76a1cf1a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87202024-12-17T08:42:00.385Z
87212024-12-17T08:42:00.385Zrunning 0 tests
87222024-12-17T08:42:00.385Z
87232024-12-17T08:42:00.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87242024-12-17T08:42:00.385Z
87252024-12-17T08:42:00.429Z Doc-tests oximeter_schema
87262024-12-17T08:42:00.429Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-61f58d8400e669c8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ec72033c1fe574e7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0344f4c61583ecc4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6cce636785c1ad8f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87272024-12-17T08:42:00.847Z
87282024-12-17T08:42:00.847Zrunning 0 tests
87292024-12-17T08:42:00.847Z
87302024-12-17T08:42:00.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87312024-12-17T08:42:00.847Z
87322024-12-17T08:42:00.882Z Doc-tests oximeter_test_utils
87332024-12-17T08:42:00.882Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-cf4b86043db89b34.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b6b73e8d3236f54a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-abaa123cd7f28280.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87342024-12-17T08:42:01.328Z
87352024-12-17T08:42:01.328Zrunning 0 tests
87362024-12-17T08:42:01.328Z
87372024-12-17T08:42:01.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87382024-12-17T08:42:01.378Z
87392024-12-17T08:42:01.401Z Doc-tests oximeter_timeseries_macro
87402024-12-17T08:42:01.401Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-61f58d8400e669c8.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fc65883ec9e692b3.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-1f9d8ae362d86e6d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-50bc72f9b9667a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-46415f2e41eeec15.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fc0e8446826fda4a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a2241df4e74de7fb.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`
87412024-12-17T08:42:01.685Z
87422024-12-17T08:42:01.686Zrunning 0 tests
87432024-12-17T08:42:01.686Z
87442024-12-17T08:42:01.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87452024-12-17T08:42:01.686Z
87462024-12-17T08:42:01.714Z Doc-tests oximeter_types
87472024-12-17T08:42:01.738Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-ae373a61f7611bdf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5def9e0dc176ba3a.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-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84ac840b940d0081.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-32e0521be75a30ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b3db7f04f9ddc727.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-dddd69e4bb73be4d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f4678fe4186803b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87482024-12-17T08:42:02.514Z
87492024-12-17T08:42:02.514Zrunning 11 tests
87502024-12-17T08:42:03.108Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
87512024-12-17T08:42:09.318Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
87522024-12-17T08:42:09.884Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
87532024-12-17T08:42:09.968Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
87542024-12-17T08:42:10.021Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
87552024-12-17T08:42:10.098Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
87562024-12-17T08:42:10.121Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
87572024-12-17T08:42:10.121Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
87582024-12-17T08:42:10.297Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
87592024-12-17T08:42:10.389Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
87602024-12-17T08:42:15.320Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
87612024-12-17T08:42:15.320Z
87622024-12-17T08:42:15.321Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.81s
87632024-12-17T08:42:15.321Z
87642024-12-17T08:42:15.368Z Doc-tests oxlog
87652024-12-17T08:42:15.368Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6d77c826d61bdeb3.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-5380c02213065272.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87662024-12-17T08:42:15.493Z
87672024-12-17T08:42:15.493Zrunning 0 tests
87682024-12-17T08:42:15.493Z
87692024-12-17T08:42:15.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87702024-12-17T08:42:15.493Z
87712024-12-17T08:42:15.517Z Doc-tests oxql_types
87722024-12-17T08:42:15.517Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.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-61f58d8400e669c8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-da002bf2e3b7cec3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a489b2f7f1d1794c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87732024-12-17T08:42:15.969Z
87742024-12-17T08:42:15.969Zrunning 0 tests
87752024-12-17T08:42:15.969Z
87762024-12-17T08:42:15.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87772024-12-17T08:42:15.969Z
87782024-12-17T08:42:16.003Z Doc-tests range_requests
87792024-12-17T08:42:16.003Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-ae373a61f7611bdf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ce04b54401003a2a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9577e09fcb7988fd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-586b7f8dd4330031.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9bbd91f48bab5f2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87802024-12-17T08:42:16.228Z
87812024-12-17T08:42:16.228Zrunning 0 tests
87822024-12-17T08:42:16.228Z
87832024-12-17T08:42:16.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87842024-12-17T08:42:16.229Z
87852024-12-17T08:42:16.253Z Doc-tests repo_depot_api
87862024-12-17T08:42:16.253Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-978a4d40f6a32f41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-43c3c03c70e3699c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87872024-12-17T08:42:16.579Z
87882024-12-17T08:42:16.579Zrunning 2 tests
87892024-12-17T08:42:16.603Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
87902024-12-17T08:42:16.603Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
87912024-12-17T08:42:16.603Z
87922024-12-17T08:42:16.603Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
87932024-12-17T08:42:16.603Z
87942024-12-17T08:42:16.627Z Doc-tests repo_depot_client
87952024-12-17T08:42:16.627Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-86d2b6edb5cbd5ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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`
87962024-12-17T08:42:16.871Z
87972024-12-17T08:42:16.871Zrunning 0 tests
87982024-12-17T08:42:16.872Z
87992024-12-17T08:42:16.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88002024-12-17T08:42:16.872Z
88012024-12-17T08:42:16.896Z Doc-tests sled_agent_api
88022024-12-17T08:42:16.896Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-8694772633ad9685.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88032024-12-17T08:42:17.496Z
88042024-12-17T08:42:17.497Zrunning 2 tests
88052024-12-17T08:42:17.523Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 79) ... ignored
88062024-12-17T08:42:17.523Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 85) ... ignored
88072024-12-17T08:42:17.523Z
88082024-12-17T08:42:17.523Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88092024-12-17T08:42:17.523Z
88102024-12-17T08:42:17.548Z Doc-tests sled_agent_client
88112024-12-17T08:42:17.548Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-965775808d0ab82d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88122024-12-17T08:42:19.759Z
88132024-12-17T08:42:19.759Zrunning 0 tests
88142024-12-17T08:42:19.759Z
88152024-12-17T08:42:19.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88162024-12-17T08:42:19.760Z
88172024-12-17T08:42:19.826Z Doc-tests sled_agent_types
88182024-12-17T08:42:19.826Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a8be82eeaab35832.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e4566d6f07a54155.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-11228bcdbf9e0a57.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4509fe8783ecf5e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-e3e09efa197f0bc7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-205c25a5101a27af.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2210903cd7c4eef8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88192024-12-17T08:42:20.791Z
88202024-12-17T08:42:20.791Zrunning 0 tests
88212024-12-17T08:42:20.791Z
88222024-12-17T08:42:20.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88232024-12-17T08:42:20.791Z
88242024-12-17T08:42:20.839Z Doc-tests sled_diagnostics
88252024-12-17T08:42:20.839Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-de5aabf8230215ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c67371c4936e87ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88262024-12-17T08:42:20.987Z
88272024-12-17T08:42:20.987Zrunning 0 tests
88282024-12-17T08:42:20.987Z
88292024-12-17T08:42:20.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88302024-12-17T08:42:20.987Z
88312024-12-17T08:42:21.011Z Doc-tests sled_hardware
88322024-12-17T08:42:21.012Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-83c04ded702a2c6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-ba45a9f9b8d58be9.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-0ae63652c586835c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a29321799a9c0d8b.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-0f83e8ff14372df5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.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-6cce636785c1ad8f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-ae8fcda4b7503416.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88332024-12-17T08:42:21.496Z
88342024-12-17T08:42:21.496Zrunning 0 tests
88352024-12-17T08:42:21.496Z
88362024-12-17T08:42:21.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88372024-12-17T08:42:21.496Z
88382024-12-17T08:42:21.536Z Doc-tests sled_hardware_types
88392024-12-17T08:42:21.559Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-c59f5ad533c1eb60.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d22f6e98eb28116d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88402024-12-17T08:42:21.936Z
88412024-12-17T08:42:21.936Zrunning 0 tests
88422024-12-17T08:42:21.936Z
88432024-12-17T08:42:21.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88442024-12-17T08:42:21.936Z
88452024-12-17T08:42:21.967Z Doc-tests sled_storage
88462024-12-17T08:42:21.991Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.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-33ace99d79ffcb8c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-dec4d7736b1aadcb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-3fcaba8eeb59f625.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-add32f1c07208774.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8e33c84c0c6813e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.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`
88472024-12-17T08:42:22.541Z
88482024-12-17T08:42:22.541Zrunning 0 tests
88492024-12-17T08:42:22.541Z
88502024-12-17T08:42:22.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88512024-12-17T08:42:22.541Z
88522024-12-17T08:42:22.579Z Doc-tests sp_sim
88532024-12-17T08:42:22.604Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f09b39e1fc86437f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a7264dd995c92c36.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88542024-12-17T08:42:23.187Z
88552024-12-17T08:42:23.187Zrunning 0 tests
88562024-12-17T08:42:23.187Z
88572024-12-17T08:42:23.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88582024-12-17T08:42:23.188Z
88592024-12-17T08:42:23.221Z Doc-tests tufaceous
88602024-12-17T08:42:23.246Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-8134fd228889b755.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-fc65e2bdc27f9d96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6e57e185babfca18.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-d5c3bd4328829936.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88612024-12-17T08:42:23.640Z
88622024-12-17T08:42:23.640Zrunning 0 tests
88632024-12-17T08:42:23.640Z
88642024-12-17T08:42:23.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88652024-12-17T08:42:23.640Z
88662024-12-17T08:42:23.676Z Doc-tests tufaceous_lib
88672024-12-17T08:42:23.700Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-35da1813153a5425.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e342ec737c4cbcc0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.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-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d778f7f778e5e60.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2c7bfbb3712dd399.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-b17eaf715326c345.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-7393334af483561c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88682024-12-17T08:42:24.251Z
88692024-12-17T08:42:24.251Zrunning 0 tests
88702024-12-17T08:42:24.251Z
88712024-12-17T08:42:24.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88722024-12-17T08:42:24.251Z
88732024-12-17T08:42:24.286Z Doc-tests typed_rng
88742024-12-17T08:42:24.286Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-f2802ebc70158e92.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.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-8b6612ece790e984.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88752024-12-17T08:42:24.416Z
88762024-12-17T08:42:24.416Zrunning 0 tests
88772024-12-17T08:42:24.416Z
88782024-12-17T08:42:24.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88792024-12-17T08:42:24.416Z
88802024-12-17T08:42:24.440Z Doc-tests update_common
88812024-12-17T08:42:24.440Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-978a4d40f6a32f41.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88822024-12-17T08:42:24.861Z
88832024-12-17T08:42:24.861Zrunning 0 tests
88842024-12-17T08:42:24.861Z
88852024-12-17T08:42:24.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88862024-12-17T08:42:24.861Z
88872024-12-17T08:42:24.896Z Doc-tests update_engine
88882024-12-17T08:42:24.921Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-abcde3c39e033ce4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-27a5d9916f5bc05d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-5c64dfc958cc2f28.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-d115df43764c8065.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.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-f43d672d6d86e52d.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-6fdf9b73c46e0804.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-aa455605fbdbfcdc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-472ddf0e8646da1a.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-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.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-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88892024-12-17T08:42:25.472Z
88902024-12-17T08:42:25.472Zrunning 4 tests
88912024-12-17T08:42:25.496Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
88922024-12-17T08:42:25.496Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
88932024-12-17T08:42:25.496Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
88942024-12-17T08:42:26.376Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
88952024-12-17T08:42:26.377Z
88962024-12-17T08:42:26.377Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.89s
88972024-12-17T08:42:26.377Z
88982024-12-17T08:42:26.423Z Doc-tests wicket
88992024-12-17T08:42:26.423Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-e826a6622e885967.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4abd36fb465a093f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-31c3ffab5224127a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c5e39192efd4c81f.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-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-586b7f8dd4330031.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5c3ac86276bf712a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-e84e9e63d126afcc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.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-b8067478e6266177.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-d5c3bd4328829936.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f43b67a92975d52e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d4e49f4561c705e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-58d788f9911fdee2.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-1663680653d058c6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-a7a4ccbd7499b87e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89002024-12-17T08:42:27.577Z
89012024-12-17T08:42:27.577Zrunning 0 tests
89022024-12-17T08:42:27.577Z
89032024-12-17T08:42:27.577Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89042024-12-17T08:42:27.577Z
89052024-12-17T08:42:27.631Z Doc-tests wicket_common
89062024-12-17T08:42:27.631Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d27cd3c9a5bd1634.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89072024-12-17T08:42:28.354Z
89082024-12-17T08:42:28.354Zrunning 0 tests
89092024-12-17T08:42:28.354Z
89102024-12-17T08:42:28.354Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89112024-12-17T08:42:28.354Z
89122024-12-17T08:42:28.398Z Doc-tests wicket_dbg
89132024-12-17T08:42:28.398Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-d0dc896855456ebf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1e8ffa1d88a12002.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-727b1fddffe30f2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.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-09c6902b3bb8a72f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8d9dde45f43d5d55.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89142024-12-17T08:42:28.929Z
89152024-12-17T08:42:28.929Zrunning 0 tests
89162024-12-17T08:42:28.929Z
89172024-12-17T08:42:28.929Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89182024-12-17T08:42:28.929Z
89192024-12-17T08:42:28.971Z Doc-tests wicketd
89202024-12-17T08:42:29.018Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-299fe34bb7018b50.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-2f099e3dab9ad63f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e826a6622e885967.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ae373a61f7611bdf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-04c7389264872f94.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-0f58f2df4b01e0fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.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-d0890f24bb47a295.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.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-6e57e185babfca18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2961ce23e8a7db04.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6edcd5e0624a9e85.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b27143752e82f0f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f35ac986efe5c329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bef972571cd034d9.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-9d0fe774903c73a1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c278911115c3c4ef.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-4a5c96f674856ce0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-1ddcb3e92dec52d1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b40c51fa8dd66248.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-9207fd41831b9586.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-44959fdca5f841f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-caca67fc52cfc982.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-baa34b09cfdca36b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-68977e35396bbe5f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6fdf9b73c46e0804.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.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-df96e235c40a6f31.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e364052618a87cf6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2ad4e0bfe37ddb93.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-03652b4d906df62c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-e7b60d3e91176a92.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-690a9c88e2024cdf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0621ff04aab0f70c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4da939c5070843d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a2dee0c4bfa5a340.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2dd5ff9f9e587f6e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-f666d0611561a796.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2ab1f4d94ffdb041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-ca2eafacdef34d99.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c42d61bae401e55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e4c9af139f617f80.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-08b1d8787667c5a7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89212024-12-17T08:42:29.829Z
89222024-12-17T08:42:29.829Zrunning 0 tests
89232024-12-17T08:42:29.829Z
89242024-12-17T08:42:29.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89252024-12-17T08:42:29.829Z
89262024-12-17T08:42:29.875Z Doc-tests wicketd_api
89272024-12-17T08:42:29.876Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-2f099e3dab9ad63f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d4d0bea9cce89989.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eda3b51796dedb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-08b1d8787667c5a7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89282024-12-17T08:42:30.458Z
89292024-12-17T08:42:30.458Zrunning 2 tests
89302024-12-17T08:42:30.482Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 55) ... ignored
89312024-12-17T08:42:30.482Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 61) ... ignored
89322024-12-17T08:42:30.482Z
89332024-12-17T08:42:30.482Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89342024-12-17T08:42:30.482Z
89352024-12-17T08:42:30.507Z Doc-tests wicketd_client
89362024-12-17T08:42:30.507Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-27a5d9916f5bc05d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-13d7cffa0ff461f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-3e6d4b831c506ff9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-59916ac6a347cf63.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-63521fbfa3e73074.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-949ab3871056da59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5f9b84812ad03009.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-eeb3d2d8661e40a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1663680653d058c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-6af79a1e9599a5a2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-c45b8a1d7cd4d715.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-91faa74b2a4f4257.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89372024-12-17T08:42:32.517Z
89382024-12-17T08:42:32.518Zrunning 0 tests
89392024-12-17T08:42:32.518Z
89402024-12-17T08:42:32.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89412024-12-17T08:42:32.518Z
89422024-12-17T08:42:32.581Z Doc-tests xtask_downloader
89432024-12-17T08:42:32.581Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-26a811491049a3a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-de5aabf8230215ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-9ec3430c0d221d04.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fc53f9ec931c9f77.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-2210903cd7c4eef8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-98f780f86dc1a52a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0ba39bb282294775.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89442024-12-17T08:42:32.835Z
89452024-12-17T08:42:32.835Zrunning 1 test
89462024-12-17T08:42:32.859Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
89472024-12-17T08:42:32.859Z
89482024-12-17T08:42:32.859Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
89492024-12-17T08:42:32.859Z
89502024-12-17T08:42:32.859Z Doc-tests zone_setup
89512024-12-17T08:42:32.859Z 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-f51f02d3ff43daa6/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/ring-80ddec618d3bcea8/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-04c7389264872f94.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a772d5bd3e7ecfbb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-978a4d40f6a32f41.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c59f5ad533c1eb60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4ffc1ff2ebfb3af8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-4425dfd73f9a5f6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-61f58d8400e669c8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bf3e6356b92bcf52.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-4899b68b3e1d7fa1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-b8067478e6266177.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-09c6902b3bb8a72f.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-701a4a1f6a4aa386.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4b90964482b0149d.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-f275f387f955d407.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89522024-12-17T08:42:33.223Z
89532024-12-17T08:42:33.223Zrunning 0 tests
89542024-12-17T08:42:33.223Z
89552024-12-17T08:42:33.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89562024-12-17T08:42:33.223Z
89572024-12-17T08:42:33.358Z
89582024-12-17T08:42:33.382Zreal 3:03.745095623
89592024-12-17T08:42:33.382Zuser 2:52.585036937
89602024-12-17T08:42:33.382Zsys 1:01.626307397
89612024-12-17T08:42:33.382Ztrap 0.035431253
89622024-12-17T08:42:33.382Ztflt 0.843342052
89632024-12-17T08:42:33.382Zdflt 3.647068688
89642024-12-17T08:42:33.382Zkflt 0.012870937
89652024-12-17T08:42:33.382Zlock 4:03.596791026
89662024-12-17T08:42:33.382Zslp 18:24.802085170
89672024-12-17T08:42:33.382Zlat 3.757023415
89682024-12-17T08:42:33.382Zstop 4.924991119
89692024-12-17T08:42:33.382Z+ [[ illumos == \i\l\l\u\m\o\s ]]
89702024-12-17T08:42:33.382Z+ banner live-test
89712024-12-17T08:42:33.383Z
89722024-12-17T08:42:33.383Z # # # # ###### ##### ###### #### #####
89732024-12-17T08:42:33.383Z # # # # # # # # #
89742024-12-17T08:42:33.383Z # # # # ##### ##### # ##### #### #
89752024-12-17T08:42:33.383Z # # # # # # # # #
89762024-12-17T08:42:33.383Z # # # # # # # # # #
89772024-12-17T08:42:33.383Z ###### # ## ###### # ###### #### #
89782024-12-17T08:42:33.383Z
89792024-12-17T08:42:33.383Z+ ptime -m cargo xtask live-tests
89802024-12-17T08:42:34.209Z Compiling serde v1.0.215
89812024-12-17T08:42:34.233Z Compiling rustix v0.38.37
89822024-12-17T08:42:34.233Z Compiling libc v0.2.162
89832024-12-17T08:42:34.233Z Compiling serde_json v1.0.133
89842024-12-17T08:42:34.233Z Compiling syn v2.0.90
89852024-12-17T08:42:34.233Z Compiling bitflags v2.6.0
89862024-12-17T08:42:34.659Z Compiling usdt-impl v0.5.0
89872024-12-17T08:42:34.683Z Compiling syn v1.0.109
89882024-12-17T08:42:34.742Z Compiling log v0.4.22
89892024-12-17T08:42:34.839Z Compiling hashbrown v0.15.1
89902024-12-17T08:42:34.929Z Compiling fs-err v2.11.0
89912024-12-17T08:42:35.115Z Compiling anyhow v1.0.93
89922024-12-17T08:42:35.179Z Compiling once_cell v1.20.2
89932024-12-17T08:42:35.672Z Compiling thread-id v4.2.2
89942024-12-17T08:42:35.852Z Compiling indexmap v2.7.0
89952024-12-17T08:42:37.050Z Compiling terminal_size v0.4.0
89962024-12-17T08:42:37.050Z Compiling tempfile v3.13.0
89972024-12-17T08:42:37.194Z Compiling clap_builder v4.5.21
89982024-12-17T08:42:37.593Z Compiling proc-macro-error v1.0.4
89992024-12-17T08:42:39.543Z Compiling tabled_derive v0.7.0
90002024-12-17T08:42:41.316Z Compiling tabled v0.15.0
90012024-12-17T08:42:42.250Z Compiling serde_derive v1.0.215
90022024-12-17T08:42:42.274Z Compiling thiserror-impl v1.0.69
90032024-12-17T08:42:42.274Z Compiling zerocopy-derive v0.7.35
90042024-12-17T08:42:42.274Z Compiling scroll_derive v0.12.0
90052024-12-17T08:42:42.383Z Compiling clap_derive v4.5.18
90062024-12-17T08:42:43.496Z Compiling scroll v0.12.0
90072024-12-17T08:42:43.946Z Compiling goblin v0.8.2
90082024-12-17T08:42:44.006Z Compiling zerocopy v0.7.35
90092024-12-17T08:42:44.839Z Compiling thiserror v1.0.69
90102024-12-17T08:42:44.996Z Compiling pest v2.7.14
90112024-12-17T08:42:45.782Z Compiling clap v4.5.21
90122024-12-17T08:42:47.065Z Compiling pest_meta v2.7.14
90132024-12-17T08:42:48.066Z Compiling pest_generator v2.7.14
90142024-12-17T08:42:50.123Z Compiling pest_derive v2.7.14
90152024-12-17T08:42:50.977Z Compiling dtrace-parser v0.2.0
90162024-12-17T08:42:51.991Z Compiling serde_tokenstream v0.2.2
90172024-12-17T08:42:52.069Z Compiling serde_spanned v0.6.8
90182024-12-17T08:42:52.154Z Compiling toml_datetime v0.6.8
90192024-12-17T08:42:52.311Z Compiling camino v1.1.9
90202024-12-17T08:42:52.351Z Compiling cargo-platform v0.1.8
90212024-12-17T08:42:52.412Z Compiling semver v1.0.23
90222024-12-17T08:42:52.521Z Compiling toml_edit v0.22.22
90232024-12-17T08:42:52.593Z Compiling macaddr v1.0.1
90242024-12-17T08:42:52.862Z Compiling camino-tempfile v1.1.1
90252024-12-17T08:42:53.502Z Compiling dof v0.3.0
90262024-12-17T08:42:53.502Z Compiling cargo_metadata v0.18.1
90272024-12-17T08:42:55.153Z Compiling toml v0.8.19
90282024-12-17T08:42:55.239Z Compiling usdt-attr-macro v0.5.0
90292024-12-17T08:42:55.263Z Compiling usdt-macro v0.5.0
90302024-12-17T08:42:55.977Z Compiling cargo_toml v0.20.5
90312024-12-17T08:42:56.696Z Compiling usdt v0.5.0
90322024-12-17T08:43:00.318Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
90332024-12-17T08:43:05.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.94s
90342024-12-17T08:43:05.441Z Running `target/debug/xtask live-tests`
90352024-12-17T08:43:05.492Zusing temporary directory: /var/tmp/omicron_tmp/.tmpm9OlhE
90362024-12-17T08:43:05.493Zwill create archive file: /var/tmp/omicron_tmp/.tmpm9OlhE/live-tests-archive/omicron-live-tests.tar.zst
90372024-12-17T08:43:05.493Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
90382024-12-17T08:43:05.493Z
90392024-12-17T08:43:05.493Zrunning: /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/.tmpm9OlhE/live-tests-archive/omicron-live-tests.tar.zst"
90402024-12-17T08:43:08.137Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
90412024-12-17T08:43:08.161Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
90422024-12-17T08:43:08.204Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
90432024-12-17T08:43:08.228Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
90442024-12-17T08:43:08.254Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
90452024-12-17T08:43:08.279Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
90462024-12-17T08:43:08.279Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
90472024-12-17T08:43:09.244Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
90482024-12-17T08:43:11.315Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
90492024-12-17T08:43:12.007Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
90502024-12-17T08:43:13.376Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
90512024-12-17T08:43:13.376Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
90522024-12-17T08:43:29.199Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
90532024-12-17T08:43:29.199Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
90542024-12-17T08:43:29.199Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
90552024-12-17T08:43:30.393Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
90562024-12-17T08:44:35.119Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
90572024-12-17T08:44:35.888Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
90582024-12-17T08:45:16.040Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
90592024-12-17T08:45:23.238Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
90602024-12-17T08:45:52.694Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 45s
90612024-12-17T08:45:52.894Zinfo: experimental features enabled: setup-scripts
90622024-12-17T08:45:52.917Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpm9OlhE/live-tests-archive/omicron-live-tests.tar.zst
90632024-12-17T08:45:53.319Z Archived 47 files to /var/tmp/omicron_tmp/.tmpm9OlhE/live-tests-archive/omicron-live-tests.tar.zst in 0.42s
90642024-12-17T08:45:53.387Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpm9OlhE/live-tests-archive\""
90652024-12-17T08:45:53.412Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpm9OlhE" "live-tests-archive"
90662024-12-17T08:45:53.480Zcreated:
90672024-12-17T08:45:53.480ZTo use this:
90682024-12-17T08:45:53.480Z
90692024-12-17T08:45:53.480Z1. Copy the tarball to the switch zone in a deployed Omicron system.
90702024-12-17T08:45:53.480Z
90712024-12-17T08:45:53.480Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
90722024-12-17T08:45:53.505Z e.g., scp \
90732024-12-17T08:45:53.505Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
90742024-12-17T08:45:53.505Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
90752024-12-17T08:45:53.505Z
90762024-12-17T08:45:53.506Z2. Copy the `cargo-nextest` binary to the same place.
90772024-12-17T08:45:53.506Z
90782024-12-17T08:45:53.506Z e.g., scp \
90792024-12-17T08:45:53.506Z $(which cargo-nextest) \
90802024-12-17T08:45:53.506Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
90812024-12-17T08:45:53.506Z
90822024-12-17T08:45:53.506Z3. From the switch zone on that system, unpack the tarball with:
90832024-12-17T08:45:53.506Z
90842024-12-17T08:45:53.506Z tar xzf live-tests-archive.tgz
90852024-12-17T08:45:53.506Z
90862024-12-17T08:45:53.506Z4. From the switch zone on that system, run tests with:
90872024-12-17T08:45:53.506Z
90882024-12-17T08:45:53.506Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
90892024-12-17T08:45:53.506Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
90902024-12-17T08:45:53.506Z --workspace-remap live-tests-archive
90912024-12-17T08:45:53.506Z
90922024-12-17T08:45:53.506Z
90932024-12-17T08:45:53.506Zreal 3:20.116891603
90942024-12-17T08:45:53.506Zuser 6:22.878403033
90952024-12-17T08:45:53.506Zsys 1:32.280959638
90962024-12-17T08:45:53.506Ztrap 0.109276541
90972024-12-17T08:45:53.506Ztflt 0.562361863
90982024-12-17T08:45:53.506Zdflt 3.473560626
90992024-12-17T08:45:53.506Zkflt 0.000596621
91002024-12-17T08:45:53.506Zlock 19:25.656675320
91012024-12-17T08:45:53.506Zslp 26:45.031842541
91022024-12-17T08:45:53.506Zlat 8.147631182
91032024-12-17T08:45:53.506Zstop 14.615227383
91042024-12-17T08:45:53.506Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
91052024-12-17T08:45:53.507Z+ unset TMPDIR
91062024-12-17T08:45:53.507Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
91072024-12-17T08:45:53.507Zfiles in /var/tmp/omicron_tmp (none expected on success):
91082024-12-17T08:45:53.507Z+ find /var/tmp/omicron_tmp -ls
91092024-12-17T08:45:53.507Z164403 25 drwxr-xr-x 2 build build 2 Dec 17 08:45 /var/tmp/omicron_tmp
91102024-12-17T08:45:53.507Z+ rmdir /var/tmp/omicron_tmp
91112024-12-17T08:45:53.939Zprocess exited: duration 5107808 ms, exit code 0
 
91122024-12-17T08:45:54.026Zfound 3 output files
91132024-12-17T08:45:54.026Zuploading: /work/crate-build-timings.json (597236 bytes)
91142024-12-17T08:45:55.237Zuploaded: /work/crate-build-timings.json
91152024-12-17T08:45:55.237Zuploading: /work/environment.json (130 bytes)
91162024-12-17T08:45:56.333Zuploaded: /work/environment.json
91172024-12-17T08:45:56.357Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (337582 bytes)
91182024-12-17T08:45:57.561Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml